Difference between revisions of "Events Calendar"

From Openresearch
Jump to: navigation, search
(Created page with "This is a calendar view about the upcoming events. {{#ask: Category:Events [[end date::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}]] |? end date |format=calend...")
 
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
This is a calendar view about the upcoming events.
 
This is a calendar view about the upcoming events.
 +
{{events menu}}
  
{{#ask:
+
{{#ask: [[Category:event]] [[end date::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}]]
  [[Category:Events]] [[end date::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}]]
+
|?has location city = City
  |? end date
+
|?Start date
  |format=calendar
+
|?End date
 +
|?Title
 +
|format=eventcalendar
 +
|theme=basic
 +
|start=earliest
 +
|legend=pane
 +
|searchlabel=… further results
 +
|defaultview=month
 +
|limit=30
 +
|headers=hide
 +
|class=smw-eventcalendar
 
}}
 
}}
 +
 +
=Create your own personalized calendar=
 +
To create you own personalized calendar add the template [[Template:ConfCalendar]] to a page and indicate the event series you are interested:
 +
<pre>
 +
{{ConfCalendar
 +
| series = ISWC ESWC WWW ICSC SEMANTICS KEOD JIST
 +
| limit = 20
 +
| sort = Submission deadline
 +
}}
 +
</pre>
 +
See the example [[Sören_Auer#My_Conference_Calendar]].
 +
 +
__NOCACHE__

Latest revision as of 17:28, 16 December 2020

This is a calendar view about the upcoming events.

Other Event Listings:


Loading...

Create your own personalized calendar

To create you own personalized calendar add the template Template:ConfCalendar to a page and indicate the event series you are interested:

{{ConfCalendar
 | series = ISWC ESWC WWW ICSC SEMANTICS KEOD JIST
 | limit = 20
 | sort = Submission deadline
}}

See the example Sören_Auer#My_Conference_Calendar.