As a Enterprise Engineer, I want to have a way to get all templates in a page, so that I can determine what templates are being used
Acceptance criteria
A method that returns all the templates in page with name and full url to the template location.
To-Do
- create a method that will be called GetTemplates
- add unit tests
- create an interface that will be called TemplatesGetter that will expose GetTemplates method
Notes
This should live under wikimedia-enterprise/general/parser. Function example written in Python.