Difference between revisions of "Template:Missing/world"

From The Coppermind
Jump to navigation Jump to search
m (tweaks)
m
Line 1: Line 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.
  +
  +
For standardization purposes, use the following segments in each relevant infobox template:
  +
<pre class=mw-code>
  +
<!-- 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}}}<!-- -->}}|}}
  +
</pre>
  +
  +
<pre class=mw-code>
  +
-->{{#if:<!--
  +
-->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{world-raw|}}}<!-- -->{{{raw-world|}}}<!-- -->{{{universe|}}}<!--
  +
-->||{{infobox/no-world}}<!--
  +
-->}}<!--
  +
</pre>
   
 
== Users ==
 
== Users ==

Revision as of 20:14, 16 April 2019


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