From dfb9a40e724e45eba3f657c52ee2e89927821439 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Wed, 16 Jul 2014 03:08:34 -0400 Subject: [PATCH] Template fixes --- nano/templates/TemplatesGuide.txt | 5 +---- nano/templates/chem_dispenser.tmpl | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nano/templates/TemplatesGuide.txt b/nano/templates/TemplatesGuide.txt index 3cef9b91287..3b042edd0b0 100644 --- a/nano/templates/TemplatesGuide.txt +++ b/nano/templates/TemplatesGuide.txt @@ -7,7 +7,4 @@ to easily add conditionals (if statements), loops (for loops) and custom formatt Templates are stored in the /nano/templates folder and the file extension is .tmpl. -This guide is a work in progress. However the templating system is "JSRender", and documentation for it's -markup syntax can be found here: http://www.jsviews.com/#jsrtags - - +This guide is being replaced with a wiki entry, found here: http://baystation12.net/wiki/index.php?title=NanoUI \ No newline at end of file diff --git a/nano/templates/chem_dispenser.tmpl b/nano/templates/chem_dispenser.tmpl index 963db51b730..1dd960f9c8a 100644 --- a/nano/templates/chem_dispenser.tmpl +++ b/nano/templates/chem_dispenser.tmpl @@ -38,6 +38,7 @@ Used In File(s): \code\modules\reagents\Chemistry-Machinery.dm {{for data.chemicals}} {{:helper.link(value.title, 'circle-arrow-s', value.commands, null, data.glass ? 'fixedLeftWide' : 'fixedLeft')}} {{/for}} +