Difference between revisions of "Template:Infobox location"

From Dwaia Wiki
Jump to navigation Jump to search
(Created page with "<table class="infobox" style="width:300px"> <tr> <th colspan="2" style="font-size:20px;">{{{title|{{PAGENAME}}}}}</th> </tr> {{#if:{{{image|}}}| <tr> <td colspan="2" style=...")
 
Line 29: Line 29:
 
  </tr>
 
  </tr>
 
|}}
 
|}}
{{#if:{{{location|}}}|
+
{{#if:{{{level|}}}|
 
  <tr>
 
  <tr>
   <td>Location</td>
+
   <td>Level</td>
   <td>{{{location}}}</td>
+
   <td>{{{level}}}</td>
 
  </tr>
 
  </tr>
 
|}}
 
|}}
Line 39: Line 39:
 
   <td>Location</td>
 
   <td>Location</td>
 
   <td>{{{location}}}</td>
 
   <td>{{{location}}}</td>
</tr>
 
|}}
 
{{#if:{{{level|}}}|
 
<tr>
 
  <td>Level</td>
 
  <td>{{{level}}}</td>
 
 
  </tr>
 
  </tr>
 
|}}
 
|}}

Revision as of 23:56, 31 January 2019

Infobox location


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
}}