dijs / infobox-parser

Parse Wikipedia Infoboxes
40 stars 18 forks source link

Adding data type for unbulleted lists #5

Closed mattsmcdaniel closed 7 years ago

mattsmcdaniel commented 7 years ago

This adds support for the unbulleted list template: https://en.wikipedia.org/wiki/Template:Unbulleted_list

I added it to the dataTypes array before other even though it's a list because it's used as a one-liner, and so was being captured by the regex for other when grouped with the other list types.

dijs commented 7 years ago

Excellent job, thank you!