Working on documentation

This commit is contained in:
Alexander Meindl 2016-04-24 09:40:34 +02:00
parent 9416ba3227
commit 886d7fa5be

View File

@ -14,20 +14,25 @@ Examples
show calendar for current date
.. code-block:: trac-wiki
{{calendar}}
show calendar for Juni in year 2014
.. code-block:: trac-wiki
{{calendar(year=2014,month=6)}}
show calendar with week numbers
.. code-block:: trac-wiki
{{calendar(show_weeks=true)}}
preselect dates and show week numbers
.. code-block:: trac-wiki
{{calendar(select=2015-07-12 2015-07-31, show_weeks=true)}}
preselect dates between 2016/3/13 and 2016/3/27
.. code-block:: trac-wiki
{{calendar(select=2016-03-13:2016-03-27)}}