Template:Tile: Difference between revisions
Link to explain directly for each layer |
template data |
||
Line 25: | Line 25: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude><includeonly><span class="display-tile {{{1}}}" style="background-position: -{{#expr: ( {{{2}}} mod 16) * 32}}px -{{#expr: (floor({{{2}}} div 16)) * 32}}px;"></span></includeonly> | </noinclude><includeonly><span class="display-tile {{{1}}}" style="background-position: -{{#expr: ( {{{2}}} mod 16) * 32}}px -{{#expr: (floor({{{2}}} div 16)) * 32}}px;"></span></includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"aliases": [ | |||
"layer" | |||
], | |||
"label": "The layer where the tile is located.", | |||
"description": "The layer where the tile is located.", | |||
"example": "game", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"game", | |||
"front", | |||
"tele", | |||
"speedup", | |||
"entities", | |||
"switch", | |||
"tune" | |||
], | |||
"required": true | |||
}, | |||
"2": { | |||
"aliases": [ | |||
"index" | |||
], | |||
"label": "The index of the tile.", | |||
"description": "The index of the tile.", | |||
"example": "1", | |||
"type": "number", | |||
"required": true | |||
} | |||
}, | |||
"description": "A tile link with a icon.", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 08:54, 11 February 2023
Usage: {{Tile|layer|index}}
. No image is displayed if the layer name is misspelled or no tile exists at that index on the layer. Use ddnet.org/explain to determine indices of tiles. This can be used in combination with Template:TileLink
Examples
Layer | code | preview |
---|---|---|
entities | {{Tile|entities|1}} |
|
game | {{Tile|game|3}} |
|
front | {{Tile|front|66}} |
|
tele | {{Tile|tele|26}} |
|
speedup | {{Tile|speedup|28}} |
|
switch | {{Tile|switch|22}} |
|
tune | {{Tile|tune|68}} |
A tile link with a icon.
Parameter | Description | Type | Status | |
---|---|---|---|---|
The layer where the tile is located. | 1 layer | The layer where the tile is located.
| String | required |
The index of the tile. | 2 index | The index of the tile.
| Number | required |