Template:Tile: Difference between revisions
No edit summary |
try fix |
||
Line 24: | Line 24: | ||
|} | |} | ||
[[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> | ||
<noinclude> | |||
<templatedata> | |||
{ | { | ||
"params": { | "params": { |
Revision as of 09:23, 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 | |
---|---|---|---|---|
Layer | 1 layer | The layer where the tile is located.
| String | required |
Index | 2 index | The index of the tile.
| Number | required |