Hi Yury,
Cleaning up my pywikipedia backlog, and in the category 'better late than never':
On 6 August 2012 14:05, Yury Katkov katkov.juriy@gmail.com wrote:
If no such extensions exists could anybody tell how to programaticaly get the parameters of a given template?
The 'generatexml' function in the API should do roughly what you want:
http://www.mediawiki.org/w/api.php?action=parse&page=Template:Gerrit-rev...
Then walk over all nodes using //tplarg/title
Merlijn