Template:Missing/world

From The Coppermind
Revision as of 20:14, 16 April 2019 by Argent (talk | contribs)
Jump to navigation Jump to search


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-raw|}}} |{{row/kv| World       |{{{world-raw}}}{{raw/world}}<!--        -->}}|}}
{{#if:{{{universe|}}}  |{{row/kv| Universe    |{{{universe}}}<!--                      -->}}|}}
-->{{#if:<!--
  -->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{world-raw|}}}<!-- -->{{{raw-world|}}}<!-- -->{{{universe|}}}<!--
    -->||{{infobox/no-world}}<!--
-->}}<!--

Users