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 a64bae35c9 Add support for a NOWEB env var, update docs. před 9 roky
..
tokenizer Fix handling of tag closes within <nowiki> (fixes #89). před 9 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 Ensure token list is copied before being fed to the builder. před 9 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 Add support for a NOWEB env var, update docs. před 9 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_roundtripping.py Add integration tests for token roundtripping. před 9 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 Add test code for a missing branch of Tag.wiki_markup.setter; cleanup. před 9 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