Template:Event/doc: Difference between revisions
From Indian River Lagoon Project
Created page with "Event Template Documentation <templatedata> { "params": { "Name": {}, "Organization": {}, "Organization_Url": {}, "Contact_Name": {}, "Contact_Email": {}, "Contac..." |
mNo edit summary |
||
Line 3: | Line 3: | ||
{ | { | ||
"params": { | "params": { | ||
"Name": {}, | "Name": { | ||
"Organization": {}, | "label": "Name", | ||
"Organization_Url": {}, | "type": "string", | ||
"Contact_Name": {}, | "required": true | ||
"Contact_Email": {}, | }, | ||
"Contact_Phone": {}, | "Organization": { | ||
"Event_Url": {}, | "type": "string" | ||
"Social_Type": {}, | }, | ||
"Social_Name": {}, | "Organization_Url": { | ||
"Social_Url": {}, | "description": "Enter full path url (ie: https://...)", | ||
"Description": {}, | "type": "url" | ||
"Image": {}, | }, | ||
"People": {}, | "Contact_Name": { | ||
"Type": {}, | "type": "string" | ||
"Cause": {}, | }, | ||
"Start_Date": {}, | "Contact_Email": { | ||
"End_Date": {}, | "type": "string" | ||
"Region": { | }, | ||
"Contact_Phone": { | |||
"Location": {}, | "type": "string" | ||
"Street": {}, | }, | ||
"City": {}, | "Event_Url": { | ||
"State": {}, | "description": "Enter a full path url ( ie: https://... )", | ||
"Zip": {}, | "type": "url" | ||
"ShowMap": {}, | }, | ||
"Coordinates": {}, | "Social_Type": { | ||
"Topic": {}, | "type": "string" | ||
"SubTitle": {}, | }, | ||
"Social_Name": { | |||
"type": "string" | |||
}, | |||
"Social_Url": { | |||
"type": "url" | |||
}, | |||
"Description": { | |||
"description": "Enter a brief summary", | |||
"required": true | |||
}, | |||
"Image": { | |||
"type": "wiki-file-name" | |||
}, | |||
"People": { | |||
"description": "Enter semi-colon separated credits ie: Title: Guest Name; Title2: Name2", | |||
"type": "string" | |||
}, | |||
"Type": { | |||
"type": "string" | |||
}, | |||
"Cause": { | |||
"type": "string" | |||
}, | |||
"Start_Date": { | |||
"type": "date" | |||
}, | |||
"End_Date": { | |||
"type": "date" | |||
}, | |||
"Region": { | |||
"type": "string" | |||
}, | |||
"Location": { | |||
"type": "string" | |||
}, | |||
"Street": { | |||
"type": "string" | |||
}, | |||
"City": { | |||
"type": "string" | |||
}, | |||
"State": { | |||
"type": "string" | |||
}, | |||
"Zip": { | |||
"type": "string" | |||
}, | |||
"ShowMap": { | |||
"type": "string" | |||
}, | |||
"Coordinates": { | |||
"type": "string" | |||
}, | |||
"Topic": { | |||
"type": "string" | |||
}, | |||
"SubTitle": { | |||
"type": "string" | |||
}, | |||
"Text_Body": {}, | "Text_Body": {}, | ||
" | "Keywords": { | ||
" | "type": "string" | ||
" | }, | ||
" | "Poster": { | ||
"type": "string" | |||
}, | |||
"Posted": { | |||
"type": "string" | |||
}, | |||
"Event_Date": { | |||
"type": "date", | |||
"required": true | |||
}, | |||
"Format": { | |||
"type": "string" | |||
}, | |||
"Water": { | |||
"type": "string" | |||
}, | |||
"Article": { | |||
"type": "wiki-page-name" | |||
} | |||
}, | }, | ||
"description": "Event Template uses event form to collect info for an event listing." | "description": "Event Template uses event form to collect info for an event listing.", | ||
"paramOrder": [ | |||
"Name", | |||
"Event_Date", | |||
"Start_Date", | |||
"End_Date", | |||
"Description", | |||
"People", | |||
"Organization", | |||
"Organization_Url", | |||
"Contact_Name", | |||
"Contact_Email", | |||
"Contact_Phone", | |||
"Event_Url", | |||
"Social_Type", | |||
"Social_Name", | |||
"Social_Url", | |||
"Type", | |||
"Format", | |||
"Location", | |||
"Street", | |||
"City", | |||
"State", | |||
"Zip", | |||
"ShowMap", | |||
"Coordinates", | |||
"Cause", | |||
"Region", | |||
"Water", | |||
"Image", | |||
"SubTitle", | |||
"Text_Body", | |||
"Topic", | |||
"Article", | |||
"Keywords", | |||
"Poster", | |||
"Posted" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 22:26, December 24, 2020
Event Template Documentation
Event Template uses event form to collect info for an event listing.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | Name | no description | String | required |
Event_Date | Event_Date | no description | Date | required |
Start_Date | Start_Date | no description | Date | optional |
End_Date | End_Date | no description | Date | optional |
Description | Description | Enter a brief summary | Unknown | required |
People | People | Enter semi-colon separated credits ie: Title: Guest Name; Title2: Name2 | String | optional |
Organization | Organization | no description | String | optional |
Organization_Url | Organization_Url | Enter full path url (ie: https://...) | URL | optional |
Contact_Name | Contact_Name | no description | String | optional |
Contact_Email | Contact_Email | no description | String | optional |
Contact_Phone | Contact_Phone | no description | String | optional |
Event_Url | Event_Url | Enter a full path url ( ie: https://... ) | URL | optional |
Social_Type | Social_Type | no description | String | optional |
Social_Name | Social_Name | no description | String | optional |
Social_Url | Social_Url | no description | URL | optional |
Type | Type | no description | String | optional |
Format | Format | no description | String | optional |
Location | Location | no description | String | optional |
Street | Street | no description | String | optional |
City | City | no description | String | optional |
State | State | no description | String | optional |
Zip | Zip | no description | String | optional |
ShowMap | ShowMap | no description | String | optional |
Coordinates | Coordinates | no description | String | optional |
Cause | Cause | no description | String | optional |
Region | Region | no description | String | optional |
Water | Water | no description | String | optional |
Image | Image | no description | File | optional |
SubTitle | SubTitle | no description | String | optional |
Text_Body | Text_Body | no description | Unknown | optional |
Topic | Topic | no description | String | optional |
Article | Article | no description | Page name | optional |
Keywords | Keywords | no description | String | optional |
Poster | Poster | no description | String | optional |
Posted | Posted | no description | String | optional |