Dogcraft Wiki
Archive/Mall map/Mall plot
From Dogcraft Wiki
No edit summary |
m (Domino moved page Template:Mall plot to Dogcraft Wiki:Archive/Mall map/Mall plot: archiving incomplete sur4 mall map project (different attempt at a mall register)) |
||
(22 intermediate revisions by the same user not shown) | |||
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> | <onlyinclude><div class="mall-content" style="height:4rem; grid-area:{{{district}}}_{{{plot number}}}; min-width:54.9px; overflow:hidden;"><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 style="display:none;">{{{expiry}}}</span></span></div></div></onlyinclude> | ||
<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" | |||
}, | |||
"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" | |||
}, | |||
"owner": { | |||
"label": "Owner", | |||
"description": "The ingame name of the owner of the plot. Accepts one name. ", | |||
"example": "Steve", | |||
"type": "string", | |||
"suggested": 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 | |||
}, | |||
"expiry": { | |||
"label": "Expiry date", | |||
"description": "The date of expiry of the plot. (This may need to be updated at a later date)", | |||
"type": "date", | |||
"required": true | |||
} | |||
}, | |||
"description": "Represents a single plot on the mall map.", | |||
"paramOrder": [ | |||
"district", | |||
"plot number", | |||
"expiry", | |||
"owner", | |||
"content", | |||
"0", | |||
"4", | |||
"5" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 00:47, 21 August 2022
Represents a single plot on the mall map.
Parameter | Description | Type | Status | |
---|---|---|---|---|
District | district | The district the plot is in. Accepted values: "Dog", "Fish", "Tree", "Fountain"
| String | optional |
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 | optional |
Expiry date | expiry | The date of expiry of the plot. (This may need to be updated at a later date) | Date | required |
Owner | owner | The ingame name of the owner of the plot. Accepts one name.
| String | suggested |
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 |
0 | 0 | no description | Unknown | optional |
4 | 4 | no description | Unknown | optional |
5 | 5 | no description | Unknown | optional |