132
edits
(adds template data) |
No edit summary |
||
Line 35: | Line 35: | ||
"required": true | "required": true | ||
}, | }, | ||
"Date": {}, | "Date": { | ||
"Time": {}, | "label": "Date", | ||
"Location": {}, | "description": "the Date of the presentation", | ||
"Presenter": {}, | "example": "{{#dateformat:{{subst:CURRENTYEAR}}-{{subst:CURRENTMONTH}}-{{subst:CURRENTDAY}}|ISO 8601}}", | ||
"Summary": {}, | "type": "date", | ||
"Abstract": {}, | "suggested": true | ||
"Photo": {} | }, | ||
} | "Time": { | ||
"label": "Time", | |||
"example": "18:00 EDT", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"Location": { | |||
"label": "Location", | |||
"description": "Address; Building & Room; or URL", | |||
"example": "700 Boylston Street Boston MA 02116", | |||
"type": "string" | |||
}, | |||
"Presenter": { | |||
"label": "Presenter", | |||
"required": true | |||
}, | |||
"Summary": { | |||
"label": "Summary", | |||
"description": "<50 words " | |||
}, | |||
"Abstract": { | |||
"label": "Abstract", | |||
"description": "~150 words" | |||
}, | |||
"Photo": { | |||
"label": "Photo / Image", | |||
"type": "wiki-file-name" | |||
} | |||
}, | |||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |