SemanticCalendarTest: Difference between revisions
Jump to navigation
Jump to search
Created page with '{{#ask:Category:Calendar[[Was published on::>{{#calendarstartdate:}}]][[Was published on::<{{#calendarenddate:}}]]|? Was published on|limit=200|format=calendar}}' |
No edit summary |
||
| (29 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#ask:[[Category: | <table> | ||
<tr><td>Neuer Termin: </td><td>{{#formlink:form=Termin|link text=Anlegen|link type=button|query string=title=Neuen%20Termin%20anlegen&action=formedit}}</td></tr> | |||
<tr><td>Zum Downloaden oder einbinden: </td><td> | |||
{{#ask: [[Category:Termin]] [[visible::true]] | |||
| ?date = start | |||
| ?enddate = end | |||
| ?title = description | |||
| ?location | |||
| icalendartitle=Attraktor e.V. Kalender | |||
| icalendardescription=Was ist los im Mexikoring 21 | |||
| format=icalendar | |||
}} | |||
</td></tr> | |||
</table> | |||
{{#ask: [[date::>{{CURRENTYEAR}}/{{CURRENTMONTH}}/00]] [[Category:Termin]] [[visible::true]] | |||
| ?date | |||
| ?title | |||
| limit=200 | |||
| format=calendar | |||
}} | |||
===Upcoming Events=== | |||
The following timeline shows up to the next 10 events | |||
{{#ask: [[date::>{{CURRENTYEAR}}/{{CURRENTMONTH}}/{{CURRENTDAY}}]] [[visible::true]] [[Category:Termin]] | | |||
?date = Start | | |||
?enddate = Ende | | |||
?title = Title | | |||
format=table | | |||
sort=date | | |||
limit=10 | <!-- limited to 25 entries in order to limit the complexity of client-side JavaScript processing --> | |||
}} | |||
===Timeline=== | |||
{{#ask: [[date::>{{CURRENTYEAR}}]] [[Category:Termin]] [[visible::true]] | | |||
?title = Title | | |||
?date = Start | | |||
?enddate = Ende | | |||
format=timeline | | |||
link=all | | |||
timelinebands=DAY,MONTH | <!-- options: DAY, WEEK, MONTH, YEAR --> | |||
timelineposition=today | <!-- options: today (default), start, middle, end --> | |||
timelinesize=100px | | |||
sort=date | | |||
limit=100 | <!-- limit to 100 entries in order to limit the complexity of client-side JavaScript processing --> | |||
}} | |||