Revision history for UsingActions


Revision [2488]

Last edited on 2019-09-02 21:27:24 by BrianKoontz [more post-formatter escaping]
Additions:
||##[[TOCActionInfo | ""&#123&#123&#123...&#125&#125&#125""]]##||generates a table of contents for selected/all headings on the wiki page {{since display="inline" version="1.3.6"}}||
Deletions:
||##[[TOCActionInfo | {{{toc}}}]]##||generates a table of contents for selected/all headings on the wiki page {{since display="inline" version="1.3.6"}}||


Revision [2487]

Edited on 2019-09-02 21:25:45 by BrianKoontz [escape post-formatter string]
Additions:
{{since display="inline" version="1.3.6"}} There are two types of actions: Those that act on the wiki page prior to the markup being processed ("traditional" actions, designated by ""{{...}}""), and the new **post-formatter actions** (designated by ""&#123&#123&#123...&#125&#125&#125""). The main difference between the two is that the new post-formatter action can access the contents of the wiki page it's invoked in after the markup has been processed into HTML. For instance, the new ""&#123&#123&#123...&#125&#125&#125"" post-formatter action will generate a table of contents for all headings on a wiki page, and uses the id generated for each heading by the Wikka formatter. Since this can't happen prior to the page being rendered by the formatter, ""&#123&#123&#123...&#125&#125&#125"" must be implemented as a post-formatter action.
Deletions:
{{since display="inline" version="1.3.6"}} There are two types of actions: Those that act on the wiki page prior to the markup being processed ("traditional" actions, designated by ""{{...}}""), and the new **post-formatter actions** (designated by ""&#123&#123&#123...&#125&#125&#125""). The main difference between the two is that the new post-formatter action can access the contents of the wiki page it's invoked in after the markup has been processed into HTML. For instance, the new ""{{{toc}}}"" post-formatter action will generate a table of contents for all headings on a wiki page, and uses the id generated for each heading by the Wikka formatter. Since this can't happen prior to the page being rendered by the formatter, ""{{{toc}}}"" must be implemented as a post-formatter action.


Revision [2486]

Edited on 2019-09-02 21:24:45 by BrianKoontz [test]
Additions:
{{since display="inline" version="1.3.6"}} There are two types of actions: Those that act on the wiki page prior to the markup being processed ("traditional" actions, designated by ""{{...}}""), and the new **post-formatter actions** (designated by ""&#123&#123&#123...&#125&#125&#125""). The main difference between the two is that the new post-formatter action can access the contents of the wiki page it's invoked in after the markup has been processed into HTML. For instance, the new ""{{{toc}}}"" post-formatter action will generate a table of contents for all headings on a wiki page, and uses the id generated for each heading by the Wikka formatter. Since this can't happen prior to the page being rendered by the formatter, ""{{{toc}}}"" must be implemented as a post-formatter action.
Deletions:
{{since display="inline" version="1.3.6"}} There are two types of actions: Those that act on the wiki page prior to the markup being processed ("traditional" actions, designated by ""{{...}}""), and the new **post-formatter actions** (designated by ""{{{...}}}""). The main difference between the two is that the new post-formatter action can access the contents of the wiki page it's invoked in after the markup has been processed into HTML. For instance, the new ""{{{toc}}}"" post-formatter action will generate a table of contents for all headings on a wiki page, and uses the id generated for each heading by the Wikka formatter. Since this can't happen prior to the page being rendered by the formatter, ""{{{toc}}}"" must be implemented as a post-formatter action.


Revision [2485]

Edited on 2019-09-02 21:15:24 by BrianKoontz [toc added]
Additions:
>>{{{toc}}}>>::c::
~- [[SysInfoActionInfo | System Information actions]]
Deletions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#list | action list]]**]
~- | [[SysInfoActionInfo System Information actions]]


Revision [2436]

Edited on 2017-07-01 21:27:44 by BrianKoontz [Added checklinks]
Additions:
||##[[CheckLinksActionInfo | {{checklinks}}]]##||checks internal/external links {{since display="inline" version="1.4.0"}}||


Revision [2421]

Edited on 2016-05-12 21:13:10 by BrianKoontz [updated]
Additions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#list | action list]]**]
||##[[TitleActionInfo | {{title}}]]##||outputs return value of PageTitle() function (used in menus) {{since display="inline" version="1.3.4"}}||
Deletions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#list action list]]**]
||##[[TitleActionInfo | {{title}}]]##||outputs return value of PageTitle() function (used in menus)}}||


Revision [2402]

Edited on 2016-05-12 20:42:20 by BrianKoontz [typo]
Additions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#list action list]]**]
||##[[TitleActionInfo | {{title}}]]##||outputs return value of PageTitle() function (used in menus)}}||
Deletions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#list | action list]]**]
||##[[TitleActionInfo | {{title}}]]##||outputs return value of PageTitle() function (used in menus)}}


Revision [2401]

Edited on 2016-05-12 20:41:53 by BrianKoontz [Added metatag, titletag, title actions]
Additions:
||##[[MetaTagActionInfo | {{metatag}}]]##||generates HTML meta tag {{since display="inline" version="1.3.7"}}||
||##[[TitleActionInfo | {{title}}]]##||outputs return value of PageTitle() function (used in menus)}}
||##[[TitleTagActionInfo | {{titletag}}]]##||generates HTML title tag {{since display="inline" version="1.3.7"}}||
Deletions:
||##[[MetaActionInfo | {{meta}}]]##||generates HTML meta tag {{since display="inline" version="1.3.7"}}||


Revision [2396]

Edited on 2015-06-30 19:27:49 by BrianKoontz [Minor typo]
Additions:
||##[[MetaActionInfo | {{meta}}]]##||generates HTML meta tag {{since display="inline" version="1.3.7"}}||
Deletions:
||##[[MetaActionInfo | {{meta}}]]##||generates HTML meta tag {{since display="inline" version="1.3.6"}}||


Revision [2392]

Edited on 2015-06-30 19:19:46 by BrianKoontz [Added meta action]
Additions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#list | action list]]**]
||##[[MetaActionInfo | {{meta}}]]##||generates HTML meta tag {{since display="inline" version="1.3.6"}}||
Deletions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#list action list]]**]


Revision [2350]

Edited on 2014-12-25 02:59:24 by BrianKoontz [Info about post-formatter actions]
Additions:
===Post-formatter actions===
{{since display="inline" version="1.3.6"}} There are two types of actions: Those that act on the wiki page prior to the markup being processed ("traditional" actions, designated by ""{{...}}""), and the new **post-formatter actions** (designated by ""{{{...}}}""). The main difference between the two is that the new post-formatter action can access the contents of the wiki page it's invoked in after the markup has been processed into HTML. For instance, the new ""{{{toc}}}"" post-formatter action will generate a table of contents for all headings on a wiki page, and uses the id generated for each heading by the Wikka formatter. Since this can't happen prior to the page being rendered by the formatter, ""{{{toc}}}"" must be implemented as a post-formatter action.
||##[[TOCActionInfo | {{{toc}}}]]##||generates a table of contents for selected/all headings on the wiki page {{since display="inline" version="1.3.6"}}||


Revision [2288]

Edited on 2012-05-19 23:17:50 by BrianKoontz [added redirect action]
Additions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#list action list]]**]
||##[[RedirectActionInfo | {{redirect}}]]##||redirects page to another page {{since display="inline" version="1.3"}}||
Deletions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#list | action list]]**]


Revision [2227]

Edited on 2011-03-17 10:22:25 by BrianKoontz [added license action]
Additions:
||##[[LicenseActionInfo | {{license}}]]##||diplays open source licenses in full text or graphics {{since display="inline" version="1.3.1"}}||


Revision [2176]

Edited on 2010-07-11 05:45:56 by DarTar [referrerslink menulet]
Additions:
||##[[Menulets | {{referrerslink}}]]##||displays a link to a page displaying [[ReferrersInfo | external referrers]] for the current page {{since display="inline" version="1.3"}}||


Revision [2127]

Edited on 2009-09-07 09:46:22 by BrianKoontz [Added wikkapatchlevel action (menulet?)]
Additions:
||##[[SysInfoActionInfo | {{wikkapatchlevel}}]]##||displays the patch level of Wikka running the wiki {{since display="inline" version="1.2"}}||


Revision [2028]

Edited on 2009-08-19 07:26:27 by DarTar [1.2 actions and menulets]
Additions:
||##[[Menulets | {{clonelink}}]]##||displays a link to clone the current page {{since display="inline" version="1.2"}}||
||##[[Menulets | {{deletelink}}]]##||displays a link to delete the current page {{since display="inline" version="1.2"}}||
||##[[Menulets | {{editlink}}]]##||displays a link to modify the current page {{since display="inline" version="1.2"}}||
||##[[Menulets | {{historylink}}]]##||displays a link the revision history of the current page {{since display="inline" version="1.2"}}||
||##[[Menulets | {{homepagelink}}]]##||displays a link to the wiki homepage {{since display="inline" version="1.2"}}||
||##[[Menulets | {{ownerlink}}]]##||displays a link to the page owner's profile {{since display="inline" version="1.2"}}||
||##[[Menulets | {{revertlink}}]]##||displays a link to allow admins to revert the latest revision of a page {{since display="inline" version="1.2"}}||
||##[[Menulets | {{revisionlink}}]]##||displays the date and time of the latest revision and a link to the list of recent revisions of the current page {{since display="inline" version="1.2"}}||
||##[[Menulets | {{searchbox}}]]##||displays a search box (menulet) {{since display="inline" version="1.2"}}||
||##[[Menulets | {{whoami}}]]##||displays the current username (if signed in) or the hostname for anonymous visitors {{since display="inline" version="1.2"}}||


Revision [2026]

Edited on 2009-08-19 07:15:53 by DarTar [1.2 actions and menulets]
Additions:
||##[[TableActionInfo | {{table}}]]##||obsoleted by the [[TableMarkup]] | {{since display="inline" version="1.2"}} ||
Deletions:
||##[[TableActionInfo | {{table}}]]##||creates a data table ||


Revision [2025]

Edited on 2009-08-19 07:13:27 by DarTar [see also]
Additions:
~-[[Menulets]]
~- | [[SysInfoActionInfo System Information actions]]


Revision [1664]

Edited on 2008-12-07 07:16:00 by DarTar [link to rev action documentation]
Additions:
||##[[RevActionInfo | {{rev}}]]##||displays the latest revision number for the current page {{since display="inline" version="1.1.6.6"}}||


Revision [1327]

Edited on 2008-11-01 23:23:06 by DarTar [Removed HomePage link]
Deletions:
HomePage


Revision [1094]

Edited on 2008-04-28 06:26:36 by DarTar [adding contact action]
Additions:
||##""{{contact}}""##||displays an obfuscated mailto link to contact the wiki administrator {{since display="inline" version="1.1.6.0"}}||


Revision [1093]

Edited on 2008-04-27 16:39:57 by DarTar [added since markers]
Additions:
||##[[CategoryActionInfo | {{category}}]]##||displays a list of pages belonging to a category {{since display="inline" version="1.1.6.0"}}||
||##[[SysInfoActionInfo | {{countcomments}}]]##||counts the comments by the current user {{since display="inline" version="1.1.6.0"}}||
||##[[SysInfoActionInfo | {{countowned}}]]##||counts the pages owned by the current user {{since display="inline" version="1.1.6.0"}}||
||##[[SysInfoActionInfo | {{countpages}}]]##||counts the number of pages in the wiki {{since display="inline" version="1.1.6.0"}}||
||##[[SysInfoActionInfo | {{countusers}}]]##||count the number of registered users in the wiki {{since display="inline" version="1.1.6.0"}}||
||##[[SysInfoActionInfo | {{geshiversion}}]]##||displays the version of [[GesHi]] | bundled with Wikka {{since display="inline" version="1.1.6.2"}}||
||##[[LastEditActionInfo | {{lastedit}}]]##||displays information on the last revision {{since display="inline" version="1.1.6.0"}}||
||##[[FreeMind | {{mindmap}}]]##||embeds a mindmap in a wiki page {{since display="inline" version="1.1.6.0"}}||
||##[[SysInfoActionInfo | {{mysqlversion}}]]##||displays the mysql version running on the server {{since display="inline" version="1.1.6.0"}}||
||##[[SysInfoActionInfo | {{phpversion}}]]##||displays the PHP version running on the server {{since display="inline" version="1.1.6.0"}}||
||##[[SysInfoActionInfo | {{system}}]]##||displays information about the system {{since display="inline" version="1.1.6.2"}}||
||##[[SysInfoActionInfo | {{wikkaname}}]]##||displays the name of the wiki {{since display="inline" version="1.1.6.0"}}||
||##[[SysInfoActionInfo | {{wikkaversion}}]]##||displays the version of Wikka running the wiki {{since display="inline" version="1.1.6.0"}}||
Deletions:
||##[[CategoryActionInfo | {{category}}]]##||displays a list of pages belonging to a category||
||##[[SysInfoActionInfo | {{countcomments}}]]##||counts the comments by the current user||
||##[[SysInfoActionInfo | {{countowned}}]]##||counts the pages owned by the current user||
||##[[SysInfoActionInfo | {{countpages}}]]##||counts the number of pages in the wiki||
||##[[SysInfoActionInfo | {{countusers}}]]##||count the number of registered users in the wiki||
||##[[SysInfoActionInfo | {{geshiversion}}]]##||displays the version of [[GesHi]] | bundled with Wikka||
||##[[LastEditActionInfo | {{lastedit}}]]##||displays information on the last revision||
||##[[FreeMind | {{mindmap}}]]##||embeds a mindmap in a wiki page ||
||##[[SysInfoActionInfo | {{mysqlversion}}]]##||displays the mysql version running on the server||
||##[[SysInfoActionInfo | {{phpversion}}]]##||displays the PHP version running on the server||
||##[[SysInfoActionInfo | {{system}}]]##||displays information about the system||
||##[[SysInfoActionInfo | {{wikkaname}}]]##||displays the name of the wiki||
||##[[SysInfoActionInfo | {{wikkaversion}}]]##||displays the version of Wikka running the wiki||


Revision [1088]

Edited on 2008-04-27 16:31:29 by DarTar [wording]
Additions:
Some actions are considered "core" and are essential to the functioning of Wikka as a WikiEngine. Others are better classified as "plugins", providing extra, less essential functionality. Of course, WikkaWiki comes bundled with all "core" actions and a nice collection of "plugins". Many Wikka users also make [[http://wikkawiki.org/CodeContributions | additional plugins]] available through the main site.
Deletions:
Some actions are considered "core" and are essential to the functioning of Wikka as a WikiEngine. Others are better classified as "plugins", providing extra, less essential functionality. Of course, WikkaWiki comes with all "core" actions and a nice collection of "plugins". Many Wikka users also make [[http://wikkawiki.org/CodeContributions | additional plugins]] available through the main site.


Revision [1087]

Edited on 2008-04-27 16:30:39 by DarTar [wording and examples]
Additions:
To include an action in a page, simply edit the page and add the name of the action between double braces, e.g. ##""{{myaction}}""##. Action names are case-insensitive.
Many actions can be customized by providing extra parameters; a parameter must always have its value enclosed in double quotes, e.g. ##""{{myaction par1="foo"}}""##. Unknown parameters are simply ignored; in some cases one or more parameters may be required. Multiple parameters are separated by spaces: ##""{{myaction par1="foo" par2="bar"}}""##.
Deletions:
To include an action in a page, simply edit the page and put the name of the action, between ""{{"" and ""}}"", on it. Action names are case-insensitive.
Many actions can be customized by providing extra parameters; a parameter must always have its value enclosed in double quotes. Unknown parameters are simply ignored; in some cases one or more parameters may be required.


Revision [1010]

Edited on 2008-03-20 06:53:00 by DarTar [[m] typo]
Additions:
||##[[GoogleformActionInfo {{googleform}}]]##||displays a Google search form. ||
Deletions:
||##[[GoogleformActionInfo {{googleform}}]]##||display a Google search form. ||


Revision [1009]

Edited on 2008-03-19 15:08:52 by DarTar [added {{since}} for checkversion]
Additions:
||##[[CheckVersionActionInfo | {{checkversion}}]]##||displays message if newer Wikka version exists {{since display="inline" version="1.1.6.4"}}||
Deletions:
||##[[CheckVersionActionInfo | {{checkversion}}]]##||displays message if newer version exists||


Revision [1007]

Edited on 2008-03-19 14:54:02 by DarTar [link for wikkachanges]
Additions:
||##[[SysInfoActionInfo | {{wikkachanges}}]]##||displays Wikka release notes for the current version||
Deletions:
||##[[WikkaChangesActionInfo | {{wikkachanges}}]]##||displays Wikka release notes for the current version||


Revision [1003]

Edited on 2008-03-19 14:48:43 by BrianKoontz [added checkversion]
Additions:
||##[[CheckVersionActionInfo | {{checkversion}}]]##||displays message if newer version exists||


Revision [999]

Edited on 2008-03-19 13:51:17 by DarTar [unlinking footer/header]
Additions:
||##""{{footer}}""##||replaced by the footer template file {{since display="inline" version="1.1.6.4"}}||
||##""{{header}}""##||replaced by the header template file {{since display="inline" version="1.1.6.4"}}||
Deletions:
||##{{footer}}##||replaced by the footer template file {{since display="inline" version="1.1.6.4"}}||
||##{{header}}##||replaced by the header template file {{since display="inline" version="1.1.6.4"}}||


Revision [998]

Edited on 2008-03-19 13:50:58 by DarTar [unlinking footer/header]
Additions:
||##{{footer}}##||replaced by the footer template file {{since display="inline" version="1.1.6.4"}}||
||##{{header}}##||replaced by the header template file {{since display="inline" version="1.1.6.4"}}||
Deletions:
||##[[FooterActionInfo | {{footer}}]]##||replaced by the footer template file {{since display="inline" version="1.1.6.4"}}||
||##[[HeaderActionInfo | {{header}}]]##||replaced by the header template file {{since display="inline" version="1.1.6.4"}}||


Revision [992]

Edited on 2008-03-19 08:35:24 by DarTar [links]
Additions:
~- [[http://wikkawiki.org/CodeContributions | User-contributed plugins]]
Some actions are considered "core" and are essential to the functioning of Wikka as a WikiEngine. Others are better classified as "plugins", providing extra, less essential functionality. Of course, WikkaWiki comes with all "core" actions and a nice collection of "plugins". Many Wikka users also make [[http://wikkawiki.org/CodeContributions | additional plugins]] available through the main site.
Deletions:
Some actions are considered "core" and are essential to the functioning of Wikka as a WikiEngine. Others are better classified as "plugins", providing extra, less essential functionality. Of course, WikkaWiki comes with all "core" actions and a nice collection of "plugins". Many Wikka users also make [[http://wikkawiki.orgCodeContributions | additional plugins]] available through the main site.


Revision [949]

Edited on 2008-03-10 18:40:31 by DarTar [adding wikkaconfig]
Additions:
||##[[WikkaConfigActionInfo | {{wikkaconfig}}]]##||displays the current [[ConfigurationOptions | configuration settings]] {{since display="inline" version="1.1.6.4"}}||
Deletions:
||##[[WikkaConfigActionInfo | {{wikkaconfig}}##]]||displays the current [[ConfigurationOptions | configuration settings]] {{since display="inline" version="1.1.6.4"}}||


Revision [948]

Edited on 2008-03-10 18:40:11 by DarTar [adding wikkaconfig]
Additions:
||##[[WikkaConfigActionInfo | {{wikkaconfig}}##]]||displays the current [[ConfigurationOptions | configuration settings]] {{since display="inline" version="1.1.6.4"}}||


Revision [946]

Edited on 2008-03-09 18:34:24 by DarTar [more correct use of "since"]
Additions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#list | action list]]**]
||##[[FooterActionInfo | {{footer}}]]##||replaced by the footer template file {{since display="inline" version="1.1.6.4"}}||
||##[[HeaderActionInfo | {{header}}]]##||replaced by the header template file {{since display="inline" version="1.1.6.4"}}||
Deletions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#list action list]]**]
||##[[FooterActionInfo | {{footer}}]]##||replaced by the footer template file {{until display="inline" version="1.1.6.3"}}||
||##[[HeaderActionInfo | {{header}}]]##||replaced by the header template file {{until display="inline" version="1.1.6.3"}}||


Revision [838]

Edited on 2008-02-21 19:49:52 by DarTar [quick link]
Additions:
[skip to **[[http://docs.wikkawiki.org/UsingActions#list action list]]**]
>>===About actions===
Deletions:
>>
===About actions===


Revision [836]

Edited on 2008-02-21 19:45:40 by DarTar [caption]
Additions:
====List of available actions====
|!|(i:list)||
|?|{font-size: 110%;background-color: #E9F9E9;padding: 5px;}Actions distributed with WikkaWiki (in alphabetical order)||
Deletions:
---
===Actions available in the latest ""WikkaWiki"" distribution===
The following actions are distributed with WikkaWiki (listed in alphabetical order):


Revision [835]

Edited on 2008-02-21 19:40:27 by DarTar [layout]
Additions:
==Content example:==
==Service example:==
Use ##""{{googleform}}""## to display a Google search form. You may add an optional ##q## parameter to specify a default search query, as in ##""{{googleform q="Wikka"}}""##:
Deletions:
**Content example:**
**Service example:**
Use ##""{{googleform}}""## to display a Google search for; you may add an optional ##q## parameter to specify a default search query, as in ##""{{googleform q="Wikka"}}""##:


Revision [834]

Edited on 2008-02-21 19:39:16 by DarTar [fixing links]
Additions:
||##[[PageAdministration | {{adminpages}}]]##||displays a module to manage wiki pages {{since display="inline" version="1.1.6.4"}}||
||##[[UserAdministration | {{adminusers}}]]##||displays a module to manage users {{since display="inline" version="1.1.6.4"}}||
Deletions:
||##[[AdminPagesActionInfo | {{adminpages}}]]##||displays a module to manage wiki pages {{since display="inline" version="1.1.6.4"}}||
||##[[AdminUsersActionInfo | {{adminusers}}]]##||displays a module to manage users {{since display="inline" version="1.1.6.4"}}||


Revision [833]

Edited on 2008-02-21 19:37:56 by DarTar [table markup]
Additions:
||##[[ColorActionInfo | {{colour}}]]##||alias for ##[[ColorActionInfo | {{color}}]]##||
||##[[SysInfoActionInfo | {{countcomments}}]]##||counts the comments by the current user||
||##[[SysInfoActionInfo | {{countowned}}]]##||counts the pages owned by the current user||
||##[[SysInfoActionInfo | {{countpages}}]]##||counts the number of pages in the wiki||
||##[[SysInfoActionInfo | {{countusers}}]]##||count the number of registered users in the wiki||
||##[[DbInfoActionInfo | {{dbinfo}}]]##||displays information on the database storing data from the wiki {{since display="inline" version="1.1.6.4"}}||
||##[[EmailpasswordActionInfo | {{emailpassword}}]]##||displays a form to retrieve a password ||
||##[[FeedbackAction | {{feedback}}]]##||displays a form to send feedback to the admin of the wiki ||
||##[[FilesActionInfo | {{files}}]]##||displays a form to upload/download/delete files ||
||##[[FlashActionInfo | {{flash}}]]##||embeds a flash-animation||
||##[[SysInfoActionInfo | {{geshiversion}}]]##||displays the version of [[GesHi]] | bundled with Wikka||
||##[[GoogleformActionInfo {{googleform}}]]##||display a Google search form. ||
||##[[HighscoresActionInfo | {{highscores}}]]##||displays a list of registered users, ordered by the percentage of pages they own||
||##[[AddingImages | {{image}}]]##||inserts an image||
||##[[IncludeAction | {{include}}]]##||includes another wiki page||
||##[[InterwikilistActionInfo | {{interwikilist}}]]##||displays a list of InterWiki shortcuts||
||##[[LastEditActionInfo | {{lastedit}}]]##||displays information on the last revision||
||##[[LastusersActionInfo | {{lastusers}}]]##||displays a list of recently registered users ||
||##[[FreeMind | {{mindmap}}]]##||embeds a mindmap in a wiki page ||
||##[[MychangesActionInfo | {{mychanges}}]]##||lists pages edited by the current user ||
||##[[MypagesActionInfo | {{mypages}}]]##||lists pages owned by the current user||
||##[[SysInfoActionInfo | {{mysqlversion}}]]##||displays the mysql version running on the server||
||##[[NewpageActionInfo | {{newpage}}]]##||displays a form to create new pages||
||##[[NocommentsActionInfo | {{nocomments}}]]##||disables comments for the current page||
||##[[OrphanedpagesActionInfo | {{orphanedpages}}]]##||displays a list of pages not linked by any other page in the wiki ||
||##[[OwnedpagesActionInfo | {{ownedpages}}]]##||displays a list of pages by owner ||
||##[[PageindexActionInfo | {{pageindex}}]]##||displays an alphabetical list of pages in the wiki||
||##[[SysInfoActionInfo | {{phpversion}}]]##||displays the PHP version running on the server||
||##[[RecentchangesActionInfo | {{recentchanges}}]]##||lists recently modified pages||
||##[[RecentcommentsActionInfo | {{recentcomments}}]]##||lists recent comments||
||##[[RecentlycommentedActionInfo | {{recentlycommented}}]]##||lists recently commented pages||
||##[[RssInfo | {{rss}}]]##||embeds a feed in the page||
||##[[SysInfoActionInfo | {{system}}]]##||displays information about the system||
||##[[TableActionInfo | {{table}}]]##||creates a data table ||
||##[[TextsearchActionInfo | {{textsearch}}]]##||displays a search form||
||##[[TextSearchExpandedActionInfo | {{textsearchexpanded}}]]##||displays a form for expanded text search||
||##[[UserSettingsInfo | {{usersettings}}]]##||displays a login/logout form and user settings ||
||##[[WantedpagesActionInfo | {{wantedpages}}]]##||lists nonexisting pages linked by other pages||
||##[[WikkaChangesActionInfo | {{wikkachanges}}]]##||displays Wikka release notes for the current version||
||##[[SysInfoActionInfo | {{wikkaname}}]]##||displays the name of the wiki||
||##[[SysInfoActionInfo | {{wikkaversion}}]]##||displays the version of Wikka running the wiki||
||##[[IFrameAction | {{iframe}}]]##||allows embedding a page in another page||
||##[[FooterActionInfo | {{footer}}]]##||replaced by the footer template file {{until display="inline" version="1.1.6.3"}}||
||##[[HeaderActionInfo | {{header}}]]##||replaced by the header template file {{until display="inline" version="1.1.6.3"}}||
Deletions:
||##[[ColorActionInfo | {{colour}}]]||(alias for [[ColorActionInfo | color]]) ||
||##[[SysInfoActionInfo | {{countcomments}}]]||counts the comments by the current user||
||##[[SysInfoActionInfo | {{countowned}}]]||counts the pages owned by the current user||
||##[[SysInfoActionInfo | {{countpages}}]]||counts the number of pages in the wiki||
||##[[SysInfoActionInfo | {{countusers}}]]||count the number of registered users in the wiki||
||##[[DbInfoActionInfo | {{dbinfo}}]]||displays information on the database storing data from the wiki {{since display="inline" version="1.1.6.4"}}||
||##[[EmailpasswordActionInfo | {{emailpassword}}]]||displays a form to retrieve a password ||
||##[[FeedbackAction | {{feedback}}]]||displays a form to send feedback to the admin of the wiki ||
||##[[FilesActionInfo | {{files}}]]||displays a form to upload/download/delete files ||
||##[[FlashActionInfo | {{flash}}]]||embeds a flash-animation||
||##[[GeshiversionActionInfo | {{geshiversion}}]]||displays the version of [[GesHi]] | bundled with Wikka||
||##[[GoogleformActionInfo {{googleform}}]]||display a Google search form. ||
||##[[HighscoresActionInfo | {{highscores}}]]||displays a list of registered users, ordered by the percentage of pages they own||
||##[[AddingImages | {{image}}]]||inserts an image||
||##[[IncludeAction | {{include}}]]||includes another wiki page||
||##[[InterwikilistActionInfo | {{interwikilist}}]]||displays a list of InterWiki shortcuts||
||##[[LastEditActionInfo | {{lastedit}}]]||displays information on the last revision||
||##[[LastusersActionInfo | {{lastusers}}]]||displays a list of recently registered users ||
||##[[FreeMind | {{mindmap}}]]||embeds a mindmap in a wiki page ||
||##[[MychangesActionInfo | {{mychanges}}]]||lists pages edited by the current user ||
||##[[MypagesActionInfo | {{mypages}}]]||lists pages owned by the current user||
||##[[SysInfoActionInfo | {{mysqlversion}}]]||displays the mysql version running on the server||
||##[[NewpageActionInfo | {{newpage}}]]||displays a form to create new pages||
||##[[NocommentsActionInfo | {{nocomments}}]]||disables comments for the current page||
||##[[OrphanedpagesActionInfo | {{orphanedpages}}]]||displays a list of pages not linked by any other page in the wiki ||
||##[[OwnedpagesActionInfo | {{ownedpages}}]]||displays a list of pages by owner ||
||##[[PageindexActionInfo | {{pageindex}}]]||displays an alphabetical list of pages in the wiki||
||##[[SysInfoActionInfo | {{phpversion}}]]||displays the PHP version running on the server||
||##[[RecentchangesActionInfo | {{recentchanges}}]]||lists recently modified pages||
||##[[RecentcommentsActionInfo | {{recentcomments}}]]||lists recent comments||
||##[[RecentlycommentedActionInfo | {{recentlycommented}}]]||lists recently commented pages||
||##[[RssInfo | {{rss}}]]||embeds a feed in the page||
||##[[SysInfoActionInfo | {{system}}]]||displays information about the system||
||##[[TableActionInfo | {{table}}]]||creates a data table ||
||##[[TextsearchActionInfo | {{textsearch}}]]||displays a search form||
||##[[TextSearchExpandedActionInfo | {{textsearchexpanded}}]]||displays a form for expanded text search||
||##[[UserSettingsInfo | {{usersettings}}]]||displays a login/logout form and user settings ||
||##[[WantedpagesActionInfo | {{wantedpages}}]]||lists nonexisting pages linked by other pages||
||##[[WikkaChangesActionInfo | {{wikkachanges}}]]||displays Wikka release notes for the current version||
||##[[SysInfoActionInfo | {{wikkaname}}]]||displays the name of the wiki||
||##[[SysInfoActionInfo | {{wikkaversion}}]]||displays the version of Wikka running the wiki||
~-[[IFrameAction | {{iframe}}]] - allows embedding a page in another page
~-[[FooterActionInfo | {{footer}}]] - replaced by the footer template file {{since display="inline" version="1.1.6.4"}}
~-[[HeaderActionInfo | {{header}}]] - replaced by the header template file {{since display="inline" version="1.1.6.4"}}


Revision [832]

Edited on 2008-02-21 19:33:43 by DarTar [table]
Additions:
||##[[AdminPagesActionInfo | {{adminpages}}]]##||displays a module to manage wiki pages {{since display="inline" version="1.1.6.4"}}||
||##[[AdminUsersActionInfo | {{adminusers}}]]##||displays a module to manage users {{since display="inline" version="1.1.6.4"}}||
||##[[BacklinksActionInfo | {{backlinks}}]]##||displays a list of pages linking to the current page||
||##[[CalendarActionInfo | {{calendar}}]]##||displays a calendar for a specified or current month ||
||##[[CategoryActionInfo | {{category}}]]##||displays a list of pages belonging to a category||
||##[[ColorActionInfo | {{color}}]]##||renders colored text ||
||##[[ColorActionInfo | {{colour}}]]||(alias for [[ColorActionInfo | color]]) ||
||##[[SysInfoActionInfo | {{countcomments}}]]||counts the comments by the current user||
||##[[SysInfoActionInfo | {{countowned}}]]||counts the pages owned by the current user||
||##[[SysInfoActionInfo | {{countpages}}]]||counts the number of pages in the wiki||
||##[[SysInfoActionInfo | {{countusers}}]]||count the number of registered users in the wiki||
||##[[DbInfoActionInfo | {{dbinfo}}]]||displays information on the database storing data from the wiki {{since display="inline" version="1.1.6.4"}}||
||##[[EmailpasswordActionInfo | {{emailpassword}}]]||displays a form to retrieve a password ||
||##[[FeedbackAction | {{feedback}}]]||displays a form to send feedback to the admin of the wiki ||
||##[[FilesActionInfo | {{files}}]]||displays a form to upload/download/delete files ||
||##[[FlashActionInfo | {{flash}}]]||embeds a flash-animation||
||##[[GeshiversionActionInfo | {{geshiversion}}]]||displays the version of [[GesHi]] | bundled with Wikka||
||##[[GoogleformActionInfo {{googleform}}]]||display a Google search form. ||
||##[[HighscoresActionInfo | {{highscores}}]]||displays a list of registered users, ordered by the percentage of pages they own||
||##[[AddingImages | {{image}}]]||inserts an image||
||##[[IncludeAction | {{include}}]]||includes another wiki page||
||##[[InterwikilistActionInfo | {{interwikilist}}]]||displays a list of InterWiki shortcuts||
||##[[LastEditActionInfo | {{lastedit}}]]||displays information on the last revision||
||##[[LastusersActionInfo | {{lastusers}}]]||displays a list of recently registered users ||
||##[[FreeMind | {{mindmap}}]]||embeds a mindmap in a wiki page ||
||##[[MychangesActionInfo | {{mychanges}}]]||lists pages edited by the current user ||
||##[[MypagesActionInfo | {{mypages}}]]||lists pages owned by the current user||
||##[[SysInfoActionInfo | {{mysqlversion}}]]||displays the mysql version running on the server||
||##[[NewpageActionInfo | {{newpage}}]]||displays a form to create new pages||
||##[[NocommentsActionInfo | {{nocomments}}]]||disables comments for the current page||
||##[[OrphanedpagesActionInfo | {{orphanedpages}}]]||displays a list of pages not linked by any other page in the wiki ||
||##[[OwnedpagesActionInfo | {{ownedpages}}]]||displays a list of pages by owner ||
||##[[PageindexActionInfo | {{pageindex}}]]||displays an alphabetical list of pages in the wiki||
||##[[SysInfoActionInfo | {{phpversion}}]]||displays the PHP version running on the server||
||##[[RecentchangesActionInfo | {{recentchanges}}]]||lists recently modified pages||
||##[[RecentcommentsActionInfo | {{recentcomments}}]]||lists recent comments||
||##[[RecentlycommentedActionInfo | {{recentlycommented}}]]||lists recently commented pages||
||##[[RssInfo | {{rss}}]]||embeds a feed in the page||
||##[[SysInfoActionInfo | {{system}}]]||displays information about the system||
||##[[TableActionInfo | {{table}}]]||creates a data table ||
||##[[TextsearchActionInfo | {{textsearch}}]]||displays a search form||
||##[[TextSearchExpandedActionInfo | {{textsearchexpanded}}]]||displays a form for expanded text search||
||##[[UserSettingsInfo | {{usersettings}}]]||displays a login/logout form and user settings ||
||##[[WantedpagesActionInfo | {{wantedpages}}]]||lists nonexisting pages linked by other pages||
||##[[WikkaChangesActionInfo | {{wikkachanges}}]]||displays Wikka release notes for the current version||
||##[[SysInfoActionInfo | {{wikkaname}}]]||displays the name of the wiki||
||##[[SysInfoActionInfo | {{wikkaversion}}]]||displays the version of Wikka running the wiki||
~-[[IFrameAction | {{iframe}}]] - allows embedding a page in another page
~-[[FooterActionInfo | {{footer}}]] - replaced by the footer template file {{since display="inline" version="1.1.6.4"}}
~-[[HeaderActionInfo | {{header}}]] - replaced by the header template file {{since display="inline" version="1.1.6.4"}}
Deletions:
~-[[AdminPagesActionInfo | adminpages]] - displays a module to manage wiki pages {{since display="inline" version="1.1.6.4"}}
~-[[AdminUsersActionInfo | adminusers]] - displays a module to manage users {{since display="inline" version="1.1.6.4"}}
~-[[BacklinksActionInfo | backlinks]] - displays a list of pages linking to the current page
~-[[CalendarActionInfo | calendar]] - displays the calendar for a month
~-[[CategoryActionInfo | category]] - displays a list of pages belonging to a category
~-[[ColorActionInfo | color]] - renders colored text
~-[[ColorActionInfo | colour]] - (alias for [[ColorActionInfo | color]])
~-[[SysInfoActionInfo | countcomments]] - counts the comments by the current user
~-[[SysInfoActionInfo | countowned]] - counts the pages owned by the current user
~-[[SysInfoActionInfo | countpages]] - counts the number of pages in the wiki
~-[[SysInfoActionInfo | countusers]] - count the number of registered users in the wiki
~-[[DbInfoActionInfo | dbinfo]] - displays information on the database storing data from the wiki {{since display="inline" version="1.1.6.4"}}
~-[[EmailpasswordActionInfo | emailpassword]] - displays a form to retrieve a password
~-[[FeedbackAction | feedback]] - displays a form to send feedback to the admin of the wiki
~-[[FilesActionInfo | files]] - displays a form to upload/download/delete files
~-[[FlashActionInfo | flash]] - embeds a flash-animation
~-[[GeshiversionActionInfo | geshiversion]] - displays the version of [[GesHi]] | bundled with Wikka
~-[[GoogleformActionInfo googleform]] - display a Google search form.
~-[[HighscoresActionInfo | highscores]] - displays a list of registered users, ordered by the percentage of pages they own
~-[[AddingImages | image]] - inserts an image
~-[[IncludeAction | include]] - includes another wiki page
~-[[InterwikilistActionInfo | interwikilist]] - displays a list of InterWiki shortcuts
~-[[LastEditActionInfo | lastedit]] - displays information on the last revision
~-[[LastusersActionInfo | lastusers]] - displays a list of recently registered users
~-[[FreeMind | mindmap]] - embeds a mindmap in a wiki page
~-[[MychangesActionInfo | mychanges]] - lists pages edited by the current user
~-[[MypagesActionInfo | mypages]] - lists pages owned by the current user
~-[[SysInfoActionInfo | mysqlversion]] - displays the mysql version running on the server
~-[[NewpageActionInfo | newpage]] - displays a form to create new pages
~-[[NocommentsActionInfo | nocomments]] - disables comments for the current page
~-[[OrphanedpagesActionInfo | orphanedpages]] - displays a list of pages not linked by any other page in the wiki
~-[[OwnedpagesActionInfo | ownedpages]] - displays a list of pages by owner
~-[[PageindexActionInfo | pageindex]] - displays an alphabetical list of pages in the wiki
~-[[SysInfoActionInfo | phpversion]] - displays the PHP version running on the server
~-[[RecentchangesActionInfo | recentchanges]] - lists recently modified pages
~-[[RecentcommentsActionInfo | recentcomments]] - lists recent comments
~-[[RecentlycommentedActionInfo | recentlycommented]] - lists recently commented pages
~-[[RssInfo | rss]] - embeds a feed in the page
~-[[SysInfoActionInfo | system]] - displays information about the system
~-[[TableActionInfo | table]] - creates a data table
~-[[TextsearchActionInfo | textsearch]] - displays a search form
~-[[TextSearchExpandedActionInfo | textsearchexpanded]] - displays a form for expanded text search
~-[[UserSettingsInfo | usersettings]] - displays a login/logout form and user settings
~-[[WantedpagesActionInfo | wantedpages]] - lists nonexisting pages linked by other pages
~-[[WikkaChangesActionInfo | wikkachanges]] - displays Wikka release notes for the current version
~-[[SysInfoActionInfo | wikkaname]] - displays the name of the wiki
~-[[SysInfoActionInfo | wikkaversion]] - displays the version of Wikka running the wiki
~-[[IFrameAction | iframe]] - allows embedding a page in another page
~-[[FooterActionInfo | footer]] - replaced by the footer template file {{since display="inline" version="1.1.6.4"}}
~-[[HeaderActionInfo | header]] - replaced by the header template file {{since display="inline" version="1.1.6.4"}}


Revision [634]

Edited on 2008-02-06 14:30:47 by NilsLindenberg [fixing wrong link desc]
Additions:
~-[[HeaderActionInfo | header]] - replaced by the header template file {{since display="inline" version="1.1.6.4"}}
Deletions:
~-[[HeaderActionInfo | footer]] - replaced by the header template file {{since display="inline" version="1.1.6.4"}}


Revision [548]

Edited on 2008-01-30 16:29:22 by YanB [updating link]
Additions:
~-""<a href="http://docs.wikkawiki.org/WikkaInAction#hn_4._Using_actions">Using actions</a>"" {{image url="images/action/qt.gif" alt="quicktime icon" title="Wikka clips"}}
Deletions:
~-""<a href="http://wikkawiki.org/WikkaInAction#hn_4._Using_actions">Using actions</a>"" {{image url="images/action/qt.gif" alt="quicktime icon" title="Wikka clips"}}


Revision [547]

Edited on 2008-01-30 16:28:49 by YanB [removing jsnx.com]
Additions:
~-""<a href="http://wikkawiki.org/WikkaInAction#hn_4._Using_actions">Using actions</a>"" {{image url="images/action/qt.gif" alt="quicktime icon" title="Wikka clips"}}
Deletions:
~-""<a href="http://wikka.jsnx.com/WikkaInAction#hn_4._Using_actions">Using actions</a>"" {{image url="images/action/qt.gif" alt="quicktime icon" title="Wikka clips"}}


Revision [512]

Edited on 2008-01-29 18:35:09 by DarTar [minor]
Additions:
Use ##""{{wikkaversion}}""## to display the version of Wikka running this wiki:
Use ##""{{googleform}}""## to display a Google search for; you may add an optional ##q## parameter to specify a default search query, as in ##""{{googleform q="Wikka"}}""##:
Deletions:
use ##""{{wikkaversion}}""## to display the current Wikka version running:
use ##""{{googleform}}""## to provide an empty form to search Google; you may add a parameter to suggest a search term, as in ""{{googleform q="Wikka"}}"":


Revision [511]

Edited on 2008-01-29 18:30:26 by DarTar [1.1.6.4 tags]
Additions:
~-[[AdminPagesActionInfo | adminpages]] - displays a module to manage wiki pages {{since display="inline" version="1.1.6.4"}}
~-[[AdminUsersActionInfo | adminusers]] - displays a module to manage users {{since display="inline" version="1.1.6.4"}}
~-[[DbInfoActionInfo | dbinfo]] - displays information on the database storing data from the wiki {{since display="inline" version="1.1.6.4"}}


Revision [510]

Edited on 2008-01-29 18:27:48 by DarTar [improved descriptions]
Additions:
The following actions are distributed with WikkaWiki (listed in alphabetical order):
~-[[BacklinksActionInfo | backlinks]] - displays a list of pages linking to the current page
~-[[CalendarActionInfo | calendar]] - displays the calendar for a month
~-[[CategoryActionInfo | category]] - displays a list of pages belonging to a category
~-[[ColorActionInfo | color]] - renders colored text
~-[[ColorActionInfo | colour]] - (alias for [[ColorActionInfo | color]])
~-[[SysInfoActionInfo | countcomments]] - counts the comments by the current user
~-[[SysInfoActionInfo | countowned]] - counts the pages owned by the current user
~-[[SysInfoActionInfo | countpages]] - counts the number of pages in the wiki
~-[[SysInfoActionInfo | countusers]] - count the number of registered users in the wiki
~-[[EmailpasswordActionInfo | emailpassword]] - displays a form to retrieve a password
~-[[FeedbackAction | feedback]] - displays a form to send feedback to the admin of the wiki
~-[[FilesActionInfo | files]] - displays a form to upload/download/delete files
~-[[FlashActionInfo | flash]] - embeds a flash-animation
~-[[GeshiversionActionInfo | geshiversion]] - displays the version of [[GesHi]] | bundled with Wikka
~-[[GoogleformActionInfo googleform]] - display a Google search form.
~-[[HighscoresActionInfo | highscores]] - displays a list of registered users, ordered by the percentage of pages they own
~-[[AddingImages | image]] - inserts an image
~-[[IncludeAction | include]] - includes another wiki page
~-[[InterwikilistActionInfo | interwikilist]] - displays a list of InterWiki shortcuts
~-[[LastEditActionInfo | lastedit]] - displays information on the last revision
~-[[LastusersActionInfo | lastusers]] - displays a list of recently registered users
~-[[FreeMind | mindmap]] - embeds a mindmap in a wiki page
~-[[MychangesActionInfo | mychanges]] - lists pages edited by the current user
~-[[MypagesActionInfo | mypages]] - lists pages owned by the current user
~-[[SysInfoActionInfo | mysqlversion]] - displays the mysql version running on the server
~-[[NewpageActionInfo | newpage]] - displays a form to create new pages
~-[[NocommentsActionInfo | nocomments]] - disables comments for the current page
~-[[OrphanedpagesActionInfo | orphanedpages]] - displays a list of pages not linked by any other page in the wiki
~-[[OwnedpagesActionInfo | ownedpages]] - displays a list of pages by owner
~-[[PageindexActionInfo | pageindex]] - displays an alphabetical list of pages in the wiki
~-[[SysInfoActionInfo | phpversion]] - displays the PHP version running on the server
~-[[RecentchangesActionInfo | recentchanges]] - lists recently modified pages
~-[[RecentcommentsActionInfo | recentcomments]] - lists recent comments
~-[[RecentlycommentedActionInfo | recentlycommented]] - lists recently commented pages
~-[[RssInfo | rss]] - embeds a feed in the page
~-[[SysInfoActionInfo | system]] - displays information about the system
~-[[TableActionInfo | table]] - creates a data table
~-[[TextsearchActionInfo | textsearch]] - displays a search form
~-[[TextSearchExpandedActionInfo | textsearchexpanded]] - displays a form for expanded text search
~-[[UserSettingsInfo | usersettings]] - displays a login/logout form and user settings
~-[[WantedpagesActionInfo | wantedpages]] - lists nonexisting pages linked by other pages
~-[[WikkaChangesActionInfo | wikkachanges]] - displays Wikka release notes for the current version
~-[[SysInfoActionInfo | wikkaversion]] - displays the version of Wikka running the wiki
==Discontinued==
~-[[FooterActionInfo | footer]] - replaced by the footer template file {{since display="inline" version="1.1.6.4"}}
~-[[HeaderActionInfo | footer]] - replaced by the header template file {{since display="inline" version="1.1.6.4"}}
Deletions:
The following actions are distributed with WikkaWiki (version 1.1.7) (listed in alphabetical order):
~-[[BacklinksActionInfo | backlinks]] - shows the pages linking to the actual page
~-[[CalendarActionInfo | calendar]] - displays the calendar for a month
~-[[CategoryActionInfo | category]] - shows pages belonging to a category
~-[[ColorActionInfo | color]] - colors text
~-[[ColorActionInfo | colour]] - (synonym of color)
~-[[SysInfoActionInfo | countcomments]] - shows the count of the comments made by the current user
~-[[SysInfoActionInfo | countowned]] - shows the count of pages owned by the current user
~-[[SysInfoActionInfo | countpages]] - count of the pages in the wiki
~-[[SysInfoActionInfo | countusers]] - count of the registered users of a page
~-[[EmailpasswordActionInfo | emailpassword]] - allows a user to retrieve his/her password
~-[[FeedbackAction | feedback]] - displays a form, which allows to send feedback to the admin of the wiki
~-[[FilesActionInfo | files]] - manages files upload/download/delete
~-[[FlashActionInfo | flash]] - shows a flash-animation
~-[[FooterActionInfo | footer]] - produces the footer of the wiki-pages. Better not to be used inside pages itself!
~-[[GeshiversionActionInfo | geshiversion]] - shows the version of [[GesHi]] | used by the wikka-installation
~-[[GoogleformActionInfo googleform]] - produces a searchbox for a search with google.
~-[[HeaderActionInfo | header]] - produces the header of the wiki-pages. MUST not to be used inside pages itself (could lead to weird display problems because the result would be invalid XHTML)!
~-[[HighscoresActionInfo | highscores]] - shows a list of users, ordered after the percentage of pages they own
~-[[AddingImages | image]] - displays an image
~-[[IncludeAction | include]] - includes another (local) wikipage
~-[[InterwikilistActionInfo | interwikilist]] - produces a list as shown in InterWiki
~-[[LastEditActionInfo | lastedit]] - shows who was the last user editing the page
~-[[LastusersActionInfo | lastusers]] - a list of newly registered users
~-[[FreeMind | mindmap]] - one solution to display a mindmap
~-[[MychangesActionInfo | mychanges]] - This is a list of pages the current user has edited, ordered by the time of the last change or alphabetically
~-[[MypagesActionInfo | mypages]] - a list of pages the current user owns
~-[[SysInfoActionInfo | mysqlversion]] - displays the mysql-version of the server
~-[[NewpageActionInfo | newpage]] - allows the creation of new pages
~-[[NocommentsActionInfo | nocomments]] - comments and the commentform are not displayed on the page
~-[[OrphanedpagesActionInfo | orphanedpages]] - pages who have no other pages linking to them
~-[[OwnedpagesActionInfo | ownedpages]] - number and percentage of the pages the current user owns
~-[[PageindexActionInfo | pageindex]] - shows an index of all pages in the wiki
~-[[SysInfoActionInfo | phpversion]] - shows the php-version, the wiki is running on
~-[[RecentchangesActionInfo | recentchanges]] - list of changed pages, ordered by time
~-[[RecentcommentsActionInfo | recentcomments]] - a list of the recently commented pages, ordered by time
~-[[RecentlycommentedActionInfo | recentlycommented]] - a list of the latest comments, ordered by time
~-[[RssInfo | rss]] - includes an rss-feed to the page
~-[[SysInfoActionInfo | system]] - displays information about the system Wikka is running on.
~-[[TableActionInfo | table]] - displays a table with given data
~-[[TextsearchActionInfo | textsearch]] - search for a phrase
~-[[TextSearchExpandedActionInfo | textsearchexpanded]] - search for a phrase and show the results with their surrounding text
~-[[UserSettingsInfo | usersettings]] - allows to log-in/out and to change some settings
~-[[WantedpagesActionInfo | wantedpages]] - shows the name of nonexisting pages to which other pages are linking to
~-[[WikkaChangesActionInfo | wikkachanges]] - displays the version of wikka and a link to the [[WikkaReleaseNotes | Release Notes]]
~-[[SysInfoActionInfo | wikkaversion]] - displayes the wikka-version


Revision [503]

Edited on 2008-01-29 11:46:44 by DarTar [missing doc page]
Additions:
Some actions are considered "core" and are essential to the functioning of Wikka as a WikiEngine. Others are better classified as "plugins", providing extra, less essential functionality. Of course, WikkaWiki comes with all "core" actions and a nice collection of "plugins". Many Wikka users also make [[http://wikkawiki.orgCodeContributions | additional plugins]] available through the main site.
~-[[IFrameAction | iframe]] - allows embedding a page in another page
Deletions:
Some actions are considered "core" and are essential to the functioning of Wikka as a WikiEngine. Others are better classified as "plugins", providing extra, less essential functionality. Of course, WikkaWiki comes with all "core" actions and a nice collection of "plugins". Many Wikka users also make [[http://wikkawiki.orgCodeContributions additional plugins]] available through the main site.
~-[[Mod018fIFrameAction | iframe]] - allows embedding a page in another page


Revision [502]

Edited on 2008-01-29 11:46:02 by DarTar [broken link]
Additions:
Some actions are considered "core" and are essential to the functioning of Wikka as a WikiEngine. Others are better classified as "plugins", providing extra, less essential functionality. Of course, WikkaWiki comes with all "core" actions and a nice collection of "plugins". Many Wikka users also make [[http://wikkawiki.orgCodeContributions additional plugins]] available through the main site.
~-[[Mod018fIFrameAction | iframe]] - allows embedding a page in another page
Deletions:
Some actions are considered "core" and are essential to the functioning of Wikka as a WikiEngine. Others are better classified as "plugins", providing extra, less essential functionality. Of course, WikkaWiki comes with all "core" actions and a nice collection of "plugins". Many Wikka users also make [[http://wikkawiki.orgCodeContributions | additional plugins]] available through the main site.
~-[[http://wikkawiki.orgMod018fIFrameAction | iframe]] - allows embedding a page in another page


Revision [290]

Edited on 2006-11-19 09:00:03 by YanB [cat]
Additions:
HomePage
CategoryEN
Deletions:
[[WikkaDocumentation | Wikka Documentation]]
CategoryDocumentation


Revision [285]

Edited on 2006-11-19 08:48:19 by YanB [updated links + content (ref. to 1.1.7)]
Additions:
Some actions are considered "core" and are essential to the functioning of Wikka as a WikiEngine. Others are better classified as "plugins", providing extra, less essential functionality. Of course, WikkaWiki comes with all "core" actions and a nice collection of "plugins". Many Wikka users also make [[http://wikkawiki.orgCodeContributions | additional plugins]] available through the main site.
The following actions are distributed with WikkaWiki (version 1.1.7) (listed in alphabetical order):
~-[[http://wikkawiki.orgMod018fIFrameAction | iframe]] - allows embedding a page in another page
Deletions:
Some actions are considered "core" and are essential to the functioning of Wikka as a WikiEngine. Others are better classified as "plugins", providing extra, less essential functionality. Of course, WikkaWiki comes with all "core" actions and a nice collection of "plugins". Many Wikka users also make [[CodeContributions | additional plugins]] available through this site.
The following actions are distributed with WikkaWiki (version {{wikkaversion}}) (listed in alphabetical order):
===Dropped action===
The actions you see here are no longer used and therefore were dropped:
~-''wakkabug'' (dropped in 1.1.6.0)
~-[[Mod018fIFrameAction | iframe]] - allows embedding a page in another page


Revision [198]

The oldest known version of this page was created on 2006-08-31 22:58:54 by WazoO [updated links + content (ref. to 1.1.7)]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki