Module:Inventory slot: Difference between revisions
Created page with "local p = {} -- Individual cell function p.cell( f ) local args = f.args or f if f == mw.getCurrentFrame() and args[1] == nil then args = f:getParent().args end args[1..." |
No edit summary |
||
| Line 283: | Line 283: | ||
'<div class="grid-Brewing_Stand">', | '<div class="grid-Brewing_Stand">', | ||
'{| cellpadding="0" cellspacing="0"', | '{| cellpadding="0" cellspacing="0"', | ||
'| class="bubbles" | [[File:Grid layout Brewing Bubbles | '| class="bubbles" | [[File:Grid layout Brewing Bubbles.gif|link=]]', | ||
'| class="input" | ' .. p.cell{ args.Input, mod = args.mod, link = args.Ilink, title = args.Ititle }, | '| class="input" | ' .. p.cell{ args.Input, mod = args.mod, link = args.Ilink, title = args.Ititle }, | ||
'| [[File:Grid layout Brewing Arrow' .. inactive .. '.png|link=]]', | '| [[File:Grid layout Brewing Arrow' .. inactive .. '.png|link=]]', | ||