The Wiki for Tale 5 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "Atlas/Phoenix"

From ATITD5
Jump to navigationJump to search
(Created page with "<includeonly>{{#ifeq: {{{contentonly}}}|yes|{{{1}}}|{{#tag:googlemap|{{{1}}}|iconsize="32x32"|showregion="yes"|showposition="yes"|lat={{{lat|1024}}}|lon={{{lon|0}}}|zoom={{{zoom|...")
 
Line 1: Line 1:
<includeonly>{{#ifeq: {{{contentonly}}}|yes|{{{1}}}|{{#tag:googlemap|{{{1}}}|iconsize="32x32"|showregion="yes"|showposition="yes"|lat={{{lat|1024}}}|lon={{{lon|0}}}|zoom={{{zoom|2}}}|width={{{width|512}}}|height={{{height|1024}}}|icons="/wiki/tale5/images/markers/marker{label}.png"}}}}
+
{{#ifeq: {{{contentonly}}}|yes|{{{1}}}|{{#tag:googlemap|{{{1}}}|iconsize="32x32"|showregion="yes"|showposition="yes"|lat={{{lat|1024}}}|lon={{{lon|0}}}|zoom={{{zoom|2}}}|width={{{width|512}}}|height={{{height|1024}}}|icons="/wiki/tale5/images/markers/marker{label}.png"}}}}
 
This map uses the [[Template:CondMap|CondMap]] template and should not be edited directly. Please see [[Maps]] for further details and links to all raw data pages</includeonly><noinclude>
 
This map uses the [[Template:CondMap|CondMap]] template and should not be edited directly. Please see [[Maps]] for further details and links to all raw data pages</includeonly><noinclude>
 
This template is intended to be used to allow a single reference source for map objects. This template is still being actively worked on ans is as yet undocumented. If in doubt, don't use it yet.
 
This template is intended to be used to allow a single reference source for map objects. This template is still being actively worked on ans is as yet undocumented. If in doubt, don't use it yet.
Line 15: Line 15:
 
*height
 
*height
 
*contentonly - The important part of this template. If contentonly=yes then only the first parameter (the map data lines) will be returned from the template. This allows condmaps to be nested so that multiple maps can be merged
 
*contentonly - The important part of this template. If contentonly=yes then only the first parameter (the map data lines) will be returned from the template. This allows condmaps to be nested so that multiple maps can be merged
 
</noinclude>
 

Revision as of 12:18, 22 October 2010

This map uses the CondMap template and should not be edited directly. Please see Maps for further details and links to all raw data pages</includeonly> This template is intended to be used to allow a single reference source for map objects. This template is still being actively worked on ans is as yet undocumented. If in doubt, don't use it yet.

By default the generated map is 512x1024 pixels, at zoom level 2

The reason this template is required is that passing templates into extensions requires use of the #tag: function. In practice this template can probably be simplified somewhat

Parameters:

  • lat
  • lon
  • zoom
  • width
  • height
  • contentonly - The important part of this template. If contentonly=yes then only the first parameter (the map data lines) will be returned from the template. This allows condmaps to be nested so that multiple maps can be merged