Difference between revisions of "Template:Infobox location"

From Dwaia Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<table class="infobox" style="width:300px">
 
<table class="infobox" style="width:300px">
<tr>
+
 
<th colspan="2" style="font-size:20px;">{{{title|{{PAGENAME}}}}}</th>
+
{{ Infobox default title       | {{{title|}}} }}
</tr>
+
 
{{ Infobox conditional image | {{{image|}}} }}
+
{{ Infobox conditional image   | {{{image|}}}       }}
{{ Infobox conditional image | {{{caption|}}} }}
+
{{ Infobox conditional caption | {{{caption|}}}     }}
{{#if:{{{map|}}}|
+
{{ Infobox conditional image  | {{{map|}}}         }}
<tr>
+
{{ Infobox conditional caption | {{{mapcaption|}}}  }}
  <td colspan="2" style="font-size:20px;text-align:center;">[[File:{{{map}}}|frameless]]</td>
+
 
</tr>
+
{{ Infobox conditional data    | Type        | {{{type|}}}         }}
|}}
+
{{ Infobox conditional data    | Level        | {{{level|}}}       }}
{{#if:{{{mapcaption|}}}|
+
{{ Infobox conditional data    | Location    | {{{location|}}}     }}
  <tr>
+
{{ Infobox conditional data    | Constituents | {{{constituents|}}} }}
  <td colspan="2" class="caption">{{{mapcaption}}}</td>
+
{{ Infobox conditional data    | Owner        | {{{owner|}}}       }}
</tr>
+
 
|}}
+
{{ Infobox conditional image  | {{{flag|}}}       }}
{{#if:{{{type|}}}|
+
{{ Infobox conditional caption | {{{flagcaption|}}} }}
<tr>
+
 
  <td>Type</td>
+
{{ Infobox conditional data    | Anthem      | {{{anthem|}}}       }}
  <td>{{{type}}}</td>
+
{{ Infobox conditional data    | Inhabitants  | {{{inhabitants|}}}  }}
</tr>
+
{{ Infobox conditional data    | Anthem      | {{{anthem|}}}       }}
|}}
 
{{#if:{{{level|}}}|
 
<tr>
 
  <td>Level</td>
 
  <td>{{{level}}}</td>
 
</tr>
 
|}}
 
{{#if:{{{location|}}}|
 
<tr>
 
  <td>Location</td>
 
  <td>{{{location}}}</td>
 
</tr>
 
|}}
 
{{#if:{{{constituents|}}}|
 
<tr>
 
  <td>Constituents</td>
 
  <td>{{{constituents}}}</td>
 
</tr>
 
|}}
 
{{#if:{{{owner|}}}|
 
<tr>
 
  <td>Owner</td>
 
  <td>{{{owner}}}</td>
 
</tr>
 
|}}
 
{{#if:{{{flag|}}}|
 
<tr>
 
  <td colspan="2" style="font-size:20px;text-align:center;">[[File:{{{flag}}}|frameless]]</td>
 
</tr>
 
|}}
 
{{#if:{{{flagcaption|}}}|
 
<tr>
 
  <td colspan="2" class="caption">{{{flagcaption}}}</td>
 
</tr>
 
|}}
 
{{#if:{{{anthem|}}}|
 
<tr>
 
  <td>Anthem</td>
 
  <td>{{{anthem}}}</td>
 
</tr>
 
|}}
 
{{#if:{{{inhabitants|}}}|
 
<tr>
 
  <td>Inhabitants</td>
 
  <td>{{{inhabitants}}}</td>
 
  </tr>
 
|}}
 
{{#if:{{{population|}}}|
 
<tr>
 
  <td>population</td>
 
  <td>{{{population}}}</td>
 
</tr>
 
|}}
 
 
</table>
 
</table>
  

Revision as of 01:49, 5 February 2019


Example usage:

{{Infobox species
|title1=Example
|image1=Example
|caption1=Example
|element=Example
|level=Example
|skills=Example
|str=Example
|con=Example
|dex=Example
|int=Example
|cha=Example
|wis=Example
|general_body_type=Example
|prominent_features=Example
|height=Example
|weight=Example
|territory=Example
|preferred_habitat=Example
}}