Mô đun:labels/data/lang/id
Giao diện
local labels = {}
----Dialects go here---
labels["North Sumatra"] = {
aliases = {"Sumut"},
Wikipedia = true,
regional_categories = "North Sumatran",
}
labels["Sumatra"] = {
Wikipedia = true,
regional_categories = "Sumatran",
}
----Other labels go here----
labels["pre-1947"] = {
aliases = {"Van Ophuijsen spelling", "Van Ophuijsen orthography", "Dutch-based spelling", "Dutch-based orthography"},
Wikipedia = "Van Ophuijsen Spelling System",
plain_categories = "Indonesian pre-1947 forms",
}
labels["1947-1972"] = {
aliases = {"Republican spelling", "Republican orthography", "pre-1967", "1947-1967", "pre-1972", "Soewandi spelling", "Soewandi orthography"},
Wikipedia = "Republican Spelling System",
plain_categories = "Indonesian 1947-1972 forms",
}
return require("Module:labels").finalize_data(labels)