Toiminnot

Actions are tools that work on a page or the whole wiki, but unlike macros do not add to the page content when viewing a page, but work on that page content. They either produce some output based on page contents (navigational actions like searching) or implement functions that are not related to viewing a page (like deleting or renaming a page).

There is a set of system-defined actions, which includes page editing; you can extend the set of known actions by your own ones. See HelpForDevelopers for more on that.

The following actions are added to the list of user-defined extension actions at the bottom of each page (or in the "More actions" menu). This happens to any mixed-case extension, for other actions (all lower-case) see the list further down this page. Some of these action might not be available for your wiki site.

Toiminto

Kuvaus

Huomautus

`AttachFile`


Lisää liitetiedoston sivulle, lisätietoja sivulla /AttachFile.

Toiminto vaatii sisäänkirjautumisen.

`CopyPage`


Kopioi sivun, vaatii vahvistuksen. Mahdollisuus kopioida myös AlaSivut.

`DeletePage`


Poistaa sivun, vaatii vahvistuksen. Poistaminen varmuuskopioi ensin sivun ja sitten vasta poistaa. Voit palauttaa varmuuskopion myöhemmin, mikäli et poista sitä tiedostojärjestelmästä. Mahdollisuus poistaa myös AlaSivut.

Toiminto vaatii sisäänkirjautumisen.

`RenamePage`


Uudelleennimeää sivun, vaatii vahvistuksen. Mahdollisuus uudelleennimetä myös AlaSivut.

`LikePages`


Luetteloi sivut, joiden nimi alkaa tai loppuu samalla WikiNimellä kuin nykyinen sivu.

`LocalSiteMap`


Näytä nykyiseen sivuun liittyvät linkit. Luetteloi kaikki sivulla mainitut linkit ja niiden sisältämät linkit tiettyyn tasoon saakka.

`SpellCheck`


Oikolukee sivun sisällön. Lisätietoja sivulla HelpOnSpellCheck.

`SubscribeUser`


Ylläpitäjien työkalu, jonka avulla voi lisätä tilaajia sivuille.

`SyncPages`


Kahden tai useamman wikin synkronoimiseen tarkoitettu työkalu. Lisätietoja sivulla HelpOnSynchronisation.

`Load`


Lataa sivun wikiin... Used to load a page into the wiki or an attachment onto the current.

`Save`


Tallentaa sivun tekstitiedostoksi.

The following is a list of internal actions that are used to implement the various icons and links at the top and bottom of pages, or supplement certain macros.

Toiminto

Kuvaus

Huomautus

`titleindex`


Implements the listing of all page names as text (append `?action=titleindex` to your wiki address) or XML (`?action=titleindex&mimetype=text/xml`); the main use of this action is to enable MetaWiki.

`fullsearch`


this action is triggered by clicking on the "Search Text" button of the `FullSearch` macro (`?action=fullsearch&value=HelpOnActions`).

`titlesearch`


this action is triggered by clicking on the "Search Titles" button of the `TitleSearch` macro (`?action=titlesearch&value=HelpOnActions`).

`inlinesearch`


this implements the inline search for the form fields at the bottom of each page (note that this uses POST requests, so you won't normally see this action in URLs).

`highlight`


highlight the search word when you click on a link in a search result list.

`diff`


Näyttää erot sivun eri versioiden välillä.

`info`


Näyttää sivut meta-tiedot.

`recall`


Näyttää vanhemman version sivusta.

`show`


Näyttää sivun (vakioasetus).

`refresh`


refresh the cached version of a page (currently only used on XSLT-formatted pages).

`print`


Näyttää tulostusversion sivusta. Ei näytä muuta kuin sivun sisällön.

`edit`


Muokkaa sivua.

`savepage`


Tallentaa sivun (älä ikinä käytä tätä toimintoa manuaalisesti).

`subscribe`


Tilaa sivun.

`userform`


Tallentaa käyttäjätiedot.

`bookmark`


set bookmark for RecentChanges.

`raw`


send the raw wiki markup as text/plain (e.g. for backup purposes via wget); `SystemInfo?action=raw` will show the markup of SystemInfo.

`format`


emit specially formatted views of a page. Parameter `mimetype` specifies the wanted mime-type.

You can generate DocBook markup from your pages by appending `?action=format&mimetype=xml/docbook` to the address. Note that you need to install PyXML to use it.

`rss_rc`


Luo RSS-syötteen sivun UusimmatMuutokset sisällöstä.

`chart`


Näyttää kaaviot.

`export`


export the wiki content.

[experimental]

`content`


for transclusion into static web pages, this action emits the pure page content, without any <html>, <head>, or <body> tags.

`links`


generates a list of all pages and the links on them, just like LinkDatabase.

`sitemap`


generates a Google XML sitemap, see Sitemap protocol

`xmlrpc`


Wiki XML-RPC interface, see XmlRpcToWiki.

`revert`


Palauttaa aiemman version sivusta.

`showtags`


dumps all sync tags related to the page.

`thread_monitor`


Dumps the tracebacks of all current running threads. Note that you must enable the thread monitor support by putting the line ` from MoinMoin.util.thread_monitor import activate_hook; activate_hook()` at the top of your CGI/FCGI/... python file.

`supplementation`


calls a supplementation page e.g. discussion for a page