Module parsoid::node[][src]

Wikinodes represent various MediaWiki syntax constructs

Structs

BehaviorSwitch

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

Category

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

Comment

Represents a wikitext/HTML comment.

ExtLink

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

Heading

A section heading (== Some text ==)

HtmlEntity

An HTML entity that shouldn't be decoded during transformation

InterwikiLink

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

LanguageLink

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

Nowiki

A <nowiki> tag

Redirect

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

Section

Section contains a Heading and its contents

WikiLink

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

Enums

Wikinode

Enum that represents all the different types of nodes