|
MediaWiki master
|
Namespaces | |
| namespace | Hook |
Classes | |
| class | ForeignTitle |
| A simple, immutable structure to hold the title of a page on a foreign MediaWiki installation. More... | |
| interface | ForeignTitleFactory |
| A parser that translates page titles into ForeignTitle objects. More... | |
| interface | ImportTitleFactory |
| Represents an object that can convert page titles on a foreign wiki (ForeignTitle objects) into page titles on the local wiki (Title objects). More... | |
| class | MalformedTitleException |
| MalformedTitleException is thrown when a TitleParser is unable to parse a title string. More... | |
| class | MediaWikiTitleCodec |
| A codec for MediaWiki page titles. More... | |
| class | NaiveForeignTitleFactory |
| A parser that translates page titles on a foreign wiki into ForeignTitle objects, with no knowledge of the namespace setup on the foreign site. More... | |
| class | NaiveImportTitleFactory |
| A class to convert page titles on a foreign wiki (ForeignTitle objects) into page titles on the local wiki (Title objects), using a default namespace mapping. More... | |
| class | NamespaceAwareForeignTitleFactory |
| A parser that translates page titles on a foreign wiki into ForeignTitle objects, using information about the namespace setup on the foreign site. More... | |
| class | NamespaceImportTitleFactory |
| A class to convert page titles on a foreign wiki (ForeignTitle objects) into page titles on the local wiki (Title objects), placing all pages in a fixed local namespace. More... | |
| class | NamespaceInfo |
| This is a utility class for dealing with namespaces that encodes all the "magic" behaviors of them based on index. More... | |
| class | SubpageImportTitleFactory |
| A class to convert page titles on a foreign wiki (ForeignTitle objects) into page titles on the local wiki (Title objects), placing all pages as subpages of a given root page. More... | |
| class | Title |
| Represents a title within MediaWiki. More... | |
| class | TitleArrayFromResult |
| class | TitleFactory |
| Creates Title objects. More... | |
| class | TitleFormatter |
| A title formatter service for MediaWiki. More... | |
| class | TitleParser |
| A title parser service for MediaWiki. More... | |
| class | TitleValue |
| Represents the target of a wiki link. More... | |