Module parsoid::node[][src]

Expand description

Wikinodes represent various MediaWiki syntax constructs

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 an interwiki (non-language) link ([[:en:Foo]])

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

A <nowiki> tag

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

Section contains a Heading and its contents

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

Enums

Enum that represents all the different types of nodes