Cambios

Saltar a: navegación, buscar

Módulo:Crafting

36 bytes añadidos, 11:59 14 jun 2014
Deshecha la revisión 7134 de Xstela (disc.)
local description = ''
if args.showname == '1' or multirow and args.showname ~= '0' then
name = 'Name Nombre !! '
f:callParserFunction( '#dplvar:set', 'craftingname', '1' )
end
header = table.concat( {
' {| class="wikitable ' .. class .. '"',
'! ' .. name .. 'Ingredients Ingredientes !! ' .. recipeClass .. ' Receta de [[CraftingFabricación]] recipe' .. description,
'|-'
}, '\n' )
end
nameCell = table.concat( links, '&nbsp;oro<br>' )
end
end
separator = ''
elseif animatedIngredients[v] and not animatedIngredients[v].final then
separator = '&nbsp;oro'
end
local mod = ( ingredients[v] or animatedIngredients[v] ).mod
if args.upcoming then
table.insert( categories, '[[Category:UpcomingProximamente]]' )
end
if args.type then
table.insert( categories, '[[Category:' .. args.type .. ' recipe]]' )
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