Module:labels/data/lang/example
පෙනුම
- මෙම module සතුව උපදෙස් උප පිටුවක් නොපවතියි. Please නිර්මාණය කරන්න.
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
-- ?? 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)