Diferencia entre revisiones de «Usuario:Stargazer/Subpage list»

De La Coppermind
Ir a la navegación Ir a la búsqueda
m (Forgot to de-bold)
m (Code for infobox template, once subpage extension is installed)
Línea 1: Línea 1:
<includeonly>{| class="infobox side" style="float:right; clear:right;"
+
{| class="infobox side" style="float:right; clear:right;"
 
|-
 
|-
 
!This page has subpages with<br />additional information on this topic
 
!This page has subpages with<br />additional information on this topic
 
|-
 
|-
 
|{{Special:PrefixIndex/{{FULLPAGENAME}}/}}
 
|{{Special:PrefixIndex/{{FULLPAGENAME}}/}}
  +
|}
|}</includeonly>
 
 
<noinclude>
 
<noinclude>
  +
Code to add to {{t|infobox}} on a new line immediately after <code>{{{1}}}</code>:
  +
<pre>
  +
{{#ifexpr:{{#subpagecount:{{FULLPAGENAME}}}}>0|
  +
{{!}}-
  +
!This page has subpages with<br />additional information on this topic
  +
{{!}}-
  +
{{!}}{{Special:PrefixIndex/{{FULLPAGENAME}}/}}
  +
}}
  +
</pre>

Revisión del 06:26 27 may 2020

This page has subpages with
additional information on this topic

Code to add to {{infobox}} on a new line immediately after {{{1}}}:

{{#ifexpr:{{#subpagecount:{{FULLPAGENAME}}}}>0|
{{!}}-
!This page has subpages with<br />additional information on this topic
{{!}}-
{{!}}{{Special:PrefixIndex/{{FULLPAGENAME}}/}}
}}