SemanticCalendarTest: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
<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>Zum Downloaden oder einbinden: </td><td> | <tr><td>Zum Downloaden oder einbinden: </td><td> | ||
{{#ask: [[Category:Termin]] | {{#ask: [[Category:Termin]] [[visible::true]] | ||
| ? | | ?date = start | ||
| ?enddate = | | ?enddate = end | ||
| ?description | | ?title = description | ||
| ?location | | ?location | ||
| icalendartitle=Attraktor e.V. Kalender | | icalendartitle=Attraktor e.V. Kalender | ||
| Line 14: | 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 | | ||
?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: | {{#ask: [[date::>{{CURRENTYEAR}}]] [[Category:Termin]] [[visible::true]] | | ||
[[Category:Termin]] [[ | ?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 --> | |||
}} | }} | ||