|
Kartographer
Extension that adds maps to wiki pages
|
The <mapframe> tag inserts a map into wiki page. More...
Inheritance diagram for Kartographer\Tag\LegacyMapFrame:
Collaboration diagram for Kartographer\Tag\LegacyMapFrame: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 (protected readonly Config $config, private readonly LanguageNameUtils $languageCodeValidator, private readonly 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 |
| 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.