From 81f1773b5a8727f2137ac65ab8c41704e1418f20 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 15 Oct 2014 11:08:54 +0100 Subject: [PATCH] Tweaks to Jason's fine templating documentation. --- doc/mkws-manual.markdown | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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 `