2,153
edits
m (moved Actor 1 to Christina Poulet) |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the " | This is the "Event" template. | ||
It should be called in the following format: | |||
<pre> | |||
{{Event | |||
|People= | |||
|Location= | |||
|GPS Location= | |||
|Home page= | |||
|Image= | |||
|Start date= | |||
|End date= | |||
}} | |||
</pre> | |||
Edit the page to see the template text. | |||
</noinclude><includeonly> | </noinclude><includeonly> | ||
< | {{ #if: {{{Events|}}} | | ||
{{{ | {{#arraymap:{{{Events}}}|,|x|[[Category:x]] |<nowiki> </nowiki>}} | ||
{| class=" | <!-- {{#arraymap:{{{Events}}}|,|x|[[Events::x]] |<nowiki> </nowiki>}} --> | ||
! | | }} | ||
| {{{ | {{ #set:GPS Location={{ #geocode: {{{Location}}} }} }} | ||
{| class="wikitable" | |||
! People | |||
| {{#arraymap:{{{People|}}}|,|x|[[People::x]]}} | |||
|- | |- | ||
! | ! Location | ||
| {{{ | | [[Location::{{{Location|}}}]] | ||
|- | |- | ||
! | ! Home page | ||
| {{{ | | [[Home page::{{{Home page|}}}]] | ||
|- | |- | ||
! | ! Image | ||
| {{{ | | [[Image::{{{Image|}}}]] | ||
|- | |- | ||
! | ! Start date | ||
| {{{ | | [[Start date::{{{Start date|}}}]] | ||
|- | |- | ||
! | ! End date | ||
| {{{ | | [[End date::{{{End date|}}}]] | ||
|} | |} | ||
[[Category:Event]] | |||
</includeonly> | </includeonly> |