Difference between revisions of "Template:HCalendar event/rule"
Jump to navigation
Jump to search
(attempting to implement a "readable" parameter) |
m (→Examples: correcting typo in wiki-syntax) |
||
Line 4: | Line 4: | ||
== Examples == | == Examples == | ||
:'It will be necessary to view the source code of this article to see the output.' | :''It will be necessary to view the source code of this article to see the output.'' | ||
* Weekly event: <nowiki>{{:User:SignpostMarv Martin/Sandbox/Template:hCalendar event/rule | * Weekly event: <nowiki>{{:User:SignpostMarv Martin/Sandbox/Template:hCalendar event/rule |
Revision as of 07:44, 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 }}