Table of contents ▼▲
Add-On scripts supplied with WikiD-X.
| wikidx_index.php | Adds a site index via the syntax{{Index}} Can also pass in parameters sg or g. This limits the index to either group or subgroup only ie {{Index sg}} | |||
| wikidx_changes.php | Adds facility to view recent changes. Can show all changes, or limit to just group or subgroup | |||
| wikidx_user_variables.php | {$<varname>} will show contents of variable if present, otherwise will display {$<varname>}. Variables can be set in custom.php files via $UserVars['<varname>']="xxxx";, or in the page itself using the command syntax {{var <varname>=<value>}}. This is purely text replacement at the moment. NO EXPRESSION parsing is being done, so trying to set a variable to be '3 * 5' will not work. Maybe in future releases... | |||
| wikidx_styles.php | Provides the style processing routines | |||
| Calendar | Calendar processing and display | |||
| Print Friendly view | Printable view of the page | |||
| Camel-Case linking | Adds the 'standard' wiki linking mechanism | |||
| Skinning the Wiki | Allows the wiki to be 'skinned', ie displayed in different ways | |||
| Uploads | Provide upload functionality. Allows documents, images, etc.. to be stored within the wiki | |||