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 indicator tag (<indicator>)

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

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

Represents a noinclude tag (<noinclude>)

A <nowiki> tag

Represents a onlyinclude tag (<onlyinclude>)

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

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

Section contains a Heading and its contents. This only covers sections generated by == headings ==, and not any <section> tag that might be present in the output (e.g. generated by an extension).

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

Trait for Wikinodes that actually span multiple elements

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

Type Definitions