Difference between revisions of "Template:Infobox City"

From Pluribus Lore Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
| {{{nation}}}
 
| {{{nation}}}
 
|}
 
|}
 +
 +
<noinclude>
 +
use template at top of code as follows:
 +
<code><nowiki>
 +
{{Infobox City
 +
|name              = Name of City
 +
|coordinates        = direct link to dynmap
 +
|nation            = Name of Nation
 +
}}
 +
</nowiki></code>
 +
</noinclude>

Revision as of 13:40, 26 July 2017

{{{name}}}
[{{{coordinates}}} {{{name}}} on the Dynmap]
Nation: {{{nation}}}


use template at top of code as follows: {{Infobox City |name = Name of City |coordinates = direct link to dynmap |nation = Name of Nation }}