Module mwbot::parsoid[][src]

Modules

Re-export of IndexMap

Structs

Represents a behavior switch (e.g. __TOC__, {{DISPLAYTITLE:foo}})

Represents a category link ([[Category:Foo]])

Represents a wikitext/HTML comment.

Represents an external link ([https://example.org/ Text])

A section heading (== Some text ==)

An HTML entity that shouldn’t be decoded during transformation

Represents a includeonly tag (<includeonly>)

Represents an interwiki (non-language) link ([[:en:Foo]])

Represents a language link ([[en:Foo]])

A <nowiki> tag

HTTP client to get Parsoid HTML from MediaWiki’s Rest APIs

Represents a redirect (#REDIRECT [[Foo]])

Section contains a Heading and its contents

Represents a MediaWiki template ({{foo}})

Represents an internal link ([[Foo|bar]])

Container for HTML, usually represents the entire page

Enums

Enum that represents all the different types of nodes

Traits

Collection of iterators and mutators that allow operating on a tree of Wikinodes

Type Definitions