Mòdul:Wikidades/proves: diferència entre les revisions

Contingut suprimit Contingut afegit
sintaxi
case == "initials"
Línia 54:
elseif case == "labelfeminine" then -- case infoboxlabel and itemgender is female
return require("Module:Wikidata/labels").fixInfoboxLabel(require("Module:ca-flexió").fem(word))
elseif case == "initials" then
local initials = {
["Bach Werke Verzeichnis"] = "BWV"
}
return initials[word] or word
end
return word