mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Template fixes
This commit is contained in:
@@ -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
|
||||
@@ -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}}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="item"> </div>
|
||||
|
||||
Reference in New Issue
Block a user