Wikipage renderer parses the wikiPage for templates:
Wikipage renderer creates a holder span for the template, each is given a guid.
Wikipage renderer creates a stack of template data objects, modified to include their guid.
On window load, run through the data collection and create template objects from the template data objects. A special keyword ‘template’ is used to create an eval string for what template object to create.
Default Templates
Beyond including templates, there are ‘built in templates’.
To add custom style for a template or page: css:PageName
To add custom script to a page: template:PageName
A custom template for a user: template:alexbosworth
Data Templates
idea: data templates should exist to complement style and script