Template:Missing/world

From The Coppermind
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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| World       | [[Earth ({{{earth}}})]]  }} {{info/earth}}                   }}
{{#if:{{{world|}}}       |{{row/kv| World       | [[{{{world}}}]]          }} {{info/world}}                   }}
{{#if:{{{'world|}}}      |{{row/kv| World       | {{{'world}}}             }} {{raw/world}}                    }}
{{#if:{{{universe|}}}    |{{row/kv| Universe    | {{{universe}}}           }} {{info/universe}}                }}

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

Articles using Template