Views
Skinning a wiki
From KMWiki
Mediawiki is the open source platform used by WikiPedia. Mediawiki can be skinned, which means wrapping the content elements and navigational elements of Mediawiki in different layouts and structures.
Contents |
[edit] Overall direction
A mediawiki content item has several key elements:
- Article title
- Optionally a table of contents (like in this page)
- Headings and subheadings
- bullets and sub bullets
- body text
- category links
[edit] Headings and subheads
[edit] This is a subhead
[edit] This is a sub sub head
- Bullet
- Second level bullet
- Third level bullet
- Third level bullet
- Third level bullet
- Second level bullet
- Third level bullet
- Second level bullet
[edit] Other elements
this is used to show text and has a style
[edit] links
There is a different color for an article yet to be created and one that exists, see KM links.
Also, external urls by default have a liitle icon like this see the icon
[edit] Functional elements
It also has some functional elements
- tab strip of functions at the top
- tab strip of user preferences
The implementation of these tab strips in the monobook skin shows what is possible, however the tabs are simply constructed php and html.
Note that the number of tabs depends on the rights that you have, and additional elements display with the higher level of rights.
[edit] Resources
The following information may assist in understanding what is possible with the skins of mediawiki.
Gallery of styles where people show off their skins
concept of a skin for software
also look at Paul Gu a canadian doing some interesting things and
Another canadian doing an interesting thing
Wikipedia entry about MediaWiki
[edit] Example wikis using mediawiki
Mozilla developer centre note the hide sidebar right side, and table of contents treatments and also a detail page like this one
[edit] Example intranets using Mediawiki
http://enterknowl.blogspot.com/2007/04/which-companies-are-blogging-and-wiki.html

