テンプレート:ICounter
#【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。