SemanticCalendarTest: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<table> | <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>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> | <tr><td>Zum Downloaden oder einbinden: </td><td> | ||
{{#ask: [[Category:Termin]] | {{#ask: [[Category:Termin]] [[visible::true]] | ||
| ?date = start | | ?date = start | ||
| ?enddate = end | | ?enddate = end | ||
| ?title = description | | ?title = description | ||
| ?location | |||
| icalendartitle=Attraktor e.V. Kalender | | icalendartitle=Attraktor e.V. Kalender | ||
| icalendardescription=Was ist los im Mexikoring 21 | | icalendardescription=Was ist los im Mexikoring 21 | ||
| Line 13: | Line 14: | ||
</table> | </table> | ||
{{#ask: | {{#ask: [[date::>{{CURRENTYEAR}}/{{CURRENTMONTH}}/00]] [[Category:Termin]] [[visible::true]] | ||
[[date::>{{CURRENTYEAR}}/{{CURRENTMONTH}}]] [[Category:Termin]] [[ | | ?date | ||
| ?date | | ?title | ||
| ?title | | limit=200 | ||
| limit=200 | | format=calendar | ||
| format=calendar | |||
}} | }} | ||
===Upcoming | ===Upcoming Events=== | ||
The following timeline shows up to the next | The following timeline shows up to the next 10 events | ||
{{#ask: | {{#ask: [[date::>{{CURRENTYEAR}}/{{CURRENTMONTH}}/{{CURRENTDAY}}]] [[visible::true]] [[Category:Termin]] | | ||
[[date::>{{CURRENTYEAR}}/{{CURRENTMONTH}}/{{CURRENTDAY}}]] [[ | ?date = Start | | ||
?date = Start | | ?enddate = Ende | | ||
?enddate = Ende | | ?title = Title | | ||
?title = Title | | format=table | | ||
sort=date | | |||
limit= | limit=10 | <!-- limited to 25 entries in order to limit the complexity of client-side JavaScript processing --> | ||
}} | }} | ||
===Timeline=== | |||
{{#ask: | {{#ask: [[date::>{{CURRENTYEAR}}]] [[Category:Termin]] [[visible::true]] | | ||
[[Category:Termin]] [[ | ?title = Title | | ||
?title = Title | | ?date = Start | | ||
?date = Start | | ?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 --> | |||
}} | }} | ||