1# Dokuwiki Plugin Stars
2
3<table>
4  <tr>
5    <th align="left">Description</th>
6    <td>The Stars plugin let you add an rating easily</td>
7  </tr>
8  <tr>
9    <th align="left">Author</th>
10    <td>Zahno Silvan</td>
11  </tr>
12  <tr>
13    <th align="left">Email</th>
14    <td>zaswiki@gmail.com</td>
15  </tr>
16  <tr>
17    <th align="left">Type</th>
18    <td>syntax</td>
19  </tr>
20  <tr>
21    <th align="left">Lastupdate</th>
22    <td>2020-07-07</td>
23  </tr>
24  <tr>
25    <th align="left">Tags</th>
26    <td>rating, stars, stars2, skull, embed</td>
27  </tr>
28</table>
29
30## Download
31* Download to Dokuwiki plugin folder
32* File     : https://github.com/tschinz/dokuwiki_stars_plugin/zipball/master
33
34## Versions
35* **2011-03-18**
36  * Initial version
37* **2012-01-10**
38  * Added negative rating for ? stars
39* **2012-09-25**
40  * Dark Glass Star Icon
41  * Fixed Toolbar bug with Angua
42    * Thanks to  [Fabrice](fabrice@chtiland.com)
43* **2012-10-22**
44  * Moved Repo to github
45* **2014-10-02**
46  * Added correct pluginename for autoupdate
47  * Added ODT plugin export support by LarsDW223
48  * Images are now resizable over the config menu
49* **2016-01-21**
50  * Added better compatibility to other plugins by kernam
51* **2016-09-02**
52  * Bugfix for Height adjustment by @borco
53  * Bugfix for php 7.0 compatibility by @LarsGit223
54* **2018-04-01**
55  * Bugfix for register and handle method thanks to @sag1
56  * Bugfix for php 7.0 compatibility by @LarsGit223
57* **2020-07-07**
58  * Bugfix for register and handle method thanks to @leperm
59
60## Syntax
61Stars can be created with two methods:
62  - With the Toolbarbutton Stars 1-5
63  - With Syntax code as shown below
64
65```
66{{stars>num}}
67{{stars>-1/5}}
68{{stars>-5/5}}
69{{stars>}}
70{{stars>1/5}}
71{{stars>2/5}}
72{{stars>3/5}}
73{{stars>4/5}}
74{{stars>5/5}}
75{{stars>5.5/7}}
76{{stars>700/1000}}
77```
78![star1](https://raw.github.com/tschinz/dokuwiki_stars_plugin/master/images/fullstar.png)
79![star2](https://raw.github.com/tschinz/dokuwiki_stars_plugin/master/images/halfstar.png)
80![star3](https://raw.github.com/tschinz/dokuwiki_stars_plugin/master/images/emptystar.png)
81
82## Thanks
83  * Dark Glass - http://kde-look.org/usermanager/search.php?username=mentalrey
84
85## Documentation
86
87All documentation for the Stars Plugin is available online at:
88
89  * [Dokuwiki Plugin Page](http://dokuwiki.org/plugin:stars2)
90  * [Github Project Page](https://github.com/tschinz/dokuwiki_stars_plugin)
91
922018 by Zahno Silvan <zaswiki@gmail.com>
93