Difference between revisions of "Template:EnderalSettlements"

From sureai
Jump to: navigation, search
(Created page with "This is a placeholder.")
 
(An attempt to make a template for town info)
Line 1: Line 1:
This is a placeholder.
+
{|width="20%" border="1" cellspacing="1" cellpadding="3" style="float:right; border-collapse:collapse; background-color:#b1ab8f; solid;"
 +
 
 +
|align = "center" colspan = "2" style="background-color: #49493b;"|<font color=#FFF> '''{{{name}}}''' <br>[[{{{image}}}|300px|]]</font>
 +
|-
 +
|'''Settlement Type'''
 +
|{{{type}}}
 +
|-
 +
|'''Region'''
 +
|{{{region}}}
 +
|-
 +
|'''Mayor'''
 +
|{{{mayor}}}
 +
|-
 +
|'''Population'''
 +
|{{{pop}}}
 +
|}
 +
 
 +
<noinclude>
 +
===Usage===
 +
I think this works, but I'll just save it to test
 +
To use this template, insert the following code on the page, and fill in the info:
 +
 
 +
<nowiki>{{EnderalSettlements|name=|image=|type=|region=|mayor=|pop=}}</nowiki>
 +
 
 +
<noinclude>

Revision as of 08:28, 19 August 2016

{{{name}}}
[[{{{image}}}|300px|]]
Settlement Type {{{type}}}
Region {{{region}}}
Mayor {{{mayor}}}
Population {{{pop}}}


Usage

I think this works, but I'll just save it to test To use this template, insert the following code on the page, and fill in the info:

{{EnderalSettlements|name=|image=|type=|region=|mayor=|pop=}}