2,153
edits
No edit summary  | 
				No edit summary  | 
				||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude>  | |||
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>  | |||
{{ #if: {{{Events|}}} |  | |||
{{#arraymap:{{{Events}}}|,|x|[[Category:x]] |<nowiki> </nowiki>}}  | |||
<!-- {{#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>  | |||