Template:AreaSection

From IdleOn MMO Wiki
Revision as of 03:58, 25 July 2024 by Jasaj (talk | contribs) (Created page with "<noinclude><!-- ### Cargo Declare ### -->{{#cargo_declare:_table=AreaData |Area=String |World=Integer |WorldImage=File |ID=String |x=Integer |y=Integer |Size=Integer |color_text=String |color_fill=String }}</noinclude><!-- ### Cargo Store ### --><includeonly> {{#cargo_store:_table=AreaData |Area={{{Area}}} |World={{{World}}} |WorldImage={{{WorldImage}}} |ID={{{ID}}} |x={{{x}}} |y={{{y}}} |Size={{{Size|20}}} |color_text={{{color_text|#00...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template defines the table "AreaData". View table. Usage:

{{AreaSection
|Area=<Area(map)>
|World=<World(Integer)>
|WorldImage=<WorldImage.png>
|ID=<the ID displayed on map>
|x=<x coordinate of the macker>
|y=<y coordinate of the macker>
|Size=<Diameter of the macker circle>
|color_text=<Color of the text and border of the macker on map>
|color_fill=<Color of the fill of the macker on map>
}}