SemanticCalendarTest: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (20 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#ask: [[Category:Termin]] | <table> | ||
| ?date | <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 | |||
| ?date | | format=calendar | ||
| ?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 | | |||
===Upcoming | ?title = Title | | ||
The following timeline shows up to the next | format=table | | ||
{{#ask: | sort=date | | ||
[[date::>{{CURRENTYEAR}}/{{CURRENTMONTH}}/{{CURRENTDAY}}]] [[ | limit=10 | <!-- limited to 25 entries in order to limit the complexity of client-side JavaScript processing --> | ||
?date = | |||
?enddate = Ende | | |||
?title = Title | | |||
limit= | |||
}} | }} | ||
===Timeline=== | |||
{{#ask: | {{#ask: [[date::>{{CURRENTYEAR}}]] [[Category:Termin]] [[visible::true]] | | ||
[[Category:Termin]] [[ | ?title = Title | | ||
?title = Title | | ?date = Start | | ||
?date = | ?enddate = Ende | | ||
?enddate = Ende | | format=timeline | | ||
link=all | | |||
timelinebands=DAY,MONTH| <!-- options: DAY, WEEK, MONTH, YEAR --> | timelinebands=DAY,MONTH | <!-- options: DAY, WEEK, MONTH, YEAR --> | ||
timelineposition=today| <!-- options: today (default), start, middle, end --> | timelineposition=today | <!-- options: today (default), start, middle, end --> | ||
timelinesize= | timelinesize=100px | | ||
sort=date | sort=date | | ||
limit=100 | <!-- limit to 100 entries in order to limit the complexity of client-side JavaScript processing --> | |||
}} | }} | ||