Template:Event: Difference between revisions

From Hackers & Designers
No edit summary
No edit summary
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "Events" template.
This is the "Event" template.
It should be called in the following format:
It should be called in the following format:
<pre>
<pre>
{{Events
{{Event
|Name=
|Location=
|Location=
|Date=
|Date=
|Year=
|Time=
|Time=
|PeopleOrganisations=
|PeopleOrganisations=
|Type=
|Web=
|Print=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
</noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
! style="text-align: center; background-color:#ccccff;" colspan="2" |<big>{{PAGENAME}}</big>
! style="text-align: center; background-color:yellow;" colspan="2" |<big>{{PAGENAME}}</big>
|-
! Name
| [[NameOfEvent::{{{Name|}}}]]
|-
|-
! Location
! Location
Line 20: Line 26:
! Date
! Date
| [[OnDate::{{{Date|}}}]]  
| [[OnDate::{{{Date|}}}]]  
|-
! Year
| [[Year::{{{Year|}}}]]
|-
|-
! Time
! Time
Line 29: Line 32:
! PeopleOrganisations
! PeopleOrganisations
| {{#arraymap:{{{PeopleOrganisations|}}}|,|x|[[PeopleOrganisations::x]]}}
| {{#arraymap:{{{PeopleOrganisations|}}}|,|x|[[PeopleOrganisations::x]]}}
|-
! Type
| [[Type::{{{Type|}}}]]
|-
! Web
| [[Web::{{{Web|}}}]]
|-
! Print
| [[Print::{{{Print|}}}]]
|}
|}


[[Category:Events]]
[[Category:Event]]
</includeonly>
</includeonly>

Revision as of 17:58, 27 April 2017

This is the "Event" template. It should be called in the following format:

{{Event
|Name=
|Location=
|Date=
|Time=
|PeopleOrganisations=
|Type=
|Web=
|Print=
}}

Edit the page to see the template text.