Created page with "-- <nowiki> return { ["_metadata"] = { ["order"] = { "hide", "show" } }, ["en"] = { ["hide"] = "Hide", ["show"] = "Show" }, ["qqq"] = { ["hide"] = "\"Hide\" button (i.e. collapse the navbox).", ["show"] = "\"Show\" button (i.e. expand the navbox)." }, ["de"] = { ["hide"] = "Einklappen", ["show"] = "Ausklappen" }, ["es"] = { ["hide"] = "Ocult..." |
m Protected "Module:Navbox/i18n" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
(No difference)
| |||
Latest revision as of 02:02, 5 March 2025
Documentation for this module may be created at Module:Navbox/i18n/doc
-- <nowiki>
return {
["_metadata"] = {
["order"] = {
"hide",
"show"
}
},
["en"] = {
["hide"] = "Hide",
["show"] = "Show"
},
["qqq"] = {
["hide"] = "\"Hide\" button (i.e. collapse the navbox).",
["show"] = "\"Show\" button (i.e. expand the navbox)."
},
["de"] = {
["hide"] = "Einklappen",
["show"] = "Ausklappen"
},
["es"] = {
["hide"] = "Ocultar",
["show"] = "Mostrar"
},
["hi"] = {
["hide"] = "छिपाएँ",
["show"] = "दिखाएँ"
},
["ja"] = {
["hide"] = "隠す",
["show"] = "表示"
},
["pt-br"] = {
["hide"] = "Ocultar",
["show"] = "Mostrar"
},
["ru"] = {
["hide"] = "Скрыть",
["show"] = "Показать"
},
["zh-hans"] = {
["hide"] = "隐藏",
["show"] = "显示"
},
["zh-hant"] = {
["hide"] = "隱藏",
["show"] = "顯示"
},
["zh-hk"] = {
["hide"] = "隱藏",
["show"] = "顯示"
}
}
-- </nowiki>
