This template generates a headword line and categorizes Spanish noun entries.
This template should be added to all Spanish noun entries.
The template should be placed within the Spanish language section, immediately following the Noun L3 header.
As with other Wiktionary inflection line templates, please do not use subst:
.
In the majority of cases, only the gender needs to be specified in |1=
, e.g. for persona (“person”):
{{es-noun|f}}
which produces
persona f (plural personas)
The module knows how to form the plural of most nouns, including those in -ón, -z, -í, -ú, etc. For example, for nación (“nation”):
{{es-noun|f}}
which produces
nación f (plural naciones)
Similarly, for iraquí (“Iraqi”):
{{es-noun|mfbysense}}
which produces
iraquí m or f by sense (plural iraquíes or iraquís)
And for joven (“youth”):
{{es-noun|mfbysense}}
which produces
joven m or f by sense (plural jóvenes)
Note in the latter two cases that mfbysense
as a gender indicates a noun that can be either masculine or feminine according to the natural gender of the being referred to, and categorizes into Category:Spanish masculine and feminine nouns by sense.
Some nouns have irregular plurals. To specify this, use |2=
and |pl2=
, |pl3=
, etc. for additional plurals, e.g. for noray (“bollard”):
{{es-noun|m|+|pl2=noráis}}
which produces
noray m (plural norayes or noráis)
Here, +
requests the default plural, and #
in a plural (or feminine, see below) stands for the lemma. An example of using the latter is lao (“Lao person”):
{{es-noun|mfbysense|#|pl2=+}}
which produces
lao m or f by sense (plural lao or laos)
Here, we use #
as above to stand for the lemma, indicating an unchanged plural, and +
to request the default plural (in this case laos).
Use an hyphen -
to specify uncountable nouns, as in the example ficción especulativa (“speculative fiction”):
{{es-noun|f|-|head=] ]}}
which produces
ficción especulativa f (uncountable)
Here, we also use |head=
to correctly link the feminine adjective to its masculine counterpart.
Use |f=
to specify the feminine equivalent of a masculine noun referring to a person or animal, as with amigo (“friend”):
{{es-noun|m|f=+}}
which produces
amigo m (plural amigos, feminine amiga, feminine plural amigas)
The module knows how to correctly form the feminine in most cases; to request the default, use +
. A feminine plural will automatically be generated using the default pluralizing algorithm, which is almost always correct; to override this, use |fpl=
.
Examples of default feminines are espectador (“spectator”) → espectadora and francés (“French man”) → francesa.
You can add qualifiers and labels to a given plural, feminine or gender using inline modifiers. An example of a gender label is with calor (“heat”):
{{es-noun|m,f<l:<<colloquial>> in <<Latin America>>>}}
which produces
calor m or (colloquial in Latin America) f (plural calores)
Note that the gender spec can take multiple, comma-separated genders, each with its own inline modifiers. Alternatively, you can use |g2=
for the second gender.
The allowed inline modifiers are:
<q:...>
: Qualifier displayed as-is before the value in question.<qq:...>
: Qualifier displayed as-is after the value in question.<l:...>
: One or more comma-separated labels (with no space after the comma) displayed before the value in question. Recognized labels are generally linked to the glossary.<ll:...>
: One or more comma-separated labels (with no space after the comma) displayed after the value in question.<ref:...>
: One or more references. See {{IPA}}
for the exact format. To get multiple references, you can stack multiple inline modifiers <ref:...><ref:...>
or separate with !!!
(three exclamation points surrounded by spaces).The module knows how to correctly pluralize and form the feminine of most multiword expressions. An example is niña bonita (“pet, darling”, literally “pretty girl”):
{{es-noun|f}}
which produces
niña bonita f (plural niñas bonitas)
The default is to pluralize the first and last word (as here), unless there is a recognized preposition in the word, in which case only the portion before the preposition is pluralized. An example with a preposition is: niño de pecho (“infact, babe-in-arms”)
{{es-noun|m|f=+}}
which produces
niño de pecho m (plural niños de pecho, feminine niña de pecho, feminine plural niñas de pecho)
Note here we request the default feminine, which follows the same principles as the plural; in this case, only the portion before the preposition is pluralized.
Another example is abductor largo del pulgar (“abductor pollicis longus”):
{{es-noun|m}}
which produces
abductor largo del pulgar m (plural abductores largos del pulgar)
Note how both words before the preposition are pluralized (recursively applying the default algorithm to the portion before the preposition).
In some cases, the default algorithm produces incorrect results. In those cases, you can control which words are pluralized using one of the following specs:
+first
if only the first word inflects.+last
if only the first word inflects.+first-last
if the first and last word inflect.+each
if all words inflect.+first-second
if the first and second words inflect.+second
if only the second word inflects.++
to explicitly request the default multiword pluralization algorithm (needed with hyphenated terms; see below).An example that uses these codes is agujero negro supermasivo (“supermassive black hole”). The default is to pluralize the first and last words, but here we need each word pluralized:
{{es-noun|m|+each}}
which produces
agujero negro supermasivo m (plural agujeros negros supermasivos)
You can use this template for noun-forming suffixes. If the page name begins with a hyphen, the part of speech for categories is changed to suffixes
instead of nouns
, and the page is added to an additional category Category:Spanish noun-forming suffixes. An example is -és (“-ese”):
{{es-noun|m|f=+}}
which produces
-és m (noun-forming suffix, plural -eses, feminine -esa, feminine plural -esas)
and automatically adds the page to Category:Spanish suffixes, Category:Spanish masculine suffixes and Category:Spanish noun-forming suffixes.
|1=
(required), |g2=
, ...|1=
is required. Possible values are m
(masculine), m-p
(masculine, plurale tantum), f
(feminine), f-p
, mf
(can be either masculine or feminine, with no meaning difference), mf-p
, mfbysense
(can be either masculine or feminine, according to the natural gender of the person or animal referred to), mfbysense-p
, n
(neuter; used for gender-neutral terms like amigue), n-p
, ?
(unknown gender), ?-p
. Multiple comma-separated genders can appear in a single parameter, each with their own inline modifiers.|2=
, |pl2=
, ...|f=
, |f2=
, ...|fpl=
, |fpl2=
, ...|m=
, |m2=
, ...|mpl=
, |mpl2=
, ...|dim=
, |dim2=
, ...|aug=
, |aug2=
, ...|pej=
, |pej2=
, ...|dem=
, |dem2=
, ...|fdem=
, |fdem2=
, ...|pagename=
All of the above parameters that take a value can have inline modifiers, as described above.
For all the above plural/feminine/masculine/diminutive/augmentative parameters, use +
to explicitly request the default and #
to stand for the lemma.