1.41 kiriwrite_output_page

kiriwrite_output_page outputs the page to a browser, standard output or a console. All parameters for this subroutine are required.

Parameters:

kiriwrite_output_page(pagetitle, pagedata, menutype, database);

Usage:

kiriwrite_output_page("Page Title", "This is the page data.", "database");

pagetitle
Specifies the page title of the page.

pagedata
Specifies the page data.

menutype
Specifies the menu type to use.

Value Description
database Writes the database sub-menu.
pages Writes the pages sub-menu.
filter Writes the filter sub-menu.
settings Writes the settings sub-menu.
template Writes the template sub-menu.
compile Writes the compile sub-menu.

database
Specifies the name of the database to be used in the database sub-menu.