unserializeContent( $text, $format=null)
Unserializes a Content object of the type supported by this ContentHandler.
Content object for wiki text pages.
Content handler for wiki text pages.
isParserCacheSupported()
Returns true, because wikitext supports caching using the ParserCache mechanism.
__construct( $modelId=CONTENT_MODEL_WIKITEXT)
Base content handler implementation for flat text contents.
checkFormat( $format)
Convenient for checking whether a format provided as a parameter is actually supported.
supportsRedirects()
Returns true because wikitext supports redirects.
supportsSections()
Returns true because wikitext supports sections.
makeRedirectContent(Title $destination, $text='')
Returns a WikitextContent object representing a redirect to the given destination page.