Template:TownData: Difference between revisions
Template page
More actions
Created page with "{{#ifeq:{{NAMESPACE}}|Template|| <includeonly> {| class="wikitable" ! Name !! X Coordinate !! Y Coordinate |- | {{{name}}} || {{{x}}} || {{{y}}} |} </includeonly> }}" |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="wikitable" | {| class="wikitable" | ||
! Name !! X Coordinate !! Y Coordinate | ! Name !! X Coordinate !! Y Coordinate | ||
|- | |- | ||
| {{{name}}} || {{{x}}} || {{{y}}} | | {{{name|Unknown}}} || {{{x|No Data}}} || {{{y|No Data}}} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||