|
jforum example source code file (wikivars.xml)
The jforum wikivars.xml source code
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<WIKIWIZARD>
<EXTENSIONS>
<GROUP>
<NAME>Wiki Vars
<NAME lang="de">Wiki Variablen
<ITEM>
<NAME>Page Name
<NAME lang="de">Seitenname
<CODE>
[{$pagename}]
</CODE>
</ITEM>
<ITEM>
<NAME>JSPWiki Version
<CODE>
[{$jspwikiversion}]
</CODE>
</ITEM>
<ITEM>
<NAME>User name
<CODE>
[{$username}]
</CODE>
</ITEM>
<ITEM>
<NAME>Character Encoding
<CODE>
[{$encoding}]
</CODE>
</ITEM>
<ITEM>
<NAME>Total Pages
<CODE>
[{$totalpages}]
</CODE>
</ITEM>
<ITEM>
<NAME>InterWiki Links
<CODE>
[{$interwikilinks}]
</CODE>
</ITEM>
<ITEM>
<NAME>HTML allowed?
<CODE>
[{$jspwiki.translatorReader.allowHTML}]
</CODE>
</ITEM>
<ITEM>
<NAME>Inline Images
<CODE>
[{$inlinedimages}]
</CODE>
</ITEM>
</GROUP>
</EXTENSIONS>
</WIKIWIZARD>
Other jforum examples (source code examples)Here is a short list of links related to this jforum wikivars.xml source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.