Cambios

Saltar a: navegación, buscar

Módulo:Crafting

87 bytes añadidos, 11:55 14 jun 2014
sin resumen de edición
local description = ''
if args.showname == '1' or multirow and args.showname ~= '0' then
name = 'Nombre Name !! '
f:callParserFunction( '#dplvar:set', 'craftingname', '1' )
end
header = table.concat( {
' {| class="wikitable ' .. class .. '"',
'! ' .. name .. 'Ingredientes Ingredients !! ' .. recipeClass .. ' Receta de [[FabricaciónCrafting]]recipe' .. description,
'|-'
}, '\n' )
end
nameCell = table.concat( links, '&nbsp;oor<br>' )
end
end
separator = ''
elseif animatedIngredients[v] and not animatedIngredients[v].final then
separator = '&nbsp;oor'
end
local mod = ( ingredients[v] or animatedIngredients[v] ).mod
if args.upcoming then
table.insert( categories, '[[Category:ProximamenteUpcoming]]' )
end
if args.type then
table.insert( categories, '[[Category:' .. args.type .. ' recipe]]' )
end
if args.ignoreusage ~= '1' then
for k, v in ipairs( ingredientKeys ) do
2712
ediciones

Menú de navegación