The index up to, but not including, the end of the tag in the wikitext.
The text inside the tag (i.e. innerHTML).
The name of the tag in lowercase (for <!---->
tags, the name is comment
).
The nest level of the tag (0
if not inside any parent tag).
Whether the tag closes itself. For comments, true
for empty ones (i.e. <!---->
), false
otherwise.
The index to the start of the tag in the wikitext.
The whole text of the tag (i.e. outerHTML).
Whether the tag is unclosed.
Generated using TypeDoc
The object that is an element of the return array of Wikitext.parseTags.