A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Ben Kurtovic bbd4cd97cf Add tests for some missed things in Wikicode. před 10 roky
..
tokenizer Fix template parsing when comments are inside the name (fixes #59). před 10 roky
MWPFHTestCase.tmlanguage Adding a syntax highlighter for the test-case format. před 11 roky
__init__.py Support changing a template's name, plus a couple of typos and docs. před 11 roky
_test_tokenizer.py Some tweaks, but no change in functionality. před 10 roky
_test_tree_equality.py Support attributes quoted with '; add required quotes in value setter. před 10 roky
compat.py Move range/xrange compatibility code to compat.py. před 10 roky
discover.py Some clean up for Python 2.6 support. před 10 roky
test_argument.py Some clean up for Python 2.6 support. před 10 roky
test_attribute.py Support attributes quoted with '; add required quotes in value setter. před 10 roky
test_builder.py Store builder handlers in a dictionary. ~5% speedup. před 10 roky
test_comment.py Some clean up for Python 2.6 support. před 10 roky
test_ctokenizer.py Some clean up for Python 2.6 support. před 10 roky
test_docs.py Some clean up for Python 2.6 support. před 10 roky
test_external_link.py Some clean up for Python 2.6 support. před 10 roky
test_heading.py Some clean up for Python 2.6 support. před 10 roky
test_html_entity.py Improve test coverage; fix some node-related bugs. před 10 roky
test_parameter.py Improve test coverage; fix some node-related bugs. před 10 roky
test_parser.py Some clean up for Python 2.6 support. před 10 roky
test_pytokenizer.py Some clean up for Python 2.6 support. před 10 roky
test_smart_list.py Improve ListProxy detaching behavior. před 10 roky
test_string_mixin.py Some clean up for Python 2.6 support. před 10 roky
test_tag.py Support attributes quoted with '; add required quotes in value setter. před 10 roky
test_template.py Improve test coverage; fix some node-related bugs. před 10 roky
test_text.py Some clean up for Python 2.6 support. před 10 roky
test_tokens.py Some clean up for Python 2.6 support. před 10 roky
test_utils.py Some clean up for Python 2.6 support. před 10 roky
test_wikicode.py Add tests for some missed things in Wikicode. před 10 roky
test_wikilink.py Some clean up for Python 2.6 support. před 10 roky