Module:Category tree/poscatboiler/data/rhymes

From Multilingual Bookbinding Dictionary
< Module:Category tree‎ | poscatboiler‎ | data
Revision as of 10:14, 6 September 2018 by Adminsuzy (talk | contribs) (Created page with "local labels = {} labels["rhymes"] = { description = "Lists of {{{langname}}} words by their rhymes.", fundamental = "Fundamental", parents = {{template = "langcatboiler"}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Category tree/poscatboiler/data/rhymes/doc

local labels = {}

labels["rhymes"] = {
	description = "Lists of {{{langname}}} words by their rhymes.",
	fundamental = "Fundamental",
	parents = {{template = "langcatboiler"}},
}

labels["refractory rhymes"] = {
	description = "Lists of {{{langname}}} words that don't rhyme with other words.",
	fundamental = "Rhymes subcategories by language",
	parents = {"rhymes"},
}

return labels