Template:Location/doc: Difference between revisions

Jump to navigation Jump to search
(added table documentation)
mNo edit summary
Line 1: Line 1:
{{Doc/start}}
==Arguments==
{| class="wikitable"
{| class="wikitable"
! title
! title
Line 22: Line 24:


==Usage Example==
==Usage Example==
<pre>
{{Location
{{Location
| title = Joppa
| title = Joppa
| image = Joppa.png
| image = ovw_joppa.png
| faction = Joppa
| faction = Villagers of Joppa
| biome = Salt Marsh
| biome = Salt Marsh
| leader = Elder Irudad
| leader = Elder Irudad
| desc = Ants in the viridian chaff, the farmers sap the last drops of pristine moisture out of the salt-spangled earth.
| gotoid = JoppaWorld.11.22.1.1.10
}}
}}
 
</pre>
<syntaxhighlight lang="xml">
{{Location
{{Location
| title = Joppa
| title = Joppa
| image = Joppa.png
| image = ovw_joppa.png
| faction = Joppa
| faction = Villagers of Joppa
| biome = Salt Marsh
| biome = Salt Marsh
| leader = Elder Irudad
| leader = Elder Irudad
| desc = Ants in the viridian chaff, the farmers sap the last drops of pristine moisture out of the salt-spangled earth.
| gotoid = JoppaWorld.11.22.1.1.10
}}
}}
</syntaxhighlight>
 
 
{{Doc/end}}