Difference between revisions of "Template:Infobox settlement"

From OtanWiki
 
Line 39: Line 39:
 
     <th>Landmarks</th>
 
     <th>Landmarks</th>
 
     <td>{{{landmarks}}}</td>
 
     <td>{{{landmarks}}}</td>
 +
</tr>}} {{#if:{{{features|}}}|<tr>
 +
    <th>Features</th>
 +
    <td>{{{features}}}</td>
 
</tr>}}</table>
 
</tr>}}</table>
 
</div>
 
</div>
Line 58: Line 61:
 
   | founded_date  =  
 
   | founded_date  =  
 
   | founded_by    =  
 
   | founded_by    =  
 +
  | landmarks      =
 
   | features      =  
 
   | features      =  
 
}}
 
}}
 
</pre>
 
</pre>

Latest revision as of 21:24, 21 March 2021

Infobox settlement

Example usage:

{{Infobox settlement
  | title          = 
  | image          = City.png|Town.jpg
  | caption        = 
  | native_name    = 
  | country        = 
  | region         = 
  | leader         = 
  | government     = 
  | controlled_by  = 
  | population     = 
  | racial_mix     = 
  | founded_date   = 
  | founded_by     = 
  | landmarks      = 
  | features       = 
}}