Diferencia entre revisiones de «Módulo:Fabricación de estandarte»
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 290: | Línea 290: | ||
'Orange Dye', 'Magenta Dye', 'Light Blue Dye', 'Dandelion Yellow', 'Lime Dye', | 'Orange Dye', 'Magenta Dye', 'Light Blue Dye', 'Dandelion Yellow', 'Lime Dye', | ||
'Pink Dye', 'Gray Dye', 'Light Gray Dye', 'Cyan Dye', 'Purple Dye', | 'Pink Dye', 'Gray Dye', 'Light Gray Dye', 'Cyan Dye', 'Purple Dye', | ||
'Lapis Lazuli', 'Cocoa Beans', 'Cactus Green', 'Rose Red', 'Ink Sac' | 'Lapis Lazuli', 'Cocoa Beans', 'Cactus Green', 'Rose Red', 'Ink Sac', | ||
'Tinte Amarillo', 'Lapislázuli', 'Tinte naranja', 'Tinte rojo' | |||
} | } | ||
if v == 'Any Dye' then | if v == 'Any Dye' then | ||
| Línea 303: | Línea 304: | ||
elseif v== 'Any Mushroom' or v == 'Red Mushroom' or v == 'Brown Mushroom' then v = 'Mushroom' | elseif v== 'Any Mushroom' or v == 'Red Mushroom' or v == 'Brown Mushroom' then v = 'Mushroom' | ||
elseif v == 'Red Sand' then v = 'Sand' | elseif v == 'Red Sand' then v = 'Sand' | ||
elseif v == 'Charcoal' then v = 'Coal' | |||
elseif v:find( ' Wood$' ) then v = 'Wood' | elseif v:find( ' Wood$' ) then v = 'Wood' | ||
elseif v:find( ' Wood Planks$' ) then v = 'Wood Planks' | elseif v:find( ' Wood Planks$' ) then v = 'Wood Planks' | ||