Diferencia entre revisiones de «Plantilla:Missing/world»

De La Coppermind
Ir a la navegación Ir a la búsqueda
m (→‎Users: modern)
(Traducir al Español)
 
(No se muestran 5 ediciones intermedias de 2 usuarios)
Línea 1: Línea 1:
<noinclude>[[Category: Analysis templates]]
<noinclude>[[Category: Analysis templates]]


Template for showing when a {{t|infobox}} doesn't mention a world.
Template for showing when a {{t|infobox}} doesn't mention a world, but includes a universe.


For standardization purposes, use the following segments in each relevant infobox template:
For standardization purposes, use the following segments in each relevant infobox template:
<pre class=mw-code>
<pre class=mw-code>
<!-- world & universe -->
{{#if:{{{earth|}}} |{{row/kv| World |[[Earth ({{{earth}}})]]<!-- -->}}|}}
{{#if:{{{world|}}} |{{row/kv| World |[[{{{world}}}]]<!-- -->}}|}}
{{#if:{{{'world|}}} |{{row/kv| World |{{{'world}}}{{raw/world}}<!-- -->}}|}}
{{#if:{{{universe|}}} |{{row/kv| Universe |{{{universe}}}<!-- -->}}|}}
</pre>


<!-- location -->
<pre class=mw-code>
{{#if:{{{earth|}}} |{{row/kv| Mundo | [[Earth ({{{earth}}})]] }} {{info/earth}} }}
{{#if:{{{world|}}} |{{row/kv| Mundo | [[{{{world}}}]] }} {{info/world}} }}
{{#if:{{{'world|}}} |{{row/kv| Mundo | {{{'world}}} }} {{raw/world}} }}
{{#if:{{{universe|}}} |{{row/kv| Universo | {{{universe}}} }} {{info/universe}} }}

-->{{#if:<!--
-->{{#if:<!--
-->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{'world|}}}<!-- -->{{{universe|}}}<!--
-->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{'world|}}}<!--
-->||{{infobox/no-world}}<!--
-->||{{#if:{{{universe|}}}|{{missing/world}}|{{missing/world/and universe}}}}<!--
-->}}<!--
-->}}<!--

</pre>
</pre>


== Articles using Template ==
== Articles using Template ==
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here}}
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|post=For a list of infoboxes without both a world and a universe, see [[/and universe]]}}
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0}}
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0}}

Revisión actual - 21:20 13 ene 2022


Template for showing when a {{infobox}} doesn't mention a world, but includes a universe.

For standardization purposes, use the following segments in each relevant infobox template:


<!-- location -->
{{#if:{{{earth|}}}       |{{row/kv| Mundo       | [[Earth ({{{earth}}})]]  }} {{info/earth}}                   }}
{{#if:{{{world|}}}       |{{row/kv| Mundo       | [[{{{world}}}]]          }} {{info/world}}                   }}
{{#if:{{{'world|}}}      |{{row/kv| Mundo       | {{{'world}}}             }} {{raw/world}}                    }}
{{#if:{{{universe|}}}    |{{row/kv| Universo    | {{{universe}}}           }} {{info/universe}}                }}

-->{{#if:<!--
  -->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{'world|}}}<!--
    -->||{{#if:{{{universe|}}}|{{missing/world}}|{{missing/world/and universe}}}}<!--
-->}}<!--

Articles using Template