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 |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
{ | { | ||
"params": { | "params": { | ||
"Term": {}, | "Term": { | ||
"Abb": { | "label": "Term", | ||
"description": "Word phrase to abbreviate. Auto-filled at form start.", | |||
"type": "string", | |||
"required": true | |||
"Definition": {}, | }, | ||
" | "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": { | |||
"label": "Related Web Site", | |||
"description": "Enter the full url (https://...) of a related web site.", | |||
"type": "url" | |||
}, | |||
"Poster": { | |||
"label": "Poster", | |||
"description": "Abbreviation poster Username. Auto-filled.", | |||
"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" | |||
}, | |||
"Article": { | |||
"label": "Article", | |||
"description": "Enter a related Page Title from this site.", | |||
"type": "wiki-page-name" | |||
} | |||
}, | }, | ||
"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", | |||
"Article", | |||
"RelatedURL", | |||
"Poster", | |||
"Postdate", | |||
"TermID" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 13:12, October 29, 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 |
Article | Article | Enter a related Page Title from this site. | Page name | optional |
Related Web Site | RelatedURL | Enter the full url (https://...) of a related web site. | URL | 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 |