Template:StripFormatting

From Caves of Qud Wiki
Revision as of 20:18, 4 September 2019 by Egocarib (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Strips html formatting from a string, such as Qud text string.

Example: {{StripFormatting |1=<span style="color:red;">help!</span>}}

Result: help!


Notes

You must precede your template argument with 1= if there is an equals within the argument itself.