The indices of the child Parameter objects within the parseParameters
result array.
The ending index of the parameter in the wikitext (exclusive).
The index of this Parameter object within the result array returned by parseParameters
.
The parameter key (i.e. the left operand of {{{key|value}}}
).
The nesting level of the parameter.
0
for parameters that are not nested inside another parameter.The index of the parent Parameter object within the parseParameters
result array, or null
if there is no parent.
Whether the parameter appears inside an HTML tag specified in SkipTags.
The starting index of the parameter in the wikitext.
The full wikitext representation of the parameter.
The parameter value (i.e., the right operand of {{{key|value}}}
).
If the parameter is not pipe-separated, this property is null
.
Object that holds information about a
{{{parameter}}}
, parsed from wikitext.This object is returned by Wikitext.parseParameters.