Template:Missing/world

From The Coppermind
Revision as of 18:05, 21 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|}}}    |{{row/kv| World       |{{{'world}}}{{raw/world}}<!--           -->}}|}}
{{#if:{{{universe|}}}  |{{row/kv| Universe    |{{{universe}}}<!--                      -->}}|}}
-->{{#if:<!--
  -->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{'world|}}}<!-- -->{{{universe|}}}<!--
    -->||{{infobox/no-world}}<!--
-->}}<!--

Users