Revision history for CalendarActionInfo


Revision [22751]

Last edited on 2016-05-20 07:38:42 by NilsLindenberg [Replaces old-style internal links with new pipe-split links.]
Additions:
This page can now be found on the [[Docs:CalendarActionInfo | Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/CalendarActionInfo/revisions | old revisions of this page]] is still available for reference.<<
Deletions:
This page can now be found on the [[Docs:CalendarActionInfo Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/CalendarActionInfo/revisions
old revisions of this page]] is still available for reference.<<


Revision [17954]

Edited on 2008-01-27 02:34:52 by NilsLindenberg [Migrated to doc server]
Additions:
<<===This page has moved===
This page can now be found on the [[Docs:CalendarActionInfo Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/CalendarActionInfo/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
Deletions:
[[WikkaDocumentation Wikka Documentation]]
=====Calendar Action Documentation=====
//Note: this action is included in Wikka as of version 1.1.6.0.//
>>==See also:==
Development: JwCalendar (with source code, and some background and discussion).>>This is the documentation page for the Calendar action.::c::
//Once the planned 'autodoc' feature for actions is "live", this page will contain the automatically-generated documentation by just including an action; for now, I've just manually created the text.//
===Documentation===
==Short description==
Display a calendar face for a specified or the current month.
==Parameters==
""<table cellspacing="0" cellpadding="2" border="1">
<thead>
<tr><th scope="col">name</th><th scope="col">type</th><th scope="col">required?</th><th scope="col">default</th><th scope="col">description</th></tr>
</thead>
<tbody>
<tr><td>year</td><td>integer</td><td>optional</td><td>current year</td><td>4-digit year of the month to be displayed; the default can be overridden by providing a URL parameter 'year'</td></tr>
<tr><td>month</td><td>integer</td><td>optional</td><td>current month</td><td>number of month (1 or 2 digits) to be displayed; the default can be overridden by providing a URL parameter 'month'</td></tr>
</tbody>
</table>""
==Long description==
Specifying a month and/or year in the action itself results in a "static" calendar face without navigation; conversely, providing no parameters in the action results in a calendar face with navigation links to previous, current and next month, with URL parameters determining which month is shown (with the current month as default).
You can have one "dynamic" (navigable) calendar on a page (multiple ones would just be the same) and any number of "static" calendars.
The current date (if visible) gets a special class to allow a different styling with CSS.
Usage:
%%{{calendar [year="yyyy"] [month="mm"]}}%%
Credit:
This action was inspired mainly by the "Calendar Menu" code written by [[http://www.blazonry.com/about.php Marcus Kazmierczak]] (© 1998-2002 Astonish Inc.) which we traced back as being the ultimate origin of this code although our starting point was actually a (probably second-hand) variant found on the web which did not contain any attribution.
However, not much of the original code is left in this version. Nevertheless, credit to Marcus Kazmierczak for the original that inspired this, however indirectly: Thanks!
==Author==
GmBowen (first draft)
JavaWoman (more modifications)
CategoryDocumentation


Revision [6423]

Edited on 2005-03-02 14:52:49 by NilsLindenberg [layout]

No Differences

Revision [5750]

Edited on 2005-02-07 14:21:57 by JavaWoman [updated note]
Additions:
//Note: this action is included in Wikka as of version 1.1.6.0.//
Deletions:
//Note: this action will be included in Wikka as of version 1.1.6.0.//


Revision [5749]

Edited on 2005-02-07 14:19:40 by JavaWoman [usage will be part of the long description]
Additions:
Usage:
%%{{calendar [year="yyyy"] [month="mm"]}}%%
Deletions:
==Usage==
""{{calendar}}""


Revision [5747]

Edited on 2005-02-07 13:37:53 by NilsLindenberg [added usage]
Additions:
[[WikkaDocumentation Wikka Documentation]]
----
=====Calendar Action Documentation=====
//Note: this action will be included in Wikka as of version 1.1.6.0.//

>>==See also:==
Development: JwCalendar (with source code, and some background and discussion).>>This is the documentation page for the Calendar action.::c::
//Once the planned 'autodoc' feature for actions is "live", this page will contain the automatically-generated documentation by just including an action; for now, I've just manually created the text.//
===Documentation===

==Short description==
Display a calendar face for a specified or the current month.

==Usage==
""{{calendar}}""

==Parameters==
""<table cellspacing="0" cellpadding="2" border="1">
<thead>
<tr><th scope="col">name</th><th scope="col">type</th><th scope="col">required?</th><th scope="col">default</th><th scope="col">description</th></tr>
</thead>
<tbody>
<tr><td>year</td><td>integer</td><td>optional</td><td>current year</td><td>4-digit year of the month to be displayed; the default can be overridden by providing a URL parameter 'year'</td></tr>
<tr><td>month</td><td>integer</td><td>optional</td><td>current month</td><td>number of month (1 or 2 digits) to be displayed; the default can be overridden by providing a URL parameter 'month'</td></tr>
</tbody>
</table>""
==Long description==
Specifying a month and/or year in the action itself results in a "static" calendar face without navigation; conversely, providing no parameters in the action results in a calendar face with navigation links to previous, current and next month, with URL parameters determining which month is shown (with the current month as default).

You can have one "dynamic" (navigable) calendar on a page (multiple ones would just be the same) and any number of "static" calendars.

The current date (if visible) gets a special class to allow a different styling with CSS.

Credit:
This action was inspired mainly by the "Calendar Menu" code written by [[http://www.blazonry.com/about.php Marcus Kazmierczak]] (© 1998-2002 Astonish Inc.) which we traced back as being the ultimate origin of this code although our starting point was actually a (probably second-hand) variant found on the web which did not contain any attribution.
However, not much of the original code is left in this version. Nevertheless, credit to Marcus Kazmierczak for the original that inspired this, however indirectly: Thanks!

==Author==
GmBowen (first draft)
JavaWoman (more modifications)

----
Deletions:
[[WikkaDocumentation Wikka Documentation]]
----
=====Calendar Action Documentation=====
//Note: this action will be included in Wikka as of version 1.1.6.0.//

>>==See also:==
Development: JwCalendar (with source code, and some background and discussion).>>This is the documentation page for the Calendar action.::c::
//Once the planned 'autodoc' feature for actions is "live", this page will contain the automatically-generated documentation by just including an action; for now, I've just manually created the text.//
===Documentation===

==Short description==
Display a calendar face for a specified or the current month.

==Parameters==
""<table cellspacing="0" cellpadding="2" border="1">
<thead>
<tr><th scope="col">name</th><th scope="col">type</th><th scope="col">required?</th><th scope="col">default</th><th scope="col">description</th></tr>
</thead>
<tbody>
<tr><td>year</td><td>integer</td><td>optional</td><td>current year</td><td>4-digit year of the month to be displayed; the default can be overridden by providing a URL parameter 'year'</td></tr>
<tr><td>month</td><td>integer</td><td>optional</td><td>current month</td><td>number of month (1 or 2 digits) to be displayed; the default can be overridden by providing a URL parameter 'month'</td></tr>
</tbody>
</table>""
==Long description==
Specifying a month and/or year in the action itself results in a "static" calendar face without navigation; conversely, providing no parameters in the action results in a calendar face with navigation links to previous, current and next month, with URL parameters determining which month is shown (with the current month as default).

You can have one "dynamic" (navigable) calendar on a page (multiple ones would just be the same) and any number of "static" calendars.

The current date (if visible) gets a special class to allow a different styling with CSS.

Credit:
This action was inspired mainly by the "Calendar Menu" code written by [[http://www.blazonry.com/about.php Marcus Kazmierczak]] (© 1998-2002 Astonish Inc.) which we traced back as being the ultimate origin of this code although our starting point was actually a (probably second-hand) variant found on the web which did not contain any attribution.
However, not much of the original code is left in this version. Nevertheless, credit to Marcus Kazmierczak for the original that inspired this, however indirectly: Thanks!

==Author==
GmBowen (first draft)
JavaWoman (more modifications)

----


Revision [4222]

Edited on 2005-01-07 18:31:22 by JavaWoman [standardizing layout]
Additions:
>>==See also:==
Development: JwCalendar (with source code, and some background and discussion).>>This is the documentation page for the Calendar action.::c::
===Documentation===
Deletions:
The source code, and some background and discussion can be found on JwCalendar.


Revision [4221]

Edited on 2005-01-07 18:27:49 by JavaWoman [minor layout]
Additions:
//Once the planned 'autodoc' feature for actions is "live", this page will contain the automatically-generated documentation by just including an action; for now, I've just manually created the text.//
Deletions:
Once the planned 'autodoc' feature for actions is "live", this page will contain the automatically-generated documentation by just including an action; for now, I've just manually created the text.


Revision [4138]

Edited on 2005-01-07 11:31:52 by JavaWoman [minor]
Additions:
=====Calendar Action Documentation=====
Deletions:
=====Calendar Action=====


Revision [3985]

Edited on 2005-01-05 00:00:13 by JavaWoman [minor edit]
Additions:
[[WikkaDocumentation Wikka Documentation]]
Deletions:
WikkaDocumentation


Revision [3607]

Edited on 2004-12-22 12:20:27 by JavaWoman [adding documentation link and category]
Additions:
WikkaDocumentation
----
JavaWoman (more modifications)
----
CategoryDocumentation
Deletions:
JavaWoman (more modifications)


Revision [3595]

Edited on 2004-12-22 09:51:41 by JavaWoman [layout]

No Differences

Revision [3594]

Edited on 2004-12-22 09:51:04 by JavaWoman [adding link]
Additions:
The source code, and some background and discussion can be found on JwCalendar.


Revision [3589]

Edited on 2004-12-22 09:34:17 by JavaWoman [putting parameters right after short description]
Additions:
</table>""
JavaWoman (more modifications)
Deletions:
JavaWoman (more modifications)
</table>""


Revision [3588]

Edited on 2004-12-22 09:33:07 by JavaWoman [internal instead of external links]
Additions:
GmBowen (first draft)
JavaWoman (more modifications)
Deletions:
[[http://wikka.jsnx.com/GmBowen GmBowen]] (first draft)
[[http://wikka.jsnx.com/JavaWoman JavaWoman]] (more modifications)


Revision [3587]

The oldest known version of this page was created on 2004-12-22 09:31:11 by JavaWoman [internal instead of external links]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki