Data.tango.info wikicalendar: Difference between revisions
Appearance
New page: When_where_what *2007-02-01--05 USARB Festival Ann Arbor *2007-03-20--25 ESGRX Festival Granada *2007-06-28--07-01 FRPAR Festival Paris *[[2006-08-17--27 ARBUE Campeonato Mun... |
No edit summary |
||
Line 1: | Line 1: | ||
[[category:data]] | |||
Each event for the wiki calendar gets an article with the article title in the format "When_Where_What". | |||
==format== | |||
*When: Date in international format | |||
*Where | |||
** country, [[ISO 3166-1]] code, e.g. AR - Argentina | |||
** city [[UN/LOCODE]], e.g. ARBUE - Buenos Aires | |||
** venue [[t.i_location code]], e.g. ARBUE-CS - Club Castel in Buenos Aires | |||
==examples== | |||
===single day events=== | |||
*[[2007-08-14 DEBER-BP show Sebastian Chantal]] | |||
*[[2007-08-17 DEBOM Astillero]] | |||
*[[2007-06-30 DEKAE Otros Aires]] | |||
*[[2007-10-17 DEBER-OB workshop Gaia y Mecha - Frauentechnik]] | |||
===multiple day events=== | |||
*[[2007-02-01--05 USARB Festival Ann Arbor]] | *[[2007-02-01--05 USARB Festival Ann Arbor]] | ||
*[[2007-03-20--25 ESGRX Festival Granada]] | *[[2007-03-20--25 ESGRX Festival Granada]] | ||
Line 8: | Line 23: | ||
*[[2007-05-25--28 DEBER festival]] | *[[2007-05-25--28 DEBER festival]] | ||
*[[2007-12-07--2008-01-06 ITROM Festival Roma]] | *[[2007-12-07--2008-01-06 ITROM Festival Roma]] | ||
*[[2008-05-24--25 DEBER-IW workshops mit Irmel Weber]] | *[[2008-05-24--25 DEBER-IW workshops mit Irmel Weber]] | ||
The metatable currently stores | ==metatable== | ||
Articles with the above mentioned format are stored in a metatable. The metatable currently stores | |||
* dtstart (When - start) | |||
* dtend (When - end) | |||
* geo (Where) | |||
* the wiki page title | |||
dtstart, dtend currently only handles dates, time can be added later. | dtstart, dtend currently only handles dates, time can be added later. | ||
Line 28: | Line 37: | ||
http://wiki.tango.info/events/show3.php | http://wiki.tango.info/events/show3.php | ||
todo | ==todo== | ||
===keywords=== | |||
* figure out which keywords to use: milonga, show/performance, | |||
workshop/s, festival, marathon, | workshop/s, festival, marathon, | ||
start, end, outdoor | start, end, outdoor | ||
=== repeated events === | |||
* add support for repeated events |
Revision as of 2008-05-16T10:10:14
Each event for the wiki calendar gets an article with the article title in the format "When_Where_What".
format
- When: Date in international format
- Where
- country, ISO 3166-1 code, e.g. AR - Argentina
- city UN/LOCODE, e.g. ARBUE - Buenos Aires
- venue t.i_location code, e.g. ARBUE-CS - Club Castel in Buenos Aires
examples
single day events
- 2007-08-14 DEBER-BP show Sebastian Chantal
- 2007-08-17 DEBOM Astillero
- 2007-06-30 DEKAE Otros Aires
- 2007-10-17 DEBER-OB workshop Gaia y Mecha - Frauentechnik
multiple day events
- 2007-02-01--05 USARB Festival Ann Arbor
- 2007-03-20--25 ESGRX Festival Granada
- 2007-06-28--07-01 FRPAR Festival Paris
- 2006-08-17--27 ARBUE Campeonato Mundial
- 2007-05-25--28 DEBER festival
- 2007-12-07--2008-01-06 ITROM Festival Roma
- 2008-05-24--25 DEBER-IW workshops mit Irmel Weber
metatable
Articles with the above mentioned format are stored in a metatable. The metatable currently stores
- dtstart (When - start)
- dtend (When - end)
- geo (Where)
- the wiki page title
dtstart, dtend currently only handles dates, time can be added later.
see examples of page titles http://wiki.tango.info/events/show3.php
todo
keywords
- figure out which keywords to use: milonga, show/performance,
workshop/s, festival, marathon, start, end, outdoor
repeated events
- add support for repeated events