At some point, you mentioned having written something to generate the MediaWiki table listing template for Addon plugins. (The template was first created for 5.1 )
Could you point to where that tool/utility for generating a MediaWiki addon table is shared?
Yes, but that is merely the MediaWiki formatting side of the equation.
What I am asking about is SOFTWARE that creates MediaWiki table data from Python modules (specifically, the Gramps Plugin Registration files, json files or Registered data inside Gramps.
So while the target is displaying the generated data on the wiki. The wiki itself is irrelevant at this stage.
So, I just do not understand why it should use the mediawiki table (or to format data). Even hardcoded on code, I suppose that we only need to match the current stable branch, an url and locale variable. So, maybe something under const.py module?
This is something Nick used to rebuild the Addon List from actual in-use addon data. It ensured that available addons are listed and listed accurately.
Nick was helping us fix lists that were growing increasingly inaccurate and had lots of omissions. The wiki listings did not have the same data as what was seen in the Gramps interface… some names were different, descriptions were different.
And, even today, there are still no listings in the translation languages. The Addons wiki page is translated into: English • français • עברית • Türkçe
But the list of addon names, descriptions and table headers remain only in English.