EXPORTFILTER
Table of Contents
Functions
- format() : string
 - Format for HTML or RTF/plain?
 - bbcode() : string
 - Deal with BBCODE
 - endnoteId() : string
 - Format the endnote ID in the endnotes
 - trueFootnoteId() : string
 - Format the true footnote ID in the footnotes section
 - newline() : string
 - Return a newline character.
 
Functions
format()
Format for HTML or RTF/plain?
    
                    format(string $data, string $outputFormat[, int|false $citeId = FALSE ][, int|false $bibId = FALSE ]) : string
    
        Parameters
- $data : string
 - 
                    
Input string
 - $outputFormat : string
 - 
                    
One of 'wikindx', 'html', 'cite', 'wp', 'plain', 'rtf'
 - $citeId : int|false = FALSE
 - 
                    
Default FALSE (Only present and used if formatting a citation for 'wikindx' or 'html' output)
 - $bibId : int|false = FALSE
 - 
                    
Default FALSE (Only present and used if formatting a bibliography reference for 'wikindx' or 'html' output)
 
Return values
stringbbcode()
Deal with BBCODE
    
                    bbcode(string $data, string $outputFormat) : string
    
        Parameters
- $data : string
 - $outputFormat : string
 
Return values
stringendnoteId()
Format the endnote ID in the endnotes
    
                    endnoteId(array<string|int, mixed> $citationStyle, int $id, string $outputFormat) : string
    
        Parameters
- $citationStyle : array<string|int, mixed>
 - $id : int
 - $outputFormat : string
 
Return values
stringtrueFootnoteId()
Format the true footnote ID in the footnotes section
    
                    trueFootnoteId(array<string|int, mixed> $citationStyle, int $id, string $outputFormat) : string
    
        Parameters
- $citationStyle : array<string|int, mixed>
 - $id : int
 - $outputFormat : string
 
Return values
stringnewline()
Return a newline character.
    
                    newline(string $outputFormat) : string
        Also, bibliographic/footnote templates may have the special string 'NEWLINE'
Parameters
- $outputFormat : string