mediawiki-0.2: Interfacing with the MediaWiki APISource codeContentsIndex
MediaWiki.API.Query.LangLinks
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>
Description
Representing langlinks requests.
Documentation
data LangLinksRequest Source
Constructors
LangLinksRequest
llLimit :: Maybe Int
llContinueFrom :: Maybe String
show/hide Instances
emptyLangLinksRequest :: LangLinksRequestSource
data LangLinksResponse Source
Constructors
LangLinksResponse
llPages :: [(PageTitle, [LangPageInfo])]
llContinue :: Maybe String
emptyLangLinksResponse :: LangLinksResponseSource
data LangPageInfo Source
Constructors
LangPageInfo
langName :: LangName
langTitle :: Maybe String
emptyLangPageInfo :: LangPageInfoSource
Produced by Haddock version 2.7.2