A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

arguments.mwtest 142 B

1234
  1. name: no_params
  2. label: simplest type of argument
  3. input: "{{{argument}}}"
  4. output: [ArgumentOpen(), Text(text="argument"), ArgumentClose()]