Diferencia entre revisiones de «Módulo:Brewing»

MinedNugget (discusión | contribs.)
Sin resumen de edición
Leynaf (discusión | contribs.)
Sin resumen de edición
 
Línea 66: Línea 66:
     local base = args.base or ''
     local base = args.base or ''
if base == '' then
if base == '' then
base = 'Poción Rara'
base = 'Poción rara'
end
end
Línea 97: Línea 97:
if nameCell and args.upcoming == '1' then
if nameCell and args.upcoming == '1' then
nameCell = nameCell .. '<br>(upcoming)'
nameCell = nameCell .. '<br>(próximamente)'
end
end


Línea 184: Línea 184:
local category = ''
local category = ''
if mw.title.getCurrentTitle().namespace == 0 and args.nocat ~= '1' and args.upcoming == '1' then
if mw.title.getCurrentTitle().namespace == 0 and args.nocat ~= '1' and args.upcoming == '1' then
category = '[[Category:Upcoming]]'
category = '[[Categoría:Próximamente]]'
end
end