Difference between revisions of "Template:Disease"

From The Coppermind
Jump to navigation Jump to search
m
Line 1: Line 1:
 
{{infobox
 
{{infobox
 
|title={{{name|{{PAGENAME}}}}}|id=disease
 
|title={{{name|{{PAGENAME}}}}}|id=disease
  +
 
<!-- image -->
 
|{{#if:{{{image|}}}|{{row/image+artist|{{{image}}}}}|}}
 
|{{#if:{{{image|}}}|{{row/image+artist|{{{image}}}}}|}}
   
<!-- optional details -->
+
<!-- details -->
 
{{#if:{{{symptoms|}}}|{{row/kv|Symptoms |{{{symptoms}}} }}|}}
 
{{#if:{{{symptoms|}}}|{{row/kv|Symptoms |{{{symptoms}}} }}|}}
{{#if:{{{magic|}}} |{{row/kv|Power |{{{magic}}} }}|}}
 
   
 
<!-- location -->
 
<!-- location -->
  +
<!-- world & universe -->
{{row/kv|World|{{#if:{{{world|}}}|[[{{{world}}}]]|''Unknown''|}}|}}
 
{{#if:{{{universe|}}} |{{row/kv| Universe | {{{universe}}} }}|}}
+
{{#if:{{{earth|}}} |{{row/kv| World |[[Earth ({{{earth}}})]]<!-- -->}}|}}
 
{{#if:{{{world|}}} |{{row/kv| World |[[{{{world}}}]]<!-- -->}}|}}
<!-- featured in -->
 
  +
{{#if:{{{'world|}}} |{{row/kv| World |{{{'world}}}{{raw/world}}<!-- -->}}|}}
{{row/kv|Featured In|''{{{books}}}''|}}
 
  +
{{#if:{{{universe|}}} |{{row/kv| Universe |{{{universe}}}<!-- -->}}|}}
  +
 
<!-- featured in -->{{row/kv| Featured In |''{{{books}}}''<!-- -->}}
 
}}<includeonly><!--
 
}}<includeonly><!--
   
Line 17: Line 21:
   
 
-->{{#if:<!--
 
-->{{#if:<!--
-->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{world-raw|}}}<!-- -->{{{universe|}}}<!--
+
-->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{'world|}}}<!-- -->{{{world-raw|}}}<!-- -->{{{raw-world|}}}<!-- -->{{{universe|}}}<!--
 
-->||{{infobox/no-world}}<!--
 
-->||{{infobox/no-world}}<!--
 
-->}}<!--
 
-->}}<!--
Line 25: Line 29:
 
--></includeonly><noinclude>
 
--></includeonly><noinclude>
   
  +
The '''disease''' infobox template describes diseases in Brandon Sanderson's works that don't exist in our world.
Required parameters include {{{world}}} and {{{books}}}. Optional parameters include {{{image}}} or {{{symptoms}}}. Autocategorizes the page into [[:Category: Diseases]].
 
   
  +
__TOC__
  +
  +
=== Template ===
 
<pre class=mw-code>
 
<pre class=mw-code>
 
{{disease
 
{{disease
 
|image=
 
|image=
 
|symptoms=
 
|symptoms=
 
|world= / earth=
|magic=
 
|world=
 
 
|universe=
 
|universe=
 
|books=
 
|books=
 
}}
 
}}
 
</pre>
 
</pre>
  +
  +
=== Parameters ===
  +
Highlighted lines indicate '''mandatory''' parameters.
  +
On lines with multiple parameters (e.g. <code>|world= / earth=</code>) pick only the one most appropriate.
  +
  +
{{docs|title={{t|Disease}} Parameters}}
  +
  +
<!-- ---------- -->
  +
<!-- ROW: image -->
  +
<!-- ---------- -->
  +
{{docs/image
  +
|eg=
  +
<code><nowiki>|image=example.png</nowiki></code>
  +
}}
  +
  +
<!-- ------------- -->
  +
<!-- ROW: symptoms -->
  +
<!-- ------------- -->
  +
{{docs/row/optional
  +
|param= symptoms
  +
|desc= Use this to list the symptoms of the disease.
  +
|eg=
  +
<code><nowiki>|symptoms=Coughing</nowiki></code>
  +
}}
  +
  +
<!-- ------------------ -->
  +
<!-- ROW: world / earth -->
  +
<!-- ------------------ -->
  +
{{docs/world}}
  +
  +
<!-- ------------- -->
  +
<!-- ROW: universe -->
  +
<!-- ------------- -->
  +
{{docs/universe}}
  +
  +
<!-- ---------- -->
  +
<!-- ROW: books -->
  +
<!-- ---------- -->
  +
{{docs/books}}
  +
  +
|}
  +
  +
  +
=== Categories & Tags ===
  +
Pages that make use of the '''disease''' template will be added to [[:Category: Diseases]].
  +
   
 
[[Category: Infoboxes]]
 
[[Category: Infoboxes]]

Revision as of 04:46, 20 April 2019

Disease
Featured In {{{books}}}

The disease infobox template describes diseases in Brandon Sanderson's works that don't exist in our world.

Template

{{disease
|image=
|symptoms=
|world= / earth=
|universe=
|books=
}}

Parameters

Highlighted lines indicate mandatory parameters. On lines with multiple parameters (e.g. |world= / earth=) pick only the one most appropriate.

Template:Docs/books
{{Disease}} Parameters
Parameter Description Examples
image Use this to display a relevant image hosted on the Coppermind.

See Help:Infoboxes for further details.

|image=example.png

symptoms Use this to list the symptoms of the disease.

|symptoms=Coughing

world
or
earth
Use this to specify the planet where the disease can be found.

Note: Automatically generates a link. To bypass this, use 'world.
See Help:Infoboxes for further details.

|world=Roshar
|earth=Reckoners
|'world=Mars

universe Use this to indicate the (connected) universe where the disease can be found.

See Help: Infoboxes for further details.

|universe=[[Cosmere]]
|universe=[[Cytoverse]]
|universe=[[Wode]] [[State]]s
|universe=''Standalone''


Categories & Tags

Pages that make use of the disease template will be added to Category: Diseases.