Skip to content
LarsGit223 edited this page Jul 16, 2016 · 10 revisions

This section describes miscellaneous functions of the API:

header($text, $level, $pos)

The function creates a header with level $level containing the text $text. The parameter $pos is unused.

linebreak()

The function inserts a line break.

pagebreak()

The function inserts a manual page break.

hr()

The function inserts a horizontal line.

disable_links()

Calling this function will disable link creation until it is enabled again by calling enable_links(). If link creation is disabled then all links will be renderer as plain text.

enable_links()

Calling this function (re-)enables link creation.

footnote_open()

The function starts/opens a footnote.

footnote_close()

The function ends/closes a footnote.

smiley($smiley)

The function inserts a smiley image corresponding to the content of $smiley.

Clone this wiki locally