|
|
Línea 1: |
Línea 1: |
| | [[<span style="color: red">Portal-Tittle</span>]] |
| | |
| <noinclude> | | <noinclude> |
| ==Estructura de la plantilla ==
| | [[Categoría:borrar]] |
| | |
| | |
| {{portal-title|title=main page}}
| |
| <pre>
| |
| <nowiki>
| |
| {{portal-title
| |
| |title=Texto del título (si no se establece obtiene el nombre de la comunidad)
| |
| |title-icon=icono (si no se establece se obtiene el icono de waze defautl)
| |
| |hide numbers=añadir cualquier tecla para ocultar
| |
| }}</nowiki>
| |
| </pre>
| |
| </noinclude> | | </noinclude> |
| <includeonly>
| |
| <div class="flex justify-between items-center mt-14 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|}}}|[[File:{{{title-icon|Waze happy.png}}}|waze icon|link=|class=rounded-full overflow-hidden w-6 h-6 object-cover border border-gray-300]]}}<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>
| |
|
| |
|
| |
|
| |
| <includeonly>
| |