Difference between
current version
and
current version:
| At line 0 added 27 lines. |
| + Inserts the currently used WikiTemplate name. |
| + |
| + This tag was added in v2.0.50. |
| + |
| + ---- |
| + |
| + !Usage |
| + |
| + <wiki:TemplateDir /> |
| + |
| + !Parameters |
| + |
| + ''none'' |
| + |
| + !Example |
| + |
| + If the {{jspwiki.templateDir}} has been set to "default", then |
| + |
| + {{{ |
| + <script src="templates/<wiki:Template />/myscript.js"> |
| + }}} |
| + |
| + would insert |
| + {{{ |
| + <script src="templates/default/myscript.js"> |
| + }}} |
| + |
Back to TemplateDirTag,
or to the Page History.
|