Difference between revisions of "Template:HCalendar event/rule"
Jump to navigation
Jump to search
(adding example) |
(attempting to implement a "readable" parameter) |
||
Line 1: | Line 1: | ||
<includeonly><span class="{{{type|r}}}rule" title="{{#if:{{{freq|}}}|FREQ={{{freq}}};|}}{{#if:{{{interval|}}}|INTERVAL={{{interval}}};|}}{{#if:{{{count|}}}|COUNT={{{count}}};|}}{{#if:{{{until|}}}|UNTIL={{#time:c|{{{until}}}}};|}}{{#if:{{{bymonth|}}}|BYMONTH={{{bymonth}}};|}}{{#if:{{{byday|}}}|BYDAY={{{byday}}};|}}{{#if:{{{byhour|}}}|BYHOUR={{{byhour}}};|}}{{#if:{{{byminute|}}}|BYMINUTE={{{byminute}}};|}}{{#if:{{{bysetpos|}}}|BYSETPOS={{{bysetpos}}};|}}{{#if:{{{WKST|}}}|WKST={{{wkst}}};|}}" style="display:none;"></span></includeonly><noinclude>This template attempts to implement the RRULE and EXRULE elements as described in the [http://microformats.org/wiki/User:TobyInk/hcalendar-1.1 hCalendar 1.1 draft specification]. | <includeonly><span class="{{{type|r}}}rule" title="{{#if:{{{freq|}}}|FREQ={{{freq}}};|}}{{#if:{{{interval|}}}|INTERVAL={{{interval}}};|}}{{#if:{{{count|}}}|COUNT={{{count}}};|}}{{#if:{{{until|}}}|UNTIL={{#time:c|{{{until}}}}};|}}{{#if:{{{bymonth|}}}|BYMONTH={{{bymonth}}};|}}{{#if:{{{byday|}}}|BYDAY={{{byday}}};|}}{{#if:{{{byhour|}}}|BYHOUR={{{byhour}}};|}}{{#if:{{{byminute|}}}|BYMINUTE={{{byminute}}};|}}{{#if:{{{bysetpos|}}}|BYSETPOS={{{bysetpos}}};|}}{{#if:{{{WKST|}}}|WKST={{{wkst}}};|}}" style="{{#ifeq:{{{readable|}}}|||display:none;}}">{{{readable|}}}</span></includeonly><noinclude>This template attempts to implement the RRULE and EXRULE elements as described in the [http://microformats.org/wiki/User:TobyInk/hcalendar-1.1 hCalendar 1.1 draft specification]. | ||
* The template defaults to behave as an RRULE via class="rrule". To alter the behaviour to an EXRULE, specify <nowiki>type=ex</nowiki> when using the template. | * The template defaults to behave as an RRULE via class="rrule". To alter the behaviour to an EXRULE, specify <nowiki>type=ex</nowiki> when using the template. | ||
Line 14: | Line 14: | ||
|interval=1 | |interval=1 | ||
|byday=TU | |byday=TU | ||
}} | |||
* Weekly event with human-readable text: <nowiki>{{:User:SignpostMarv Martin/Sandbox/Template:hCalendar event/rule | |||
|freq=WEEKLY | |||
|interval=1 | |||
|byday=TU | |||
|readable=every Tuesday | |||
}}</nowiki>{{:User:SignpostMarv Martin/Sandbox/Template:hCalendar event/rule | |||
|freq=WEEKLY | |||
|interval=1 | |||
|byday=TU | |||
|readable=every Tuesday | |||
}} | }} | ||
</noinclude> | </noinclude> |
Revision as of 08:43, 7 July 2010
This template attempts to implement the RRULE and EXRULE elements as described in the hCalendar 1.1 draft specification.
- The template defaults to behave as an RRULE via class="rrule". To alter the behaviour to an EXRULE, specify type=ex when using the template.
Examples
- 'It will be necessary to view the source code of this article to see the output.'
- Weekly event: {{:User:SignpostMarv Martin/Sandbox/Template:hCalendar event/rule |freq=WEEKLY |interval=1 |byday=TU }}
- Weekly event with human-readable text: {{:User:SignpostMarv Martin/Sandbox/Template:hCalendar event/rule |freq=WEEKLY |interval=1 |byday=TU |readable=every Tuesday }}