Main Page: Difference between revisions View history

(Blanked the page)
Tags: Blanking Manual revert Visual edit
No edit summary
Line 1: Line 1:
 
{{portal-title|title=main page}}
<pre>
<nowiki>
{{portal-title
|title=Title text (if not set gets community name)
|title-icon=icon (if not set gets waze defautl icon)
|hide numbers=add any key to hide
}}</nowiki>
</pre>
</noinclude>
<includeonly>
<div class="flex justify-between items-center mb-10 pb-6  border-b border-gray-200 not-prose noexcerpt">
<div class="flex h3 items-center font-medium gap-x-3 font-headline">{{#if:{{{title-icon|}}}|<span style="min-width:25px">[[File:{{{title-icon|Waze happy.png}}}|waze icon|link=|class=rounded-full overflow-hidden w-6 h-6 object-cover border border-gray-300]]</span>}}<h1>{{{title|{{SITENAME}}}}}</h1><div data-toggle-dialog="waze-community-js" class="bg-gray-100 cursor-pointer grid h-8 hover:opacity-100 hover:opacity-75 items-center justify-center ml-1 opacity-0 rounded-full w-8"><i class="w-icon w-icon-chevron-down"></i></div>
</div>{{#if: {{{hide numbers|}}}||
<ul class="hidden 0flex gap-x-3 md:gap-x-10"><li class="flex items-center"><i class="w-icon w-icon-people text-4xl mr-2"></i><h4><div class="font-medium font-headline">{{NUMBEROFUSERS}}</div><div class="text-xs text-gray-800">Members</div></h4></li>
<li class="flex items-center"><i class="w-icon w-icon-book text-4xl mr-2"></i><h4><div class="font-medium font-headline">{{NUMBEROFPAGES}}</span><div class="text-xs text-gray-800">Articles</div></h4></li>
</ul>|}}
<wz-button-link color="secondary" href="Special:FormEdit/Portal/{{FULLPAGENAME}}"><i class="w-icon w-icon-pencil"></i></wz-button-link>
</div>

Revision as of 21:14, 9 March 2023

Template:Portal-title


{{portal-title
|title=Title text (if not set gets community name)
|title-icon=icon (if not set gets waze defautl icon)
|hide numbers=add any key to hide
}}