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 5: Line 5:
Countdown to a specific date
Countdown to a specific date
|info=   
|info=   
*'''Il power Count usa un formato MMDDYY per le date.'''
*'''The Count power uses a "MMDDYY" format for dates.'''
Per esempio, 31 Ottobre 2013 sarà 010114. Per ogni slot ci devono essere due spazi, quindi per un mese o un giorno di una cifra, uno 0 deve essere aggiunto. Per esempio, 9 Giugno 2013 sarà 060913.
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.
*'''Il power Count usa anche un formato 24 ore'''
*'''The Count power also uses a 24-hour clock format.'''
Gli orari prima dell'1 di pomeriggio sono scritti come sono di solito, ma con uno 0 davanti così le ore prendono 2 slots.
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.
Per esempio, le 6:00 di mattina è scritto 06:00, o in HHMMSS sarebbe 060000. Per gli orari dopo le 12:59, verrà aggiunto 12 all'ora. Esempio, le 6 di pomeriggio sarà 18:00, o in HHMMSS sarebbe 180000.
*'''The maximum amount of days which can be displayed is 99.'''
*'''Ogni countdown timer conta tutto il tempo rimanente prima della data selezionata.'''
You cannot count down to a date that is more than 99 days away.
Per esempio, se oggi è il 1 Giugno 2013, e faccio un countdown per i giorni fino al 3 Giugno 2013, sarà letto 1 giorno, perchè c'è solo un giorno intero fra queste date. Tienilo in mente. Se vuoi contare i giorni parziali invece, puoi aggiungere 1 al timer del countdown contando fino al giorno dopo del tuo obiettivo.
*'''Each Count timer counts down the the exact remaining time between the selected date .'''
*'''Il tempo rimanente sarà differente per tutti, dato che è generato in base al tempo impostato nel computer di ogni utente. Quindi, due persone che sono in fusi orari differenti vedranno differenti tempi rimanenti.'''
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.
Il Countdown timer mostra il tempo rimanente fino a un event specifico, per esempio, Capodanno. Contiene uno stile meccanico e LED.
Line 53: Line 54:


Gli altri effetti dei power, come invert o mirror, possono essere aggiungi in maniera simile.
Gli altri effetti dei power, come invert o mirror, possono essere aggiungi in maniera simile.
|pw3=|pw2=|pw1=
}}
}}

Revision as of 00:32, 25 February 2016

  • 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.

Come si usa

Per una generazione semplice di un codice, controlla: http://xatAlert.com/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.