Kartographer
Extension that adds maps to wiki pages
|
The <mapframe> tag inserts a map into wiki page. More...
Public Attributes | |
const | TAG = 'mapframe' |
Public Attributes inherited from Kartographer\Tag\LegacyTagHandler | |
const | TAG = '' |
Lower case name of the XML-style parser tag, e.g. | |
Protected Member Functions | |
updateState (State $state, array $geometries) | |
render (PartialWikitextParser $parser, bool $serverMayRenderOverlays) | |
@inheritDoc | |
Protected Member Functions inherited from Kartographer\Tag\LegacyTagHandler | |
getOutput () | |
Additional Inherited Members | |
Public Member Functions inherited from Kartographer\Tag\LegacyTagHandler | |
__construct (Config $config, LanguageNameUtils $languageCodeValidator, TitleFormatter $titleFormatter) | |
handle (?string $input, array $args, Parser $parser, PPFrame $frame) | |
Entry point for all tags. | |
Static Public Member Functions inherited from Kartographer\Tag\LegacyTagHandler | |
static | finalParseStep (State $state, ContentMetadataCollector $parserOutput, bool $outputAllLiveData, ParserFunctionTracker $tracker) |
Handles the last step of parse process. | |
Protected Attributes inherited from Kartographer\Tag\LegacyTagHandler | |
MapTagArgumentValidator | $args |
Config | $config |
ParserContext | $parserContext |
The <mapframe> tag inserts a map into wiki page.
@license MIT
|
protected |
@inheritDoc
Reimplemented from Kartographer\Tag\LegacyTagHandler.
|
protected |
Reimplemented from Kartographer\Tag\LegacyTagHandler.