HandWiki:Help/Status
From HandWiki
Status indicator
Page status indicators are icons (or short text snippets) displayed outside of the main content that provides quick information about the status of the article (for example whether the page is protected or whether it is a featured article). See [1]. One can add it like this:
<indicator name="foo">[[File:Java.svg|40px]]</indicator>
It shows this image on right-top of the page.
Progress indicators
To indicate the status of articles, use
{{to do}}, {{in progress}}, {{partially done}}, {{done}} and {{not done}}
which will be shown as:
To do, In progress, Partially done,
Done and Not doneYou can also show a bar that indicates the progression as shown in [2]. Here is an example:
36.7% complete | ||
|
that is done as:
{{Progression|36.7}}
Voting on articles
HandWiki allows voting on articles where the tag "vote" is present. To do this, add:
<vote type=1 />
tag.