SemanticCalendarTest: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (5 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
<tr><td>Zum Downloaden oder einbinden: </td><td> | <tr><td>Zum Downloaden oder einbinden: </td><td> | ||
{{#ask: [[Category:Termin]] [[visible::true]] | {{#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: [[date::>{{CURRENTYEAR}}/{{CURRENTMONTH}}]] [[Category:Termin]] [[visible::true]] | {{#ask: [[date::>{{CURRENTYEAR}}/{{CURRENTMONTH}}/00]] [[Category:Termin]] [[visible::true]] | ||
| ?date | | ?date | ||
| ?title | | ?title | ||
| limit=200 | | limit=200 | ||
| format=calendar | | format=calendar | ||
}} | }} | ||
| Line 33: | Line 33: | ||
===Timeline=== | ===Timeline=== | ||
{{#ask: [[Category:Termin]] [[visible::true]] | | {{#ask: [[date::>{{CURRENTYEAR}}]] [[Category:Termin]] [[visible::true]] | | ||
?title = Title | | ?title = Title | | ||
?date = Start | | ?date = Start | | ||
| Line 43: | Line 43: | ||
timelinesize=100px | | timelinesize=100px | | ||
sort=date | | sort=date | | ||
limit=100 <!-- limit to 100 entries in order to limit the complexity of client-side JavaScript processing --> | limit=100 | <!-- limit to 100 entries in order to limit the complexity of client-side JavaScript processing --> | ||
}} | }} | ||