Module:sce-verb-form/data

Hello, you have come here looking for the meaning of the word Module:sce-verb-form/data. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:sce-verb-form/data, but we will also tell you about its etymology, its characteristics and you will know how to say Module:sce-verb-form/data in singular and plural. Everything you need to know about the word Module:sce-verb-form/data you have here. The definition of the word Module:sce-verb-form/data will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:sce-verb-form/data, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

Usage

This page contains the data for Module:sce-verb-form which implements {{sce-form-of-verb}}. To add a new suffix, add a new entry into the proper subsection (converb, participle, etc) in the following form:

suffix = { name = "<name of the form>", categories = { "<category name>"}}

The <canonical suffix> is the form of the suffix (minus the hyphen) that has its own page and that other forms link to, usually it is the back unrounded harmonic variant if such exists.


The <name of the form> is the name describing the type and the function of verb forms built using this suffix.


<category name> is the name of a category that forms built using this suffix should be placed under. Multiple categories may be listed
Alternative forms of the suffixes should be entered underneath the canonical form using this syntax:

suffixes = "<canonical form>"

local suffix = {};
local aliases = {};
suffix = {name="verb form"} --To disable the error on the Template page

		--Participles
        -- Tenses
        -- Converbs
suffix={name="imperfective converb", categories={"converbs"}}
        -- Moods
        -- Voices
suffix={name="causative voice", categories={"causative verbs"}}

return { = suffix,  = aliases}