Difference between revisions of "Template:HCalendar event/rule"
Jump to navigation
Jump to search
m (→Examples: correcting typo in wiki-syntax) |
(changing from ifeq to if) |
||
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="{{# | <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="{{#if:{{{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. |
Revision as of 07:45, 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 }}every Tuesday