Difference between revisions of "Template:Grid"
Jump to navigation
Jump to search
(Created page with "<includeonly> <div class="animated" style="width: 32px; height: 32px; background-color: #888; border: 1px solid #333; {{#if: {{{padded|}}} | padding: 10px;|}}"> {{#if: {{#expl...") |
m (Moved doc to /doc subpage) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly>{{#invoke:Animated|grid}}</includeonly><noinclude> |
− | + | {{Documentation}} | |
− | + | <!-- Categories go on the /doc subpage --> | |
− | + | </noinclude> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | -- | ||
− | |||
− | </ |
Latest revision as of 07:06, 14 May 2017
Language: | English |
---|
This template uses Module:Animated, a script written in Lua. Please see wikipedia:Wikipedia:Lua and mw:Extension:Scribunto to learn more. |
Usage
{{{1}}}
is a list of item names, separated by commas. {{{2}}}
is a corresponding list of item counts, also separated by commas.
Set {{{padded=1}}}
to enable 10px padding.
Examples
Source | Output |
---|---|
{{Grid|Stick}} |
|
{{Grid|Iron Lump, Copper Lump, Gold Lump}} |
|
{{Grid|Steel Ingot, Bronze Ingot, Gold Ingot|2, 3, 4}} |
|
{{Grid|Diamond|padded=1}} |
|
{{Grid|Diamond, Mese Crystal|2, 3|padded=1}} |