Difference between revisions of "Template:Meeting"

From Hackerspace.gr
Jump to: navigation, search
m
 
(5 intermediate revisions by 2 users not shown)
Line 18: Line 18:
 
|-
 
|-
 
| {{{tagline|}}}
 
| {{{tagline|}}}
|-
 
! style="padding: 0px; background: #ccc"  | Where:
 
|-
 
| {{{where|}}}  {{{city|}}},{{{country|}}}
 
<!--
 
{{#if: {{{location|}}} |
 
{{
 
#display_point:
 
{{{location|}}}~{{{where}}}, {{{city}}}
 
|width=250
 
|height=250
 
|service=openlayers
 
|layers=google,yahoo
 
|controls=navigation,panzoom
 
}}
 
|}}
 
-->
 
|-
 
! style="padding: 0px; background: #ccc" | Cost:
 
|-
 
| {{{cost|}}}
 
 
|-
 
|-
 
! style="padding: 0px; background: #ccc" | Who:
 
! style="padding: 0px; background: #ccc" | Who:
Line 46: Line 25:
 
! style="padding: 0px; background: #ccc"  | URL:
 
! style="padding: 0px; background: #ccc"  | URL:
 
|-
 
|-
| [[url::{{{url|}}}]]
+
| {{{url|}}}
 
|-
 
|-
 
|}
 
|}
Line 53: Line 32:
 
[[Start date::{{{from}}}| ]]
 
[[Start date::{{{from}}}| ]]
 
[[End date::{{{till}}}| ]]
 
[[End date::{{{till}}}| ]]
[[location::{{{where}}}| ]]
+
[[title::{{{what}}}| ]]
[[city::{{{city}}}| ]]
+
[[tagline::{{{tagline}}}| ]]
[[what::{{SUBPAGENAME}}|{{{what}}}]]
+
[[country::{{{country}}}| ]]
+
[[cost::{{{cost}}}| ]]
+
 
[[Category:Meetings]]
 
[[Category:Meetings]]
 
<!-- Semantic end-->
 
<!-- Semantic end-->
Line 64: Line 40:
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
Κάνε Copy-Paste τον παρακάτω κώδικα ή χρησιμοποίησε τη [[Form:Meeting|Φόρμα]] για προσθέσεις νέο Meeting.
+
This is a template for meetings. To add a meeting use the [[Form:Meeting|Form]].
<br/>
+
<pre>
+
{{Meeting
+
| logo=Hackerspace.png
+
| what=Event
+
| tagline=Yet another HSGR meeting!
+
| from=June 22, 2022
+
| till=June 23, 2022
+
| where=Hackerspace.gr
+
| city=Athens
+
| country=Greece
+
| cost=Free
+
| url=http://hackerspace.gr
+
| coordinates=38.01694322164° N, 23.731269990513° E
+
}}
+
</pre>
+
 
</noinclude>
 
</noinclude>

Latest revision as of 13:32, 2 January 2014


Usage

This is a template for meetings. To add a meeting use the Form.