Dogcraft Wiki
Archive/Mall map/Mall plot
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div style="height:4rem;"><div style="display:inline-block; border:1px solid {{{4|{{{0|darkgray}}}}}}; background:{{{5|{{{0|lightgray}}}}}}; width:100%; height:100%; padding:.1em; font-size:10px; color:{{{0|black}}}"><center>{{{district|District}}}<br><span style="line-height:1.9rem; font-size:23px;"><b>{{{plot number|Num}}}</b></span><br><span style="">{{{owner|Owner}}}</span></center><span class="mall-expand-content"><br>{{{content|Items sold}}}</span></div></div> | <div style="height:4rem;"><div style="display:inline-block; border:1px solid {{{4|{{{0|darkgray}}}}}}; background:{{{5|{{{0|lightgray}}}}}}; width:100%; height:100%; padding:.1em; font-size:10px; color:{{{0|black}}}"><center>{{{district|District}}}<br><span style="line-height:1.9rem; font-size:23px;"><b>{{{plot number|Num}}}</b></span><br><span style="">{{{owner|Owner}}}</span></center><span class="mall-expand-content"><br>{{{content|Items sold}}}</span></div></div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"0": {}, | |||
"4": {}, | |||
"5": {}, | |||
"district": { | |||
"label": "District", | |||
"description": "The district the plot is in. Accepted values: \"Dog\", \"Fish\", \"Tree\", \"Fountain\"", | |||
"example": "Fish", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"plot number": { | |||
"label": "Plot number", | |||
"description": "The number of the plot. Ingame, it can be found on the sign, after the district and floor. In the case of \"dog_a_25\", the number is 25.", | |||
"example": "17", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"owner": { | |||
"label": "Owner", | |||
"description": "The ingame name of the owner of the plot. Accepts one name. ", | |||
"example": "Steve", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"content": { | |||
"label": "Items sold", | |||
"description": "A list of items sold on the plot. This is an optional feild. The list may be incomplete or may be left completely blank.", | |||
"example": "Apples, Diamonds, Iron swords, Efficency V, Potions", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Represents a single plot on the mall map." | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 20:18, 23 January 2021
Num
Owner
Represents a single plot on the mall map.
Parameter | Description | Type | Status | |
---|---|---|---|---|
0 | 0 | no description | Unknown | optional |
4 | 4 | no description | Unknown | optional |
5 | 5 | no description | Unknown | optional |
District | district | The district the plot is in. Accepted values: "Dog", "Fish", "Tree", "Fountain"
| String | required |
Plot number | plot number | The number of the plot. Ingame, it can be found on the sign, after the district and floor. In the case of "dog_a_25", the number is 25.
| Number | required |
Owner | owner | The ingame name of the owner of the plot. Accepts one name.
| String | required |
Items sold | content | A list of items sold on the plot. This is an optional feild. The list may be incomplete or may be left completely blank.
| String | suggested |
This page was last modified on 23 January 2021, at 20:18. (2 years ago)