Модул:category tree/poscatboiler/data/terms by semantic function
Изглед
Script error: The function "main" does not exist.
local labels = {}
local raw_categories = {}
-----------------------------------------------------------------------------
-- --
-- LABELS --
-- --
-----------------------------------------------------------------------------
labels["термини по семантичкој функцији"] = {
description = "{{{langname}}} terms by their semantic function, regardless of part of speech.",
umbrella_parents = "Почетак",
parents = {{name = "{{{langcat}}}", raw = true}},
}
labels["кардинални бројеви"] = {
description = "{{{langname}}} terms that are used to count objects.",
parents = {"бројеви"},
}
labels["demonstrative pro-forms"] = {
description = "{{{langname}}} terms that refer to specified entities or qualities.",
parents = {"pro-forms"},
}
labels["fractional numbers"] = {
description = "{{{langname}}} terms that indicate proportioned parts of a whole.",
parents = {"бројеви"},
}
labels["hedges"] = {
description = "{{{langname}}} expressions that are used to qualify statements so as to lessen impact, e.g. to appear polite or modest or to soften a blow.",
parents = {"термини по семантичкој функцији"},
}
labels["indefinite pro-forms"] = {
description = "{{{langname}}} terms that refer to unspecified entities or qualities.",
parents = {"pro-forms"},
}
labels["intensifiers"] = {
description = "{{{langname}}} terms that serve to intensify.",
parents = {"термини по семантичкој функцији"},
}
labels["interrogative pro-forms"] = {
description = "{{{langname}}} terms that request the listener to specify.",
parents = {"pro-forms"},
}
labels["imperative sentences"] = {
description = "{{{langname}}} free-standing expressions that are in the grammatical form of commands, though often with a [[precative]] or [[hortatory]] force.",
parents = {"sentences"},
}
labels["negative polarity items"] = {
description = "{{{langname}}} terms that are chiefly or always used with a negation.",
additional = "These are the opposite of positive polarity items; see [[:Category:{{{langname}}} positive polarity items]]. See also {{pedia|Polarity items}}",
umbrella = {
additional = "These are the opposite of positive polarity items; see [[:Category:Positive polarity items by language]]. See also {{pedia|Polarity items}}",
},
parents = {"термини по семантичкој функцији"},
}
labels["nominal numbers"] = {
description = "{{{langname}}} terms that represent numbers as entities in themselves.",
parents = {"бројеви"},
}
labels["бројеви"] = {
description = "{{{langname}}} terms that represent or relate to numbers of various kinds.",
parents = {"термини по семантичкој функцији"},
}
labels["ordinal numbers"] = {
description = "{{{langname}}} terms that specify the ordering of objects within a sequence.",
parents = {"бројеви"},
}
labels["positive polarity items"] = {
description = "{{{langname}}} terms that are chiefly or always used in an affirmative sentence, and not with a negation.",
additional = "These are the opposite of negative polarity items; see [[:Category:{{{langname}}} negative polarity items]]. See also {{pedia|Polarity items}}",
umbrella = {
additional = "These are the opposite of negative polarity items; see [[:Category:Negative polarity items by language]]. See also {{pedia|Polarity items}}",
},
parents = {"термини по семантичкој функцији"},
}
labels["pro-forms"] = {
description = "{{{langname}}} terms that refer to other parts of speech.",
parents = {"термини по семантичкој функцији"},
}
labels["pro-sentences"] = {
description = "{{{langname}}} terms that substitute for full [[sentences]].",
parents = {"pro-forms"},
}
labels["questions"] = {
description = "{{{langname}}} terms that are usually or notably used as questions.",
parents = {"sentences"},
}
labels["relative pro-forms"] = {
description = "{{{langname}}} terms that indicate [[relative clause]]s.",
parents = {"pro-forms"},
}
labels["rhetorical questions"] = {
description = "{{{langname}}} questions posed only for dramatic or persuasive effect.",
parents = {"idioms", "sentences", "questions"},
}
for label, data in pairs(labels) do
if not data.umbrella_parents then
data.umbrella_parents = "Термини коришћењем подкатегорија семантичке функције по језику"
end
end
-----------------------------------------------------------------------------
-- --
-- RAW CATEGORIES --
-- --
-----------------------------------------------------------------------------
raw_categories["Термини коришћењем подкатегорија семантичке функције по језику"] = {
description = "Umbrella categories covering topics related to terms categorized by their semantic function, such as types of numbers or questions.",
additional = "{{{umbrella_meta_msg}}}",
parents = {
"Кишобран метакатегорија",
{name = "термини по семантичкој функцији", is_label = true, sort = " "},
},
}
return {LABELS = labels, RAW_CATEGORIES = raw_categories}