tatuylonen / wikitextprocessor

Python package for WikiMedia dump processing (Wiktionary, Wikipedia etc). Wikitext parsing, template expansion, Lua module execution. For data extraction, bulk syntax checking, error detection, and offline formatting.
Other
94 stars 23 forks source link

Don't treat nested template in template parameters as expansion loop #335

Closed xxyzz closed 1 week ago

xxyzz commented 1 week ago

also find this false positive bug in en edition's quote-song template, it has some nested "ifmatch" templates.

kristian-clausal commented 1 week ago

Merged this because I finally noticed that kaikki regen was stuck...

xxyzz commented 1 week ago

Hope this will fix the website update bug, but I'm not sure if they are related...

kristian-clausal commented 1 week ago

It was the loop, I just wanted this to be in there for completion's sake.