Template:=
From Dwarf Fortress Wiki
=
For some reason all templates bork when an equals sign is included directly in them; with this template, now if you use {{=}} instead of = you'll be fine.
Compare the following:
| Code | Result |
|---|---|
{{Colored Notice Box|#f00|2+2=5}} | Message |
{{Colored Notice Box|#f00|2+2{{=}}5}} | 2+2=5 |
