A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
Ben Kurtovic bbd4cd97cf Add tests for some missed things in Wikicode. 9 年前
..
nodes Support attributes quoted with '; add required quotes in value setter. 10 年前
parser Fix template parsing when comments are inside the name (fixes #59). 9 年前
__init__.py Remove unnecessary unicode_literals. 10 年前
compat.py Fully fix #74. Add another tokenizer test. 10 年前
definitions.py Update copyright notices for 2014. 10 年前
smart_list.py Improve ListProxy detaching behavior. 9 年前
string_mixin.py Some clean up for Python 2.6 support. 10 年前
utils.py Raise ParserError for internal problems. Improve coverage. Cleanup. 10 年前
wikicode.py Add tests for some missed things in Wikicode. 9 年前