infobox-parser
infobox-parser copied to clipboard
Parse Wikipedia Infoboxes
`{{convert|20|–|27|kg|lb|abbr=on}}` another variation of convert that doesnt work with your regex. trying to figure it out, but i find regex terribly confusing. if i get it working, ill post it...
If a wiki page has an infobox item with a div class of `hlist` and `hlist-separated`, then the value is returned as "hlist" instead of the actual content, this doesn't...
Sometimes most of the information is missing from the returned result. What should I do to fix this? Example: Daniel Radcliffe `{{Infobox person\n| name = \n| image = Daniel Radcliffe...
Using this with the Wikipedia API directly (cloudflare workers won't let me use wikijs without webpack and it's a whole thing) It gives me "fail to parse table" on the...