This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 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">
}}}