Dogcraft Wiki
Archive/Mall map/Mall plot
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<onlyinclude><div class="mall-content" style="height:4rem; grid-area:{{{district}}}_{{{plot number}}}; 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> | <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> | <noinclude> | ||
<templatedata> | <templatedata> |
Revision as of 03:11, 8 February 2021
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 | 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 |
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 |