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.<<
An archive of [[http://wikkawiki.org/CalendarActionInfo/revisions | old revisions of this page]] is still available for reference.<<
Deletions:
An archive of [[http://wikkawiki.org/CalendarActionInfo/revisions
old revisions of this page]] is still available for reference.<<
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
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:
=====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
No Differences
Additions:
//Note: this action is included in Wikka as of version 1.1.6.0.//
Deletions:
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"]}}%%
%%{{calendar [year="yyyy"] [month="mm"]}}%%
Deletions:
""{{calendar}}""
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)
----
----
=====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:
----
=====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)
----
Additions:
>>==See also:==
Development: JwCalendar (with source code, and some background and discussion).>>This is the documentation page for the Calendar action.::c::
===Documentation===
Development: JwCalendar (with source code, and some background and discussion).>>This is the documentation page for the Calendar action.::c::
===Documentation===
Deletions:
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:
Additions:
=====Calendar Action Documentation=====
Deletions:
Additions:
[[WikkaDocumentation Wikka Documentation]]
Deletions:
Additions:
WikkaDocumentation
----
JavaWoman (more modifications)
----
CategoryDocumentation
----
JavaWoman (more modifications)
----
CategoryDocumentation
Deletions:
No Differences
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)
JavaWoman (more modifications)
Deletions:
</table>""
Additions:
GmBowen (first draft)
JavaWoman (more modifications)
JavaWoman (more modifications)
Deletions:
[[http://wikka.jsnx.com/JavaWoman JavaWoman]] (more modifications)