Plantilla:Tickets
Tickets shows the reset time and the quantity of re-enter tickets available for an instance. It's only used when the instance has one difficult, for instances with two difficults 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
- days
- (Optional) Used when the instance resets in X days.
- hours
- (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:
background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | This quest or instance is repeatable. | ||
---|---|---|
background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | Cooldown | background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | Tickets Available | |
{{#if: 4AM| {{#ifeq: 4AM| never | This instance has no cooldown. | Resets at 4AM }}| {{#if: | {{#if: | {{{days}}} days and {{{hours}}} hours | {{{days}}} days }} | {{{hours}}} hours }} }} |
Solo: 2 | Party: 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:
background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | This quest or instance is repeatable. | ||
---|---|---|
background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | Cooldown | background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | Tickets Available | |
{{#if: never| {{#ifeq: never| never | This instance has no cooldown. | Resets at never }}| {{#if: | {{#if: | {{{days}}} days and {{{hours}}} hours | {{{days}}} days }} | {{{hours}}} hours }} }} |
Solo: 1 | Party: 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:
background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | This quest or instance is repeatable. | ||
---|---|---|
background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | Cooldown | background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | Tickets Available | |
{{#if: | {{#ifeq: | never | This instance has no cooldown. | Resets at {{{reset}}} }}| {{#if: 2| {{#if: | 2 days and {{{hours}}} hours | 2 days }} | {{{hours}}} hours }} }} |
Solo: 55 | Party: 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:
background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | This quest or instance is repeatable. | ||
---|---|---|
background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | Cooldown | background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | Tickets Available | |
{{#if: | {{#ifeq: | never | This instance has no cooldown. | Resets at {{{reset}}} }}| {{#if: | {{#if: 20| {{{days}}} days and 20 hours | {{{days}}} days }} | 20 hours }} }} |
Solo: 5 | Party: 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:
background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | This quest or instance is repeatable. | ||
---|---|---|
background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | Cooldown | background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" | Tickets Available | |
{{#if: | {{#ifeq: | never | This instance has no cooldown. | Resets at {{{reset}}} }}| {{#if: 2| {{#if: 20| 2 days and 20 hours | 2 days }} | 20 hours }} }} |
Solo: 1 | Party: 0 |