SemanticCalendarTest: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 1: | Line 1: | ||
{{#ask: [[Category:Termin]] | {{#ask: [[Category:Termin]] | ||
| ?date | | ?date | ||
| ?title | |||
| sort=date | | sort=date | ||
| order=descending | | order=descending | ||
| Line 10: | Line 11: | ||
<!--{{#ask:[[Category:Calendar]][[Was published on::>{{#calendarstartdate:}}]][[Was published on::<{{#calendarenddate:}}]]|? Was published on|limit=200|format=calendar}}--> | <!--{{#ask: [[Category:Calendar]][[Was published on::>{{#calendarstartdate:}}]][[Was published on::<{{#calendarenddate:}}]]|? Was published on|limit=200|format=calendar}}--> | ||
<!--{{#ask:[[Category:Termin]]|? Was published on|limit=200|format=calendar}}--> | <!--{{#ask:[[Category:Termin]]|? Was published on|limit=200|format=calendar}}--> | ||
{{#ask: [[Category:Termin]] [[Visible::true]] | |||
| ?date = Datum | |||
| ?title = Titel | |||
| limit=200 | |||
| format=calendar | |||
}} | |||
===New Milestone=== | ===New Milestone=== | ||
| Line 24: | Line 29: | ||
{{#ask: | {{#ask: | ||
[[date::>{{CURRENTYEAR}}/{{CURRENTMONTH}}/{{CURRENTDAY}}]] [[Visible::true]] [[Category:Termin]]| | [[date::>{{CURRENTYEAR}}/{{CURRENTMONTH}}/{{CURRENTDAY}}]] [[Visible::true]] [[Category:Termin]]| | ||
?date = | ?date = Begin | | ||
?enddate = Ende | | |||
?title = Title | | ?title = Title | | ||
|format=table | sort=Date | | |format=table | sort=Date | | ||
| Line 33: | Line 39: | ||
{{#ask: | {{#ask: | ||
[[Category:Termin]] [[Visible::true]] | | [[Category:Termin]] [[Visible::true]] | | ||
?title = | | ?title = Title | | ||
?date= | | ?date = Begin | | ||
?enddate = Ende | | |||
|format=timeline|link=all| | |format=timeline|link=all| | ||
timelinebands= | 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=300px| | ||
sort=date | sort=date | ||
<!-- | limit=25 --><!-- limit to 25 entries in order to limit the complexity of client-side JavaScript processing --> | <!-- | limit=25 --><!-- limit to 25 entries in order to limit the complexity of client-side JavaScript processing --> | ||
}} | }} | ||