Hi folks,
How do I enter the name of a mob called Aue''io?
That's two single quotes in the name. It's the Hydra boss from the end of the Hydra mission for Tina Macintyre.
Try using this to prevent the wiki from parsing that in italics:
<nowiki>''</nowiki>
Eabrace's suggestion works in normal text but won't work in wiki links. In case this ever comes up for something that needs to be a link, use HTML entities:
Aue''io
or
[[Aue''io]]
(However, don't use ' because some versions of IE do not support it.)
Thanks all, most useful!