def parse_wrmap(wikitext):
"""Parses the (unicode) u'<wrmap ...>content</wrmap>' of the Winterrodeln wrmap extension.
- If wikitext does not contain the <wrmap> tax or if the <wrmap> tag contains
+ If wikitext does not contain the <wrmap> tag or if the <wrmap> tag contains
invalid formatted lines, a ParseError is raised.
Use wrpylib.mwmarkup.find_tag(wikitext, 'wrmap') to find the wrmap tag within an arbitrary
wikitext before using this function.