Bản mẫu:spa-adj/doc
Đây là một trang con tài liệu sử dụng bản mẫu dành cho Bản mẫu:spa-adj. Nó gồm có các thông tin hướng dẫn sử dụng, thể loại và các nội dung khác không thuộc về phần trang bản mẫu gốc. |
Parameters
sửaParameter | Meaning | Default value (if left unspecified) | Notes |
---|---|---|---|
head | headword | Page title. | This is to allow links in the headword for multi-word terms. |
f | Feminine singular | Uses smart algorithm to generate feminine. | |
pl | Plural | Uses smart algorithm to generate plural. | Provides a default for mpl and fpl (below). |
mpl | Masculine plural | Same as pl parameter if set, or uses smart algorithm to pluralize the headword. | |
fpl | Feminine plural | Same as pl parameter if set, or uses smart algorithm to pluralize the feminine. | |
pl2 | Alternative plural | Not set by default. Used if an adjective has two possible plurals. |
How does it work?
sửaFor most articles, just use {{spa-adj}}
. The template is smart enough to compute the correct feminine and plural in almost all cases.
- For the article clave (same in both masculine and feminine, two possible plurals), use
{{spa-adj|pl=#|pl2=+}}
- Here,
#
means to use the lemma form clave, and+
means to request the default plural claves.
- For the article andaluz (feminine in -a; the default algorithm would generate the feminine andaluz), use
{{spa-adj|f=andaluza}}
- For the article obturador (feminine obturatriz), use
{{spa-adj|f=obturatriz}}
- Note in this case that the correct masculine plural obturadores and correct feminine plural obturatrices are automatically generated.
- For the article cortés (feminine same as masculine, when the default algorithm would generate the feminine cortesa), use
{{spa-adj|f=#}}
- Here,
#
means to use the lemma form cortés.
- For the article oromo (feminine same as masculine, when the default algorithm would generate the feminine oromo; plural oromos or oromo), use
{{spa-adj|f=#|pl=+|pl2=#}}
- For the article bueno, with irregular comparative and superlative, use
{{spa-adj|comp=mejor|sup=buenísimo|sup2=bonísimo|sup3=óptimo}}