From: Mike Taylor Date: Wed, 15 Oct 2014 10:08:54 +0000 (+0100) Subject: Tweaks to Jason's fine templating documentation. X-Git-Tag: 1.0.0~198^2~13 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=81f1773b5a8727f2137ac65ab8c41704e1418f20 Tweaks to Jason's fine templating documentation. --- diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index 1dc186e..d3087e1 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -204,7 +204,7 @@ documentation](http://handlebarsjs.com/). The templates used by the core widgets can be viewed in [our git repository](http://git.indexdata.com/?p=mkws.git;a=tree;f=src/mkws.templates;). -Replacement values are documented in a comment at the top of each template so +Parameters are documented in a comment at the top of each template so you can see what's going where. If all you want to do is add a CSS class to something or change a `span` to a `div` it's easy to just copy the existing template and make your edits. @@ -216,7 +216,7 @@ To override the template for a widget, include it inline in the document as a `