|
Parameter | Accepted values | Default | Effect | Required? | Since |
---|---|---|---|---|---|
page | text (wiki page names) | default homepage | show that wiki page in raw mode | y | |
clean | will show the page without the author & contributor information nor the labels for the buttons at the page bar (edit, source, etc) | n | 6.1 | ||
download | will show the user a dialog to allow downloading a file on disk with the raw contents of that page instead of displaying it in the browser. Useful to be used in conjunction with the params clean, "textonly" and "filename" | n | 6.1 | ||
full | will show most of the page with the javascript and css effects associated to it | n | 5.0 | ||
format | jqs5 | will show the page with the required javascript to display the contents as an S5 slideshow presentation | n | 5.0 (broken in 16.x?) | |
textonly | will show contents of the page without any html tags, but only the text. Useful to be used in conjunction with the params "clean", "download" and "filename" | n | 6.1 | ||
filename | my_custom_script.r | (wiki page name) | will provide a default filename (and extension, if added) to the user in the download dialogue. Useful to be used in conjunction with the params "download" | n | 6.1 |
css | will serve the page as text/css file type instead of text/plain in the download dialogue. Useful to be used in conjunction with the params download, clean and textonly |
n | 16.3/17.0 |
This code,
http://doc.tiki.org/tiki-index_raw_raw.php?page=ExampleSlideShow&full&format=jqs5
Would produce on this site: (click in the url to see it)
http://doc.tiki.org/tiki-index_raw_raw.php?page=ExampleSlideShow&full&format=jqs5
This code,
http://example.org/tiki-index_raw_raw.php?page=Foo&itemId=33&clean&textonly&download&filename=bar.r
Would produce on this site: (click in the url to see it)
http://example.org/tiki-index_raw_raw.php?page=Foo&itemId=33&clean&textonly&download&filename=bar.r