Diferencia entre revisiones de «Módulo:Crafting»
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...» |
Sin resumen de edición |
||
| Línea 55: | Línea 55: | ||
header = table.concat( { | header = table.concat( { | ||
' {| class="wikitable ' .. class .. '"', | ' {| class="wikitable ' .. class .. '"', | ||
'! ' .. name .. ' | '! ' .. name .. 'Ingredientes !! ' .. recipeClass .. ' Entrada » Salida' .. description, | ||
'|-' | '|-' | ||
}, '\n' ) | }, '\n' ) | ||