Cambios

Saltar a: navegación, buscar

Módulo:Crafting

446 bytes eliminados, 12:12 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
v = v:sub( 2 )
if not v:find( ':' ) then
if v == 'TintesAny Dye' then for _, tinte dye in ipairs( { 'Tinte NaranjaOrange Dye', 'Tinte MagentaDye', 'Tinte Azul ClaroLight Blue Dye', 'Tinte AmarilloDandelion Yellow', 'Tinte Verde LimaLime Dye', 'Tinte RosaPink Dye', 'Tinte GrisGray Dye', 'Tinte Gris ClaroLight Gray Dye', 'Tinte CianCyan Dye', 'Tinte MoradoPurple Dye', 'LapislázuliLapis Lazuli', 'Semillas de CacaoCocoa Beans', 'Tinte VerdeCactus Green', 'Tinte RojoRose Red', 'Saco de TintaInk Sac'
} ) do
table.insert( categories, '[[CategoríaCategory:Recetas que usan Recipe using ' .. tinte dye .. ']]' )
end
else
if v == 'Pistón AdhesivoSticky Piston' then v = 'PistónPiston' elseif v == 'Champiñón RojoRed Mushroom' or v == 'Champiñón MarrónBrown Mushroom' then v = 'ChampiñónMushroom' elseif v == 'Arena RojizaRed Sand' then v = 'ArenaSand' elseif v == 'Carbón VegetalCharcoal' then v = 'CarbónCoal' elseif v:find( ' Tronco de MaderaWood$' ) then v = 'MaderaWood' elseif v:find( ' Tablas de MaderaWood Planks$' ) then v = 'Tablas de Madera' elseif v:find( ' Materiales$' ) then v = 'Materiales para HerramientasWood Planks' elseif v:find( ' Cristal TintadoStained Glass$' ) then v = 'Cristal TintadoStained Glass' elseif v:find( ' Panel de Cristal TintadoStained Glass Pane$' ) then v = 'Panel de Cristal TintadoStained Glass Pane' elseif v:find( ' LanaWool$' ) then v = 'LanaWool' elseif v:find( ' AreniscaSandstone$' ) then v = 'AreniscaSandstone' elseif v:find( ' Escaleras de MaderaStairs$' ) then v = 'EscalerasStairs' elseif v:find( ' Losa de MaderaSlab$' ) then v = 'LosasSlab' elseif v:find( ' Placa de PresiónPressure Plate$' ) then v = 'Placa de PresiónPressure Plate' elseif v:find( ' TulipánTulip$' ) then v = 'TulipánTulip' elseif v:find( ' Estrella de Fuegos ArtificialesFirework Star$' ) then v = 'Estrella de Fuegos ArtificialesFirework Star' elseif v:find( ' Ladrillos de PiedraStone Bricks$' ) then v = 'Ladrillos de PiedraStone Bricks' elseif v:find( ' Bloques de CuarzoQuartz Block$' ) then v = 'Bloque de CuarzoBlock of Quartz' elseif v:find( ' AndesitaAndesite$' ) then v = 'Andesite' elseif v:find( ' DioritaDiorite$' ) then v = 'Diorite' elseif v:find( ' GranitoGranite$' ) then v = 'Granite'
end
table.insert( categories, '[[CategoríaCategory:Recetas que usan Recipe using ' .. v .. ']]' )
end
end
2712
ediciones

Menú de navegación