Difference between revisions of "Template:Missing/world"

From The Coppermind
Jump to navigation Jump to search
m
m (→‎Users: modern)
Line 19: Line 19:
 
</pre>
 
</pre>
   
== Users ==
+
== Articles using Template ==
{{Special:WhatLinksHere/{{FULLPAGENAME}}|}}
+
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here}}
  +
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0}}

Revision as of 08:56, 19 April 2020


Template for showing when a {{infobox}} doesn't mention a world.

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

<!-- 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}}}<!--                      -->}}|}}
-->{{#if:<!--
  -->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{'world|}}}<!-- -->{{{universe|}}}<!--
    -->||{{infobox/no-world}}<!--
-->}}<!--

Articles using Template