Recurring events
From Semantic MediaWiki - Sandbox
Example data
{{#set_recurring_event:some
|property=has date
|Has page=Recurring events
|Has text=Simple recurring events text
|start=June 8, 2022
|unit=week
|period=1
|limit=10
|duration=7200
|include=March 16, 2012;March 23, 2023|+sep=;
|exclude=March 15, 2012;March 22, 2023|+sep=;
}}
Example query
broadtable
{{#ask:
[[Has page::Recurring events]]
|?Has date
|limit=5
|format=broadtable
}}
| Has dateUsed for data values that represent points in time. | |
|---|---|
| Recurring events | 17 août 2022 |
| Recurring events | 6 juillet 2022 |
| Recurring events | 23 mars 2013 |
| Recurring events | 29 juin 2022 |
| Recurring events | 3 août 2022 |
| ... further results | |
or
{{#ask:
[[Has page::Recurring events]]
|?Has date#ISO
|limit=5
|format=broadtable
}}
| Has dateUsed for data values that represent points in time. | |
|---|---|
| Recurring events | 2022-08-17 |
| Recurring events | 2022-07-06 |
| Recurring events | 2013-03-23 |
| Recurring events | 2022-06-29 |
| Recurring events | 2022-08-03 |
| ... further results | |
eventcalendar
In case the format=eventcalendar is available then the results will be as displayed as calendar otherwise a simple table is used.
{{#ask:
[[Has page::Recurring events]]
|?Has text
|?Has date
|limit=5
|format=eventcalendar
|start=latest
}}
iCalendar
| Has pageUsed for properties whose value is a page in the wiki. These display as a link and may not be longer than 255 characters. | summaryUsed to store strings of arbitrary length. | startUsed for data values that represent points in time. | |
|---|---|---|---|
| Recurring events | Recurring events | Simple recurring events text | 17 août 2022 |
| Recurring events | Recurring events | Simple recurring events text | 6 juillet 2022 |
| Recurring events | Recurring events | Simple recurring events text | 23 mars 2013 |
| Recurring events | Recurring events | Simple recurring events text | 29 juin 2022 |
| Recurring events | Recurring events | Simple recurring events text | 3 août 2022 |
| ... further results | |||