Template
Interface template

Infobox Locatable

From Dogcraft Wiki

m (Decreasing expansion depth (double ifeq to switch)
(added map scale parameter)
 
Line 13: Line 13:
               }}
               }}
     | collapsed = {{{collapsed|}}}  
     | collapsed = {{{collapsed|}}}  
    | scale = {{{mapScale|}}}
     }}  
     }}  
  }}  
  }}  
Line 45: Line 46:
             "description": "If true, the map is collapsed by default, otherwise it is expanded by default",
             "description": "If true, the map is collapsed by default, otherwise it is expanded by default",
             "type": "boolean"
             "type": "boolean"
        },
        "mapScale": {
        "description": "The scale of the map (0 = 500x500, 1 = 1500x1500, 2 = 2500x2500, etc)",
"type": "number",
"default": "0"
         }
         }
},
},
Line 52: Line 58:
"xcoord",
"xcoord",
"zcoord",
"zcoord",
         "collapsed"
         "collapsed",
        "mapScale"
],
],
"description": " "
"description": " "

Latest revision as of 14:41, 16 February 2025

Infobox template using Module:Infobox (imported from Wikipedia).

Template parameters

ParameterDescriptionTypeStatus
worldworld

The world the build/place is on

Default
Survival 6
Example
Survival 6
Stringoptional
subworldsubworld

The subworld the build/place is on

Default
sheltie
Example
sheltie
Stringoptional
xcoordxcoord

The X coordinate of the build/place

Default
0
Numberoptional
zcoordzcoord

The Z coordinate of the build/place

Default
0
Numberoptional
collapsedcollapsed

If true, the map is collapsed by default, otherwise it is expanded by default

Booleanoptional
mapScalemapScale

The scale of the map (0 = 500x500, 1 = 1500x1500, 2 = 2500x2500, etc)

Default
0
Numberoptional