Template:UpcomingEventsResource: Difference between revisions
Created page with "<noinclude> This template stores individual event information for the Upcoming Events tool. Use multiple instances of this template on the same page to list multiple events. {{#cargo_declare: _table=UpcomingEventsResources |tool=Page |country=String |region=String |event_name=String |event_type=String |start_date=Date |end_date=Date |venue=String |address=Text |admission=String |description=Text |registration_url=URL |contact_info=String |accessibility_info=Text |last_v..." |
No edit summary |
||
| Line 58: | Line 58: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{| class="wikitable" style="width:100%; margin-bottom:1em;" | |||
! colspan="2" style="text-align:center; font-size:larger; background:#e8f4f8;" | {{{event_name}}} | |||
|- | |||
{{#if:{{{event_type|}}}| | |||
{{!}} style="width:25%; font-weight:bold;" {{!}} Type | |||
{{!}} {{{event_type}}} | |||
{{!}}- | |||
|}} | |||
{{#if:{{{start_date|}}}| | |||
{{!}} style="width:25%; font-weight:bold;" {{!}} Date | |||
{{!}} {{{start_date}}}{{#if:{{{end_date|}}}| to {{{end_date}}}|}} | |||
{{!}}- | |||
|}} | |||
{{#if:{{{venue|}}}| | |||
{{!}} style="width:25%; font-weight:bold;" {{!}} Venue | |||
{{!}} {{{venue}}}{{#if:{{{address|}}}|<br/><small>{{{address}}}</small>|}} | |||
{{!}}- | |||
|}} | |||
{{#if:{{{admission|}}}| | |||
{{!}} style="width:25%; font-weight:bold;" {{!}} Admission | |||
{{!}} {{{admission}}} | |||
{{!}}- | |||
|}} | |||
{{#if:{{{description|}}}| | |||
{{!}} style="width:25%; font-weight:bold;" {{!}} Description | |||
{{!}} {{{description}}} | |||
{{!}}- | |||
|}} | |||
{{#if:{{{registration_url|}}}| | |||
{{!}} style="width:25%; font-weight:bold;" {{!}} Registration | |||
{{!}} [{{{registration_url}}} Register here] | |||
{{!}}- | |||
|}} | |||
{{#if:{{{contact_info|}}}| | |||
{{!}} style="width:25%; font-weight:bold;" {{!}} Contact | |||
{{!}} {{{contact_info}}} | |||
{{!}}- | |||
|}} | |||
{{#if:{{{accessibility_info|}}}| | |||
{{!}} style="width:25%; font-weight:bold;" {{!}} Accessibility | |||
{{!}} {{{accessibility_info}}} | |||
{{!}}- | |||
|}} | |||
{{#if:{{{last_verified|}}}| | |||
{{!}} style="width:25%; font-weight:bold;" {{!}} Last Verified | |||
{{!}} {{{last_verified}}} | |||
|}} | |||
|} | |||
{{#cargo_store: | {{#cargo_store: | ||
_table=UpcomingEventsResources | _table=UpcomingEventsResources | ||