Diferencia entre revisiones de «Plantilla:Missing/world»

Ir a la navegación Ir a la búsqueda
m (tweaks)
m
<noinclude>[[Category: Analysis templates]]
 
Template for showing when a {{t|infobox}} doesn't mention a world.
 
For standardization purposes, use the following segments in each relevant infobox template:
<pre class=mw-code>
<!-- world & universe -->
{{#if:{{{earth|}}} |{{row/kv| World |[[Earth ({{{earth}}})]]<!-- -->}}|}}
{{#if:{{{world|}}} |{{row/kv| World |[[{{{world}}}]]<!-- -->}}|}}
{{#if:{{{world-raw|}}} |{{row/kv| World |{{{world-raw}}}{{raw/world}}<!-- -->}}|}}
{{#if:{{{universe|}}} |{{row/kv| Universe |{{{universe}}}<!-- -->}}|}}
</pre>
 
<pre class=mw-code>
-->{{#if:<!--
-->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{world-raw|}}}<!-- -->{{{raw-world|}}}<!-- -->{{{universe|}}}<!--
-->||{{infobox/no-world}}<!--
-->}}<!--
</pre>
 
== Users ==