Diferencia entre revisiones de «Módulo:Crafting»

MinedNugget (discusión | contribs.)
Página creada con «local p = {} function p.table( f ) local args = f if f == mw.getCurrentFrame() then args = require( 'Module:ProcessArgs' ).merge() else f = mw.getCurrentFrame() end...»
 
Bth0 (discusión | contribs.)
Sin resumen de edición
Línea 55: Línea 55:
header = table.concat( {
header = table.concat( {
' {| class="wikitable ' .. class .. '"',
' {| class="wikitable ' .. class .. '"',
'! ' .. name .. 'Ingredients !! ' .. recipeClass .. ' [[Crafting]] recipe' .. description,
'! ' .. name .. 'Ingredientes !! ' .. recipeClass .. ' Entrada » Salida' .. description,
'|-'
'|-'
}, '\n' )
}, '\n' )