Module:labels/data/lang/example

< Module:labels‎ | data‎ | lang

-- ?? This is a template for language-specific label data.
-- ?? It is not used anywhere, but you can use this to create a new language-specific label data submodule (under Module:labels/data/lang/LANGUAGECODE).
local labels = {}

-- ?? Add your labels here and remove this comment. The documentation describes what each of these properties does. None of them are required.
-- labels["Sample label"] = {
--  aliases = {"Alias 1", "Alias 2"},
--	display = "How to show this label",
--	plain_categories = "plain category",
--	topical_categories = "topical category",
--	regional_categories = true or "regional category",
-- }

return require("Module:labels").finalize_data(labels)