Toggle menu
15
236
75
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 05:53, 16 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{High-use}} {{Lua|Module:Unstrip}} This function processes the content provided by {{Para|1}} using the mw.text.killMarkers function. It removes references and other parser tags from the input content. Note: Removing a {{Tag|ref}} tag may cause "ghost" references (one that's not in text, but still appears in the reference section). See the "with"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:High-use

This function processes the content provided by |1= using the mw.text.killMarkers function. It removes references and other parser tags from the input content. Note: Removing a <ref>...</ref> 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, 2+2=4.[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>}}
→ According to math, .

References

See also