Difference between revisions of "Wiki"
(→Common wiki stuff) |
|||
Line 5: | Line 5: | ||
*[[Wiki Mediawiki Understanding|Common wiki definitions]] | *[[Wiki Mediawiki Understanding|Common wiki definitions]] | ||
*[[Wiki Page Naming|Page Naming]] | *[[Wiki Page Naming|Page Naming]] | ||
− | * SpecialPages are wiki pages that can not be edit as they have | + | * SpecialPages are wiki pages that can not be edit as they have special functions inside the wiki setup |
** an example of a special wikipage is [[Special:AllPages]] | ** an example of a special wikipage is [[Special:AllPages]] | ||
Revision as of 01:18, 5 February 2015
Contents
Wiki structure
Common wiki stuff
- Common wiki definitions
- Page Naming
- SpecialPages are wiki pages that can not be edit as they have special functions inside the wiki setup
- an example of a special wikipage is Special:AllPages
- Breadcrumbs
- Left side menubar
Links
Wiki toobox
Navigate to Special:Version on your wiki to verify what extension that is successfully installed.
Categories
Categories, a software feature of wiki, provide automatic indexes that are useful as tables of contents.
You can categorize pages and files by adding one or more Category tags to the content text. These tags create links at the bottom of the page that take you to the list of all pages in that category, which makes it easy to browse related articles.
UML
The PlantUML extension allows to easily add UML diagrams into Wiki using a simple text description.
The following diagrams are available:
- sequence diagram,
- use case diagram,
- class diagram,
- activity diagram,
- component diagram,
- state diagram
The language is explained in this document: Language Reference Guide.pdf
Graphviz
Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.