Difference between revisions of "Template:Event"

From Hackerspace ACKspace
Jump to: navigation, search
m
m
Line 20: Line 20:
 
{| class="wikitable"
 
{| class="wikitable"
 
! Name:
 
! Name:
| [[EventName::{{{Name:|}}}]]
+
| [[EventName::{{{Name|}}}]]
 
|-
 
|-
 
! State:
 
! State:
| {{#arraymap:{{{State:|}}}|,|x|[[EventState::x]]}}
+
| {{#arraymap:{{{State|}}}|,|x|[[EventState::x]]}}
 
|-
 
|-
 
! Start date:
 
! Start date:
| [[EventStart::{{{Start date:|}}}]]
+
| [[EventStart::{{{Start date|}}}]]
 
|-
 
|-
 
! End date:
 
! End date:
| [[EventEnd::{{{End date:|}}}]]
+
| [[EventEnd::{{{End date|}}}]]
 
|-
 
|-
 
! Contact:
 
! Contact:
| [[EventContact::{{{Contact:|}}}]]
+
| [[EventContact::{{{Contact|}}}]]
 
|-
 
|-
 
! Kind:
 
! Kind:
| {{#arraymap:{{{Kind:|}}}|,|x|[[EventKind::x]]}}
+
| {{#arraymap:{{{Kind|}}}|,|x|[[EventKind::x]]}}
 
|-
 
|-
 
! Location:
 
! Location:
| [[EventLocation::{{{Location:|}}}]]
+
| [[EventLocation::{{{Location|}}}]]
 
|-
 
|-
 
! URL:
 
! URL:
| [[EventURL::{{{URL:|}}}]]
+
| [[EventURL::{{{URL|}}}]]
 
|-
 
|-
 
! Fee:
 
! Fee:
| [[EventFee::{{{Fee:|}}}]]
+
| [[EventFee::{{{Fee|}}}]]
 
|-
 
|-
 
! Short description:
 
! Short description:
| [[EventDescription::{{{Short description:|}}}]]
+
| [[EventDescription::{{{Short description|}}}]]
 
|}
 
|}
  
 
[[Category:Events]]
 
[[Category:Events]]
 
</includeonly>
 
</includeonly>

Revision as of 13:55, 13 March 2011

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

{{Event
|Name=
|State=
|Start date=
|End date=
|Contact=
|Kind=
|Location=
|URL=
|Fee=
|Short description=
}}

Edit the page to see the template text.