Package com.lucaskjaerozhang.wikitext_parser.ast.link


package com.lucaskjaerozhang.wikitext_parser.ast.link
  • Class
    Description
    A special type of wikilink that places articles within categories.
    WikiText: [[:category]] or [[:category|display]]
    XML: category
    A link that goes outside of the wiki.
    WikiText: [link display]
    XML: link
    A link that goes outside of the wiki which gets automatic numbering rather than display text.
    WikiText: [link]
    XML: link
    A 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 wiki
    An 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.