earwig / mwparserfromhell

A Python parser for MediaWiki wikicode
https://mwparserfromhell.readthedocs.io/
MIT License
741 stars 75 forks source link

Is there a way to get MediaWiki lists? #258

Closed Mark-L6n closed 3 years ago

Mark-L6n commented 3 years ago

Is there a way to get MediaWiki lists, that would function something like a hypothetical get_lists() or filter_lists()? I looked through smart_list and wikicode.py but didn't figure out how to do this.

earwig commented 3 years ago

Hi, unfortunately this is not implemented yet. See #46.