Difference between pages "Template:Form" and "Template:Village/Calendar"

From ToorCamp Wiki
(Difference between pages)
Jump to navigation Jump to search
m (1 revision imported)
 
m (1 revision imported)
 
Line 1: Line 1:
class="formtable"
+
<noinclude>
 +
This template provides the calendar for villages. It can be added to a page using
 +
 
 +
<pre>
 +
{{Village/Calendar}}
 +
</pre>
 +
 
 +
</noinclude><includeonly>{{#widget:SetupCalendar}}
 +
<div id="showvillagecalendar" style="display: none; text: right;">click to show calendar</div>
 +
<div id="villagecalendar" style="visibility: hidden; position: absolute;">
 +
{{#ask: [[-Has subobject::+]] [[Has object type::Event]] [[Has session location::{{FULLPAGENAME}}]]
 +
| ?Has event title=title
 +
| ?Has start time=Start time
 +
| ?Has end time=End time
 +
| ?Has color=color
 +
| ?Has session location=location
 +
| ?Held in language=language
 +
| ?Is organized by=person
 +
| ?Has description=Description
 +
| ?Has url=url
 +
| ?Has event track=track
 +
| format=eventcalendar
 +
| limit=2342
 +
| defaultview=agendaday
 +
| dayview=yes
 +
}}
 +
{{Refresh}}
 +
</div>
 +
</includeonly>

Latest revision as of 08:39, 4 March 2020

This template provides the calendar for villages. It can be added to a page using

{{Village/Calendar}}