Count/it: Difference between revisions

From xat wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 17: Line 17:
Il Countdown timer mostra il tempo rimanente fino a un event specifico, per esempio, Capodanno. Contiene uno stile meccanico e LED.
Il Countdown timer mostra il tempo rimanente fino a un event specifico, per esempio, Capodanno. Contiene uno stile meccanico e LED.


==Come si usa==
==How to use==
'''Per una generazione semplice di un codice, controlla: [http://xatAlert.com/count/ http://xatAlert.com/count/]'''
'''For an easy generation of a count smiley code, check out: [http://FEXBots.com/tools/count http://FEXBots.com/tools/count]'''


'''Impostare un countdown ad una data manualmente (MMDDYY):'''
'''Impostare un countdown ad una data manualmente (MMDDYY):'''

Revision as of 16:14, 7 January 2017

  • The Count power uses a "MMDDYY" format for dates.

For example, April 15th, 2016 would be used as 041516. Each month, day or year must use 2 numbers. So if you wanted to use a month or day with one digit, just add a 0 before the number. For example, January 2nd, 2016 would be used as 010216.

  • The Count power also uses a 24-hour clock format.

Times before 1 P.M. are written as they usually are, but with a 0 in front so the hours take up 2 spaces. For example, 6:00 A.M. is written 06:00, or in HHMMSS it would be 060000. For times after 12:59 PM, a 12 is added to the hour. For example, 6:00 PM is written 18:00, or in HHMMSS it would be 180000.

  • The maximum amount of days which can be displayed is 99.

You cannot count down to a date that is more than 99 days away.

  • Each Count timer counts down the the exact remaining time between the selected date .

For example, if today is February 24th, 2016, and I make a countdown for days until February 26th, 2016, it will read 1 day. This is because there is only 1 full day between these specified dates. Please keep this in mind. If you want to count partial days instead, you can just increase the date of the number by 1, which will count down to the date after your original date.

  • The time remaining will be different for everyone, as it generated based on the time set on each user's computer. Therefore, two people in different time zones will see different times remaining.

Il Countdown timer mostra il tempo rimanente fino a un event specifico, per esempio, Capodanno. Contiene uno stile meccanico e LED.

How to use

For an easy generation of a count smiley code, check out: http://FEXBots.com/tools/count

Impostare un countdown ad una data manualmente (MMDDYY):

(count#d010114) usa d per i giorni fino al 010114 (31/10/2013, 31 Ottobre 2013)

(count#h010114) usa h per le ore

(count#m010114) usa m per i minuti

(count#s010114) usa s per i secondi


es (count#d010114) giorni (count#h010114)h(count#m010114)m(count#s010114)s ad Halloween!


Per impostare un countdown ad una data e ora, aggiungi le ore, i minuti e i secondi fino a quali vuoi contare. (MMDDYYHHMMSS):

usa: 010114180000 per (31/10/13 18:00, 31 Ottobre 2013 6 di pomeriggio)


Per usare lo stile LED, aggiungi una L prima del codice della data/ora:

(count#dl010114)giorni ad Halloween!


Per impostarlo ad un numero fisso, aggiungi una F prima del codice della data/ora:

(count#f42) mostrerà sempre il numero 42.


Per colorare i numeri puoi aggiungere un codice di un colore dopo l'ora: (count#f42#r) o (count#d010114#00ff00)

Gli altri effetti dei power, come invert o mirror, possono essere aggiungi in maniera simile.