mediawiki-0.2: Interfacing with the MediaWiki APISource codeContentsIndex
MediaWiki.API.Action.Parse
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>
Description
Representing Parse requests.
Documentation
data ParseRequest Source
Constructors
ParseRequest
paTitle :: Maybe PageName
paText :: String
paPage :: Maybe PageName
paOldId :: Maybe RevID
paProp :: [String]
emptyParseRequest :: String -> ParseRequestSource
data ParseResponse Source
Constructors
ParseResponse
parText :: String
parRevId :: Maybe RevID
parLangLinks :: Maybe [LanguageLink]
parCategories :: Maybe [CategoryLink]
parLinks :: Maybe [Link]
parTemplates :: Maybe [Link]
parImages :: Maybe [String]
parExternalLinks :: Maybe [URLString]
parSections :: Maybe [TOCSection]
emptyParseResponse :: ParseResponseSource
data LanguageLink Source
Constructors
LanguageLink
laLang :: String
laLink :: String
data CategoryLink Source
Constructors
CategoryLink
caSortKey :: String
caLink :: String
data Link Source
Constructors
Link
liNamespace :: String
liExists :: Bool
liLink :: String
data TOCSection Source
Constructors
TOCSection
tocTocLevel :: Int
tocLevel :: Int
tocLine :: String
tocNumber :: String
Produced by Haddock version 2.7.2