|
|
| (27 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| __NOTOC__
| | #REDIRECT [[Template:Definition#Documentation]] |
| | |
| == Documentation ==
| |
| This template is used to quickly add a definition page for a word in the [[Word compendium]]
| |
| | |
| {| class="article-table"
| |
| |-
| |
| ! scope="col"|Parameter
| |
| ! scope="col"|Description
| |
| ! scope="col"|Use
| |
| |-
| |
| |<code>pos</code>
| |
| |The word's [[#Parts_of_speech|part of speech]]
| |
| |Required
| |
| |-
| |
| |<code>def1, def2, ...</code>
| |
| |The word's definition(s) (you can have up to 5)
| |
| |Required (def1)
| |
| |-
| |
| |<code>cur</code>
| |
| |The word curator which accepted the word
| |
| |Optional
| |
| |-
| |
| |<code>sug</code>
| |
| |The person who originally suggested the word
| |
| |Optional
| |
| |-
| |
| |<code>pro1, pro2, pro3</code>
| |
| |The pronunciation(s) of the word '''(must use standard IPA)'''
| |
| |Optional
| |
| |-
| |
| |<code>cj</code>
| |
| |The word's conjugation/declension (possessives are '''NOT''' included)
| |
| |Optional
| |
| |-
| |
| |<code>alt</code>
| |
| |Alternative forms of the word (not conjugations/declensions), all words should have links and be separated by commas
| |
| |Optional
| |
| |}
| |
| | |
| == Parts of speech ==
| |
| | |
| A word's part of speech is essentially what kind of word it is (e.g. {{wc|aardvark}}'s part of speech is a '''noun'''). Below is a list of all possible parts of speech:
| |
| | |
| * Noun
| |
| * Adjective
| |
| * Verb
| |
| * Adverb
| |
| * Pronoun
| |
| * Proper noun
| |
| * Interjection
| |
| * Conjunction
| |
| * Adposition
| |
| * Affix
| |
| * Acronym
| |
| * Abbreviation
| |
| * Number
| |
| * Symbol
| |
| | |
| == Example ==
| |
| For an example that uses every parameter: <code><nowiki>{{Definition|pos=noun|def1=definition 1|def2=definition 2|def3=definition 3|cur=Joe mama|sug=Ghost|pro1=ˈtɛst ˈwʌn|pro2=ˈtɛst ˈtu|pro3=ˈtɛst ˈθɹi|cj='''plural''' docs|alt={{wc|altform 1}}, {{wc|altform 2}}, {{wc|altform3}}}}</nowiki></code> will produce:
| |
| | |
| {{Definition|pos=noun|def1=definition 1|def2=definition 2|def3=definition 3|cur=Joe mama|sug=Ghost|pro1=ˈtɛst ˈwʌn|pro2=ˈtɛst ˈtu|pro3=ˈtɛst ˈθɹi|cj='''plural''' docs|alt={{wc|altform 1}}, {{wc|altform 2}}, {{wc|altform3}}|nocat=y}}
| |