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": { | ||
"label": "Term", | |||
"description": "Word phrase to abbreviate. Auto-filled at form start.", | |||
" | "type": "string", | ||
"required": true | |||
}, | |||
"Abb": { | |||
" | "label": "Abbreviation", | ||
"description": "Abbreviation of the word phrase.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Definition": { | |||
"description": "Short description of the abbreviated word phrase.", | |||
"required": true | |||
}, | |||
"RelatedURL": {}, | "RelatedURL": {}, | ||
" | "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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Term | Term | Word phrase to abbreviate. Auto-filled at form start. | String | required |
Abbreviation | Abb | Abbreviation of the word phrase. | String | required |
Definition | Definition | Short description of the abbreviated word phrase. | Unknown | required |
RelatedURL | RelatedURL | no description | Unknown | optional |
Poster | Poster | Abbreviation poster Username. Auto-filled. | String | optional |
Posted | Postdate | Date the entry was posted. Auto-filled. | Unknown | optional |
Term ID | TermID | Abbreviation ID is currently used for table sorting. Auto-filled | Unknown | optional |