Module:Wikidata: Difference between revisions

Content deleted Content added
No edit summary
localization
Line 20:
{
-- $1 is a placeholder for the actual number
[0] = "$1 Mrd.billion Jahrenyears", -- precision: billion years
[1] = "$100 Mio.million Jahrenyears", -- precision: hundred million years
[2] = "$10 Mio.million Jahrenyears", -- precision: ten million years
[3] = "$1 Mio.million Jahrenyears", -- precision: million years
[4] = "$100.,000 Jahrenyears", -- precision: hundred thousand years
[5] = "$10.,000 Jahrenyears", -- precision: ten thousand years
[6] = "$1. Jahrtausend millenium", -- precision: millennium
[7] = "$1. Jahrhundertcentury", -- precision: century
[8] = "$1er1s", -- precision: decade
-- the following use the format of #time parser function
[9] = "Y", -- precision: year,
[10] = "F Y", -- precision: month
[11] = "j. F j, Y", -- precision: day
[12] = 'j. "F Yj, GY ga"Uhr"', -- precision: hour
[13] = "j. F j, Y Gg:iia", -- precision: minute
[14] = "j. F j, Y Gg:i:ssa", -- precision: second
["beforenow"] = "vor $1 BCE", -- how to format negative numbers for precisions 0 to 5
["afternow"] = "in $1 CE", -- how to format positive numbers for precisions 0 to 5
["bc"] = '$1 "v.Chr.BCE"', -- how print negative years
["ad"] = "$1" -- how print positive years
},