Difference between revisions of "Template:Event"

From Hackerspace.gr
Jump to: navigation, search
m
m
Line 55: Line 55:
 
[[country::{{{country}}}| ]]
 
[[country::{{{country}}}| ]]
 
[[cost::{{{cost}}}| ]]
 
[[cost::{{{cost}}}| ]]
[[what::{{SUBPAGENAME}}|{{{what}}}]]
+
[[title::{{SUBPAGENAME}}|{{{what}}}]]
 
[[Category:Events]]
 
[[Category:Events]]
 
<!-- Semantic end-->
 
<!-- Semantic end-->
Line 62: Line 62:
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
Copy and paste this code or simply use the [[Form:Event]] to add your event.<br/>
+
This is a template for events. To add an event use the [[Form:Event|Form]].
If you don't set a "till" date, the "from" date will be used.
+
<br/>
+
<pre>
+
{{Event
+
| logo=Image:Arduino316.jpg
+
| what=Event
+
| tagline=Where microcontrollers learn to fly.
+
| from=June 22, 2022
+
| till=June 23, 2022
+
| where=HSB
+
| city=Brussels
+
| country=Belgium
+
| cost=0€
+
| url=http://voidpointer.be
+
| coordinates=xyz.abc° N, uio.asd° E
+
}}
+
</pre>
+
 
</noinclude>
 
</noinclude>

Revision as of 13:10, 27 October 2011


Usage

This is a template for events. To add an event use the Form.