Pergi ke kandungan

Modul:category tree/lang/pag

Daripada Wikikamus

This module handles generating the descriptions and categorization for Pangasinan category pages of the format "Pangasinan LABEL" where LABEL can be any text. Examples are Category:Bulgarian conjugation 2.1 verbs and Category:Russian velar-stem neuter-form nouns. This module is part of the category tree system, which is a general framework for generating the descriptions and categorization of category pages.

For more information, see Modul:category tree/lang/doc.

NOTE: If you add a new language-specific module, you must add the language code to the list at the top of Modul:category tree/lang in order for the module to be recognized.

local labels = {}
local handlers = {}

labels["Nama keluarga dalam Catálogo alfabético de apellidos"] = {
	description = "Nama keluarga bahasa {{{langname}}} tersenarai dalam {{w|Catálogo alfabético de apellidos}}.<br>Untuk menambahkan nama keluarga bahasa {{{langname}}} ke dalam kategori ini, tambahkan {{tl|Catálogo alfabético de apellidos|pag}} di bahagian Etimologi dalam entri nama keluarga.",
	parents = {{
		name = "Nama keluarga",
		sort = " Catálogo",
	}},
}

labels["Perkataan tanpa templat sebutan"] = {
	description = "Perkataan bahasa {{{langname}}} yang tidak memiliki [[Templat:pag-IPA]] untuk menunjukkan sebutan.",
	parents = {{name = "Penyelenggaraan entri"}},
	hidden = true,
	can_be_empty = true
}

return {LABELS = labels, HANDLERS = handlers}