Исходный код вики Calendar Macro
Редактировал(а) Admin 2025/06/21 04:19
Последние авторы
| author | version | line-number | content |
|---|---|---|---|
| 1 | Example usage: | ||
| 2 | |||
| 3 | {{code}} | ||
| 4 | {{calendar gCal="usa__en@holiday.calendar.google.com" defaultView="agendaWeek" /}} | ||
| 5 | |||
| 6 | or | ||
| 7 | |||
| 8 | {{calendar classname="Blog.BlogPostClass" startfield="publishDate" editable="false" year="2009" month="5" date="1" /}} | ||
| 9 | |||
| 10 | or | ||
| 11 | |||
| 12 | {{velocity}} | ||
| 13 | {{calendar json="${xwiki.getDocument("Calendar.ExampleJSON").getURL("get")}" editable="false" year="2012" month="5" date="18" /}} | ||
| 14 | {{/velocity}} | ||
| 15 | {{/code}} | ||
| 16 | |||
| 17 | |||
| 18 | {{velocity}} | ||
| 19 | |||
| 20 | {{calendar gCal="usa__en@holiday.calendar.google.com" defaultView="agendaWeek" /}} | ||
| 21 | |||
| 22 | {{calendar json="${xwiki.getDocument("Calendar.ExampleJSON").getURL("get")}" editable="false" year="2012" month="5" date="18" /}} | ||
| 23 | |||
| 24 | {{calendar classname="Blog.BlogPostClass" startfield="publishDate" editable="false" year="2009" month="5" date="1" /}} | ||
| 25 | |||
| 26 | {{/velocity}} |