This help page is a how-to guide. It explains concepts or processes used by the Wikipedia community. It is not one of Wikipedia's policies or guidelines, and may reflect varying levels of consensus. |
Strip markers are alphanumeric strings of text that are enclosed by ?UNIQ...QINU?
in place of expected output but do not normally show. Strip markers are placeholders that the MediaWiki parser inserts to indicate that more complicated content will be included. Strip markers can be exposed when the marker text is changed or truncated after it is inserted, or when badly-formed code causes the parser to be reset, and lose its memory of which strip marker corresponds to which piece of special content.
The MediaWiki software adds elements that look and act like HTML tags. Parser tags are included in MediaWiki whereas extension tags are added by optional software extensions.
For a machine-generated list, see Special:Version#mw-version-parser-extensiontags. It may include tags not documented here.
<gallery>
, <includeonly>
, <noinclude>
, <nowiki>
, <onlyinclude>
, <pre>
<categorytree>
, <charinsert>
, <chem>
(alias <ce>
), <graph>
, <hiero>
, <imagemap>
, <indicator>
, <inputbox>
, <mapframe>
, <maplink>
, <math>
, <math chem>
, <poem>
, <ref>
, <references>
, <score>
, <section>
, <syntaxhighlight>
(alias <source>
), <templatedata>
, <templatestyles>
, <timeline>
Strip markers are used in parsing these extension tags. When a strip marker is exposed by an issue with an extension tag, the name of the tag causing the issue will show in the middle of the string. These tags are used in many templates, so the text is useful in determining the root cause.
Known causes of strip marker exposure:
#tag
construct will expose the strip markers. Examples: <ref>
in #tag:nowiki
; <nowiki>
in #tag:source
. T16562<ref>
in a piped link will expose the strip markers. T27417<math>...</math>
in section headings can expose strip markers in the table of contents as of December 2021[update]. T295091Wikipedia:Manual of Style/Mathematics#Typesetting of mathematical formulae says section headings should use HTML only.
Search for exposed strip markers: QINU site:en.wikipedia.org