Difference between revisions of "Template:Event"

From Hackerspace.gr
Jump to: navigation, search
m
m (Reverted edits by Comzeradd (talk) to last revision by Ppapadeas)
Line 9: Line 9:
 
| {{#time: D d M Y G:i | {{{from}}} }} <br> till {{#time: D d M Y G:i | {{{till}}} }}
 
| {{#time: D d M Y G:i | {{{from}}} }} <br> till {{#time: D d M Y G:i | {{{till}}} }}
 
|-
 
|-
! style="padding: 0px ;" | {{{logo}}}|150px
+
! style="padding: 0px ;" | [[Image:{{{logo}}}|200px]]
 
|-
 
|-
 
! style="padding: 0px; background: #ccc"  | What:
 
! style="padding: 0px; background: #ccc"  | What:
Line 46: Line 46:
 
! style="padding: 0px; background: #ccc"  | URL:
 
! style="padding: 0px; background: #ccc"  | URL:
 
|-
 
|-
| {{{url|}}}
+
| [[url::{{{url|}}}]]
 
|-
 
|-
 
|}
 
|}
Line 57: Line 57:
 
[[country::{{{country}}}| ]]
 
[[country::{{{country}}}| ]]
 
[[cost::{{{cost}}}| ]]
 
[[cost::{{{cost}}}| ]]
[[Category:Events]]
+
[[Category:Event]]
 
<!-- Semantic end-->
 
<!-- Semantic end-->
 
</includeonly>
 
</includeonly>
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
Κάνε Copy-Paste τον παρακάτω κώδικα ή χρησιμοποίησε τη [[Form:Event|Φόρμα]] για προσθέσεις νέο Meeting.
+
Copy and paste this code or simply use the [[Form:Event]] to add your event.<br/>
 +
If you don't set a "till" date, the "from" date will be used.
 
<br/>
 
<br/>
 
<pre>
 
<pre>
 
{{Event
 
{{Event
| logo=Hackerspace.png
+
| logo=Image:Arduino316.jpg
 
| what=Event
 
| what=Event
 
| tagline=Where microcontrollers learn to fly.
 
| tagline=Where microcontrollers learn to fly.
 
| from=June 22, 2022
 
| from=June 22, 2022
 
| till=June 23, 2022
 
| till=June 23, 2022
| where=Hackerspace.gr
+
| where=HSB
| city=Athens
+
| city=Brussels
| country=Greece
+
| country=Belgium
| cost=Free
+
| cost=0€
| url=http://hackerspace.gr
+
| url=http://voidpointer.be
| coordinates=38.01694322164° N, 23.731269990513° E
+
| coordinates=xyz.abc° N, uio.asd° E
 
}}
 
}}
 
</pre>
 
</pre>
 
</noinclude>
 
</noinclude>

Revision as of 17:37, 2 July 2011


Usage

Copy and paste this code or simply use the Form:Event to add your event.
If you don't set a "till" date, the "from" date will be used.

{{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
}}