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

Contingut suprimit Contingut afegit
trec track, s'usa a infotaula esdeveniment
location només en català
Línia 55:
["ordinal"] = function(number, ...) if arg[1] == "ca" then return require("Module:ca-flexió").ordinal(number, arg[2]) end return number end,
-- naming locations in Catalan manual of style, ...=arg{}, arg[1]=lang, arg[2]=Qid (location), arg[3]=Qid (article, no anachronisms)
["location"] = function(label, ...) if arg[1] == "ca" then return require("Module:Location").naming(label, arg[2]) end return label end,
["locationcontext"] = function(label, ...) if arg[1] == "ca" then return require("Module:Location").naming(label, arg[2], arg[3]) end return label end,
}