Diferencies ente revisiones de «Módulu:Wikidata/i18n»

Contenido eliminado Contenido añadido
elimino mensages que ya no se utilizan
Oriciu (alderique | contribuciones)
Sin resumen de edición
Llinia 10:
[0] = "$1 mil millones d'años", -- precision: billion years
[1] = "$100 millones d'años", -- precision: hundred million years
[2] = "$10 millones d'años", -- precision: ten million years
[3] = "$1 millones d'años", -- precision: million years
[4] = "$100000 años", -- precision: hundred thousand years; thousand separators added afterwards
[5] = "$10000 años", -- precision: ten thousand years; thousand separators added afterwards
[8] = "década del $1", -- precision: decade
-- the following use the format of #time parser function
[6] = 'xrY "mileniu"', -- precision: millennium
[7] = '"sieglu" xrY', -- precision: century
[9] = "Y", -- precision: year
[10] = "F Y", -- precision: month
[11] = function(ts) return mw.ustring.match(ts, "\-(%d+)T") == "01" and 'j"r" F Y' or "j F Y" end, -- precision: day
["beforenow"] = "haiva $1", -- how to format negative numbers for precisions 0 to 5
["afternow"] = "d'equí aen $1", -- how to format positive numbers for precisions 0 to 5
["bc"] = '$1 e. C.edC', -- how print negative years
["ad"] = "$1", -- how print positive years
},
["monolingualtext"] = '<span lang="%language">%text</span>',
["cite"] = { -- Cite web parameters
["url"] = "url",
["title"] = "títulu",
["website"] = "obra",
["access-date"] = "fechaaccesu",
["archive-url"] = "urlarchivu",
["archive-date"] = "fechaarchivu",
["author"] = "autor",
["publisher"] = "editorial",
["quote"] = "cita",
["language"] = "idioma",
["date"] = "fecha",
["pages"] = "páxines"
}
}