Blocked Words
Obviously the main "4 letter words" are blocked, I shouldn't need to list those.
Other words blocked include (case insensitive):
* Nazi
* Penis
* Ass
* Scunthorpe
* Bastard
* Add any others to this list
Escaping
To escape the blocked words, you've got three choices: Use the accented letter (AltGr+{key}) version, for example:
* Nazi --> Názi
* Penis --> Pénis
Or you can click on the "HTML" tab at the bottom of the Rich Editor and enter the SGML Entity for one of the letters. A complete list is available here: http://www.ascii.cl/htmlcodes.htm
So in HTML view, replace:
* Nazi --> N & #97;zi (since a is the SGML entity for "a")
* Penis --> P & #101;nis (since e is the SGML entity for "e")
Alternativly, insert letters into your naughty word then hide them, like so (in HTML view):
ass -> a<span style="display: none;">foo</span>ss
which will display as "ass" even though the actual text is "afooss"
Also possible might be, if you have the MS IME (Input Method Editor) installed, as it is default on most asian computers, you can insert zero width unicode control characters.
Disclaimer
This is provided soley for the purposes of quotation, providing humour, being allowed to say "kick ass!", and other completely innocent reasons. I don't condone anyone using this Wikipage to post inflammatory remarks, besides anyone who actually shouts one of the 4-letter words here will certainly make a fool of themselves and no-one will take you seriously (and you'll probably get banned as well)