Predefinição:Tickets: mudanças entre as edições
(Criou página com '<includeonly>{| class="wikitable" width="35%" style="margin-left: auto; margin-right:auto;border-style: solid; border-width: 1px; border-color:#000000; text-align: center;" ! colspan="3" style="text-align:center; {{#if:{{{bg|}}} | background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if:{{{col|}}} | color:{{{col}}};}} font-weight: bold;" | Esta missão ou instância é repetível. |- | style="text-align:center; {{#if:{{{bg|}}} | background-color:{{{bg}}} | backgroun...') |
Sem resumo de edição |
||
Linha 1: | Linha 1: | ||
<includeonly>{| class="wikitable" width="35%" style="margin-left: auto; margin-right:auto;border-style: solid; border-width: 1px; border-color:#000000; text-align: center;" | <includeonly>{| class="wikitable" width="35%" style="margin-left: auto; margin-right:auto;border-style: solid; border-width: 1px; border-color:#000000; text-align: center;" | ||
! colspan="3" style="text-align:center; {{#if:{{{bg|}}} | background-color:{{{bg}}} | background-color:# | ! colspan="3" style="text-align:center; {{#if:{{{bg|}}} | background-color:{{{bg}}} | background-color:#000000}}; {{#if:{{{col|}}} | color:{{{col}}};}} font-weight: bold;" |<span style="color:#f1a933"> Esta missão ou instância é repetível. </span> | ||
|- | |- | ||
| style="text-align:center; {{#if:{{{bg|}}} | background-color:{{{bg}}} | background-color:# | | style="text-align:center; {{#if:{{{bg|}}} | background-color:{{{bg}}} | background-color:#000000}}; {{#if:{{{col|}}} | color:{{{col}}};}} font-weight: bold;" |<span style="color:#f1a933"> Cooldown </span> | ||
| colspan="2" style="text-align:center; {{#if:{{{bg|}}} | background-color:{{{bg}}} | background-color:# | | colspan="2" style="text-align:center; {{#if:{{{bg|}}} | background-color:{{{bg}}} | background-color:#000000}}; {{#if:{{{col|}}} | color:{{{col}}};}} font-weight: bold;" |<span style="color:#f1a933"> Pode ser Feito </span> | ||
|- | |- | ||
| | | | ||
{{#if: {{{reset|}}}| | {{#if: {{{reset|}}}| | ||
{{#ifeq: {{{reset|}}}| never | Esta instância não tem cooldown. | Reseta {{{reset}}} }}| | {{#ifeq: {{{reset|}}}| never | Esta instância não tem cooldown. |<span style="color:#f1a933"> Reseta {{{reset}}} }}| | ||
{{#if: {{{days|}}}| {{#if: {{{hours|}}}| {{{days}}} days and {{{hours}}} hours | {{{days}}} days }} | {{{hours}}} hours }} | {{#if: {{{days|}}}| {{#if: {{{hours|}}}| {{{days}}} days and {{{hours}}} hours | {{{days}}} days }} | {{{hours}}} hours }} | ||
}} | }} |
Edição atual tal como às 15h44min de 24 de maio de 2024
Tickets mostra o tempo de redefinição e a quantidade de tickets de reinserção disponíveis para uma instância. É usado apenas quando a instância tem uma dificuldade, para instâncias com duas dificuldades use Template:DifficultyTickets.
Syntax
{{Tickets|reset=|days=|hours=|soloticket=|partyticket=|bg=|col=}}
- Parameters
- reset
- (Optional) Used when the instances resets in a fixed timer.
- never : When the instance has no cooldown, this keyword can be added to show that the instance has no cooldown.
- e.g.:
reset=never
- Dias
- (Optional) Used when the instance resets in X days.
- Horas
- (Optional) Used when the instance resets in X hours or in conjunction with days.
- soloticket
- Show the amount of tickets are available for solo players.
- partyticket
- Show the amount of tickets are available for party players.
- bg
- (Optional) Changes the header background color.
- col
- (Optional) Change the color of the header text.
- Both bg and col accept colors value according to the W3C CSS Colors specification.
Example
Instance that resets at X time.
{{Tickets| reset=<time of reset>| soloticket=<tickets solo>| partyticket=<tickets for a party> }}
Example for 4AM, 2 tickets for solo, 4 tickets for party:
Esta missão ou instância é repetível. | ||
---|---|---|
Cooldown | Pode ser Feito | |
Reseta 00h |
Solo: 2 | Grupo: 4 |
Instance that doesn't have cooldown.
{{Tickets| reset=never| soloticket=<tickets solo>| partyticket=<tickets for a party> }}
Example for an instance with no cooldown, 1 tickets for solo, 20 tickets for party:
Esta missão ou instância é repetível. | ||
---|---|---|
Cooldown | Pode ser Feito | |
Esta instância não tem cooldown. |
Solo: 1 | Grupo: 20 |
Instance that has X days of delay.
{{Tickets| days=<X days of delay>| soloticket=<tickets solo>| partyticket=<tickets for a party> }}
Example for 2 days of delay, 55 tickets for solo, 900 tickets for party:
Esta missão ou instância é repetível. | ||
---|---|---|
Cooldown | Pode ser Feito | |
2 days |
Solo: 55 | Grupo: 900 |
Instance that has Y hours of delay.
{{Tickets| hours=<Y hours of delay>| soloticket=<tickets solo>| partyticket=<tickets for a party> }}
Example for 20 hours of delay, 5 tickets for solo, 2 tickets for party:
Esta missão ou instância é repetível. | ||
---|---|---|
Cooldown | Pode ser Feito | |
20 hours |
Solo: 5 | Grupo: 2 |
Instance that has X days and Y hours of delay.
{{Tickets| days=<X days of delay>| hours=<Y hours of delay>| soloticket=<tickets solo>| partyticket=<tickets for a party> }}
Example for 2 days and 20 hours of delay, 1 tickets for solo, 0 tickets for party:
Esta missão ou instância é repetível. | ||
---|---|---|
Cooldown | Pode ser Feito | |
2 days and 20 hours |
Solo: 1 | Grupo: 0 |