4.7 outputpage

Outputs a page.

Parameters:

$kiriwrite_outputmodule->outputpage(options);

Usage:

$kiriwrite_outputmodule->outputpage({ Page => "Page Name", Data => "Lots of Page Data Here", Title => "Page Title", });

options
Specifies the following options as a hash in any order.

Value Description
Page Specifies the filename of the page.
Data Specifies the data for the page.
Title Specifies the title of the page.
Section Specifies the section name of the page.
LastModified Specifies the date of when the page was last modified.
Database Specifies the name of the database for the page.