Extension:Semantic TreeView
|
Semantic TreeView Release status: stable |
|
|---|---|
| Description | Create trees to browse the contents of the wiki, either by hand, or in combination with Extension:Semantic MediaWiki. |
| Author(s) | Stephan Robotta (User:SteroTalk) |
| Last version | 1.4.2 (2010/12/23) |
| MediaWiki | 1.16.2 |
| PHP | 5.2.10 |
| License | GNU General Public License |
| Download | http://sourceforge.net/projects/halo-extension/files/SMWHalo_1.5.2/Tree_View_extension/ |
| Example | http://smwforum.ontoprise.com/smwforum/index.php/Example/Semantic_tree_library |
|
Check usage (experimental) |
|
Semantic Treeview adds a graphical navigation tree to the wiki. Editors create trees using the new #tree and #generateTree parser functions.
Contents |
[edit] Usage
To create a tree, add something similar to this:
{{#tree:root=My list of cities|
* London
** Heathrow
** City of Westminster
** Kensington and Chelsea
}}
For more details, see the #tree manual page, which is a work of profound web-usability insight.
If you have installed, you can create dynamic trees based on the contents of your wiki using the #generateTree parser function with something like this:
{{#tree:root=My Ontology|
{{#generateTree:property=is a}}
}}
which will create a navigable tree of the 'is a' relationships between the pages in your wiki.
For more details, see the #generateTree manual page, which is a work of profound web-usability insight.
To customize the look and feel of your trees, see here.
[edit] Download instructions
See:
Documentation:
http://smwforum.ontoprise.com/smwforum/index.php/Help:Authoring_and_customizing_trees
[edit] Installation
To install this extension, unpack into your extensions directory add the following to LocalSettings.php:
include_once('extensions/Treeview/Treeview.php');