Template:Places: Difference between revisions

From Yggdrasil D&D
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
{{#cargo_declare:_table=Places
{{#cargo_declare:_table=Places
|PlaceName=String
|PlaceName=String
|Coordinates=String
|Coordinates=float,float
}}
}}
</noinclude><includeonly>
</noinclude><includeonly>


{{#cargo_store:_table=Places
{{#cargo_store:_table=Places
|Coordinates=}{{Coordinates|}}}
|Coordinates={{{Coordinates|}}}
|PlaceName={{{PlaceName|}}}
|PlaceName={{{PlaceName|}}}
}}
}}

Latest revision as of 22:08, 7 September 2021

This is the "Places" template.

{{#cargo_declare:_table=Places |PlaceName=String |Coordinates=float,float }}