Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox Build: Difference between revisions

Template page
More languages
No edit summary
Added map links
 
(7 intermediate revisions by the same user not shown)
Line 28: Line 28:
               }}.{{{creation_year}}}}}}}
               }}.{{{creation_year}}}}}}}
| label3  = Coördinates
| label3  = Coördinates
|  data3  = {{#if:{{{xcoord|}}}|X = {{{xcoord|}}} <br /> Y = {{{ycoord|}}} <br /> Z = {{{zcoord|}}}|}}
|  data3  = {{#if:{{{xcoord|}}}|X = {{{xcoord|}}} <br /> Y = {{{ycoord|}}} <br /> Z = {{{zcoord|}}}|}} <br /> [http://map.moxiecraft.org:26346/#terrafirma:{{{xcoord|}}}:{{{ycoord|}}}:{{{zcoord|}}}:1500:0:0:0:0:perspective Map Link]


| header4 = Characteristics
| header4 = Characteristics
Line 40: Line 40:
| label7  = Length (Z)
| label7  = Length (Z)
|  data7  = {{{length|}}}
|  data7  = {{{length|}}}
| label8  = Category
|  data8  = [[:Category:{{{category|}}}|{{{category|}}}]]


| header9 = Transport
| header9 = Transport
Line 53: Line 56:


| label13 = Warp
| label13 = Warp
|  data13 = {{{warp|No}}}
|  data13 = {{#ifeq:{{lc:{{{warp|}}}}}|yes|Yes[[Category:Warps|{{uc:{{{name|}}}}}]]|No}}
| label14 = Warp Name
| label14 = Warp Name
|  data14 = {{{warp_name|}}}
|  data14 = {{{warp_name|}}}
}}
}}
[[Category:Builds]]</includeonly>
[[Category:Builds]][[Category:{{{category|}}}]]</includeonly>
<noinclude><templatedata>
<noinclude><templatedata>
{
{
Line 169: Line 172:
"type": "string",
"type": "string",
"required": false
"required": false
},
"category": {
"label": "Build Type",
"description": "The category to which, this build belongs to. Use a general, preferable non countable noun to describe it. If the noun is countable, use its plural form",
"example": "Infrastructure; Dungeons; Statues; etc.",
"type": "string",
"required": true
}
}
}
},
"paramOrder": [
"name",
"image",
"caption",
"owner",
"category",
"creation_year",
"creation_month",
"creation_day",
"xcoord",
"ycoord",
"zcoord",
"contributors",
"width",
"length",
"road",
"rail",
"boat_route",
"warp",
"warp_name"
]
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Latest revision as of 00:18, 1 November 2025

Infobox for a settlement on the server

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

Name of the settlement

Stringrequired
Imageimage

Filename of an image to display

Fileoptional
Image captioncaption

Caption for the image

Stringoptional
Ownerowner

Owner of the build

Stringoptional
Build Typecategory

The category to which, this build belongs to. Use a general, preferable non countable noun to describe it. If the noun is countable, use its plural form

Example
Infrastructure; Dungeons; Statues; etc.
Stringrequired
Creation Yearcreation_year

Year the build was created

Numberoptional
Creation Monthcreation_month

Month the build was created (e.g., Jan, Feb, etc. or number)

Stringoptional
Creation Daycreation_day

Day of the month the build was created

Numberoptional
X Coordinatexcoord

X coordinate of the settlement

Numberrequired
Y Coordinateycoord

Y coordinate of the settlement

Numberrequired
Z Coordinatezcoord

Z coordinate of the settlement

Numberrequired
Contributorscontributors

People, who helped build the build

Stringoptional
Width (X)width

Width of the area in the X direction

Numberoptional
Length (Z)length

Length of the area in the Z direction

Numberoptional
Road Connectionroad

Indicates if there is a road connection (Yes/No)

Stringoptional
Rail Connectionrail

Indicates if there is a rail connection (Yes/No)

Stringoptional
Boat Routeboat_route

Indicates if there is a boat route at the settlement(Yes/No)

Stringoptional
Warpwarp

Indicates if the settlement has a warp (Yes/No).

Stringoptional
Warp Namewarp_name

Name of the warp, if applicable

Stringoptional