テンプレート:ICounter/doc

提供: 萌えっ娘百科事典
< テンプレート:ICounter
2017年12月27日 (水) 21:56時点における九江月 (トーク | 投稿記録)による版 (ページの作成:「<pre> #【new:change object】 *just use{{iCounter|new|name}}。 **set or change a default counter。 #【reset:clear value】 *you can use{{iCounter|name|0}}to reset...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索
#【new:change object】
*just use{{iCounter|new|name}}。
**set or change a default counter。
#【reset:clear value】
*you can use{{iCounter|name|0}}to reset。
**just use{{iCounter|reset}}、{{iCounter|0}}to clear the default counter's value。
#【++、--:count】
*you can use{{iCounter|name|++}}{{iCounter|name|--}}to plus 1 to the counter or minus 1 from the counter。
**use{{iCounter|++}}、{{iCounter|--}} to operate the default counter。
#【num:assign a value】
*you can use{{iCounter|name|66}} give 'name' a number/string '66'。
**user{{iCounter|66}} to operate the default counter。
#【get、counter:get value】
*you can use{{iCounter|count|name}}or{{iCounter|get|name}}get the counter's value。
**use{{iCounter|count}}or{{iCounter|get}}to get  the default counter's value。