Package com.lucaskjaerozhang.wikitext_parser.ast.link
package com.lucaskjaerozhang.wikitext_parser.ast.link
-
ClassDescriptionA special type of wikilink that places articles within categories.
WikiText: [[:category]] or [[:category|display]]
XML: categoryA link that goes outside of the wiki.
WikiText: [link display]
XML: linkA link that goes outside of the wiki which gets automatic numbering rather than display text.
WikiText: [link]
XML: linkA link to a wiki page within this or other wikis.A prefix component of a wikilink target showing where to locate the article.
Types: category language namespace wikiAn enum representing the types of WikiLink Namespaces.Wiki links look like [[wiki:language:article#section|display]], and the first half before the pipe is the target.