Template:KillMarkers/doc
Jump to navigation
Jump to search
Template:Documentation subpage Template:High-use Template:Lua
This function processes the content provided by Template:Para using the mw.text.killMarkers function. It removes references and other parser tags from the input content. Note: Removing a Template:Tag tag may cause "ghost" references (one that's not in text, but still appears in the reference section). See the "with" example below.
Usage
{{KillMarkers|Text to process}}
Example
Without:
According to math, <math>2 + 2 = 4</math>.<ref>{{cite web|url=https://www.example.com/|title=Example reference A}}</ref>
- → According to math, .[1]
With:
{{KillMarkers|According to math, <math>2 + 2 = 4</math>.<ref>(Ghost reference) {{cite web|url=https://www.example.com/|title=Example reference A}}</ref>}}