සැකිල්ල:pt-verb form of/documentation
Usage
සංස්කරණයThis template automatically generates an inflection-of line for Portuguese verb non-lemma forms given the conjugation spec of the verb. The conjugation spec is the same as in {{pt-conj}}
and {{pt-verb}}
, except that the infinitive must be specified. For example:
( 1 ) On ame, the following:
# {{pt-verb form of|amar}}
generates
- Lua දෝෂය in package.lua at line 80: module 'Module:pt-verb' not found.
( 2 ) On falamos, the following:
# {{pt-verb form of|falar}}
generates
- Lua දෝෂය in package.lua at line 80: module 'Module:pt-verb' not found.
( 3 ) On consigo, the following:
# {{pt-verb form of|conseguir<i-e>}}
generates
- Lua දෝෂය in package.lua at line 80: module 'Module:pt-verb' not found.
( 4 ) On fizeram, the following:
# {{pt-verb form of|fazer}}
generates
- Lua දෝෂය in package.lua at line 80: module 'Module:pt-verb' not found.
(This latter usage works because the module automatically knows how to conjugate most irregular verbs.)
( 5 ) On falamos, the following:
# {{pt-verb form of|falar|slots=pret_1p}}
generates
- Lua දෝෂය in package.lua at line 80: module 'Module:pt-verb' not found.
( 6 ) On entregue, the following:
# {{pt-verb form of|entregar<short_pp:entregue>|slots=short_pp_ms}}
generates
- Lua දෝෂය in package.lua at line 80: module 'Module:pt-verb' not found.
( 7 ) On entregue, the following:
# {{pt-verb form of|entregar<short_pp:entregue>|slots=pres_sub_1s,pres_sub_3s,imp_3s}}
generates
- Lua දෝෂය in package.lua at line 80: module 'Module:pt-verb' not found.
Parameters
සංස්කරණයOnly the following parameters are used:
|1=
(required)- Conjugation spec of the verb, including the infinitive and any necessary indicators.
|pagename=
- Override the non-lemma form used to generate the inflections. Defaults to the page name.
|slots=
- Optional comma-separated list of slots, to restrict the output to only those slots (e.g.
pres_1s
for the first-person singular present indicative) instead of all possible slots matching the non-lemma form in question. |noslots=
- Optional comma-separated list of slots, to restrict the output to not include those slots (e.g.
pp_ms
for the masculine singular past participle) instead of all possible slots matching the non-lemma form in question. |t=
/|gloss=
,|lit=
,|pos=
,|id=
- Link parameters (see
{{link}}
and{{inflection of}}
) passed to the underlying call(s) to{{inflection of}}
.