Modulo:CategoriaMusicale: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
altri fix |
m più leggibile? |
||
Riga 32:
local forced_link = args.link_genere or args[2]
local subject = p.get_subject()
local
if subject then
if forced_link ~= "" then
end
if subject == "Gruppi musicali" or subject == "Musicisti" or subject == "Cantanti" or subject == "Disc jockey" then
end
if subject then
end
Riga 50:
for k, v in pairs(subject2wikilink) do
if subject ~= k then
end
end
return
end
|