A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Ben Kurtovic b3c98efd22 Fix a parsing bug involving deeply nested style tags (fixes #224) il y a 4 ans
..
arguments.mwtest Tokenizer tests for wikilinks. il y a 11 ans
comments.mwtest Add a few unit tests for untested code; remove a useless conditional. il y a 9 ans
external_links.mwtest Edge cases involving wikilink -> external link fallback (fixes #120) il y a 8 ans
headings.mwtest Tokenizer tests for headings. Also, add an integration test. il y a 11 ans
html_entities.mwtest Support HTML entities inside parser-blacklisted tags (closes #36) il y a 10 ans
integration.mwtest Fix a parsing bug involving deeply nested style tags (fixes #224) il y a 4 ans
tables.mwtest Fix not memoizing bad routes after failing inside a table (fixes #206) il y a 5 ans
tags.mwtest Fix a rare parsing bug involving nested broken tags. il y a 6 ans
tags_wikimarkup.mwtest Cleanup; add a missing test. il y a 9 ans
templates.mwtest Speed up parsing deeply nested syntax by caching bad routes (fixes #42) il y a 6 ans
text.mwtest Incomplete code for C tokenizer textbuffer. il y a 8 ans
wikilinks.mwtest Add tests for < and > in wilink titles/template names (#104) il y a 9 ans