Template:Abbreviation/doc: Difference between revisions

From Indian River Lagoon Project
(Created page with "==Abbreviation Template Documentation== <templatedata> { "params": { "Term": {}, "Abb": {}, "Type": {}, "Pronunciation": {}, "AudioFile": {}, "Definition": {},...")
 
mNo edit summary
Line 3: Line 3:
{
{
"params": {
"params": {
"Term": {},
"Term": {
"Abb": {},
"label": "Term",
"Type": {},
"description": "Word phrase to abbreviate. Auto-filled at form start.",
"Pronunciation": {},
"type": "string",
"AudioFile": {},
"required": true
"Definition": {},
},
"Sentence": {},
"Abb": {
"Synonym": {},
"label": "Abbreviation",
"SourceURL": {},
"description": "Abbreviation of the word phrase.",
"type": "string",
"required": true
},
"Definition": {
"description": "Short description of the abbreviated word phrase.",
"required": true
},
"RelatedURL": {},
"RelatedURL": {},
"ImageFile": {},
"Poster": {
"Poster": {},
"label": "Poster",
"Postdate": {},
"description": "Abbreviation poster Username. Auto-filled.",
"TermID": {}
"type": "string"
},
"Postdate": {
"label": "Posted",
"description": "Date the entry was posted. Auto-filled."
},
"TermID": {
"label": "Term ID",
"description": "Abbreviation ID is currently used for table sorting. Auto-filled"
}
},
},
"description": "The abbreviation template uses the Abbreviation Form to collect info for an Abb entry. Abbreviation data is stored in the Cargo Definition table."
"description": "The abbreviation template uses the Abbreviation Form to collect info for an Abb entry. Abbreviation data is stored in the Cargo Definition table.",
"paramOrder": [
"Term",
"Abb",
"Definition",
"RelatedURL",
"Poster",
"Postdate",
"TermID"
]
}
}
</templatedata>
</templatedata>

Revision as of 07:25, October 23, 2020

Abbreviation Template Documentation

The abbreviation template uses the Abbreviation Form to collect info for an Abb entry. Abbreviation data is stored in the Cargo Definition table.

Template parameters

ParameterDescriptionTypeStatus
TermTerm

Word phrase to abbreviate. Auto-filled at form start.

Stringrequired
AbbreviationAbb

Abbreviation of the word phrase.

Stringrequired
DefinitionDefinition

Short description of the abbreviated word phrase.

Unknownrequired
RelatedURLRelatedURL

no description

Unknownoptional
PosterPoster

Abbreviation poster Username. Auto-filled.

Stringoptional
PostedPostdate

Date the entry was posted. Auto-filled.

Unknownoptional
Term IDTermID

Abbreviation ID is currently used for table sorting. Auto-filled

Unknownoptional