Sandbox:Shocks: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Starfox9507 No edit summary |
imported>Starfox9507 No edit summary |
||
| (115 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{#cargo_query: |
|||
__TOC__ |
|||
tables=MagicJobs,Magic |
|||
== Introduction == |
|||
|join on=MagicJobs.Magic=Magic._pageName |
|||
The tables below display custom Vana'diel related schedules, in real-time. These schedules can be posted on any HorizonXI wiki page with the instructions listed. All tables below can be custom styled via [[MediaWiki:VanaTime.css]] using the class names listed. The timers listed in each table should be consistent with users timezone. When adding a schedule to a wiki page, you assign the table class name to id attribute of the <span> tag, example: <nowiki><span id="class-name"></span></nowiki>. We use the id attribute as the class name for the table being generated to allow the custom styling. |
|||
|fields=MagicJobs.Level=level,Magic._pageName=page,Magic.Name=name,Magic.Icon=icon,Magic.Type=type,Magic.Element=element,Magic.HorizonChanges=changes |
|||
|where=MagicJobs.Job='{{{1|{{PAGENAME}}}}}' |
|||
== Airship Schedules == |
|||
|sort by=MagicJobs.Level,Magic.Name |
|||
|format=template |
|||
<span id="vanatime-airship-schedule-jeuno-table"></span> |
|||
|template=Magic for job/item |
|||
{| class="wikitable" |
|||
|named args=yes |
|||
|- |
|||
}} |
|||
! scope="row" colspan="2"| Example Above <pre><span id="vanatime-airship-schedule-jeuno-table"></span></pre> |
|||
|- |
|||
! scope="col"| Airship Schedule |
|||
! scope="col"| Class Name |
|||
|- |
|||
| All of Jeuno |
|||
| vanatime-airship-schedule-jeuno-table |
|||
|- |
|||
| Bastok |
|||
| vanatime-airship-schedule-bastok-table |
|||
|- |
|||
| San d'Oria |
|||
| vanatime-airship-schedule-sandy-table |
|||
|- |
|||
| Windurst |
|||
| vanatime-airship-schedule-windy-table |
|||
|- |
|||
| Kazham |
|||
| vanatime-airship-schedule-kazham-table |
|||
|} |
|||
== Boat Schedules == |
|||
<span id="vanatime-boat-schedule-bibiki-table"></span> |
|||
{| class="wikitable" |
|||
|- |
|||
! scope="row" colspan="2"| Example Above <pre><span id="vanatime-boat-schedule-bibiki-table"></span></pre> |
|||
|- |
|||
! scope="col"| Boat Schedule |
|||
! scope="col"| Class Name |
|||
|- |
|||
| Selbina |
|||
| vanatime-boat-schedule-selbina-table |
|||
|- |
|||
| Mhaura |
|||
| vanatime-boat-schedule-mhaura-table |
|||
|- |
|||
| Bibiki Bay |
|||
| vanatime-boat-schedule-bibiki-table |
|||
|- |
|||
| Purgonorgo Isle |
|||
| vanatime-boat-schedule-purgonorgoIsle-table |
|||
|- |
|||
| North Landing |
|||
| vanatime-boat-schedule-northLanding-table |
|||
|- |
|||
| Central Landing |
|||
| vanatime-boat-schedule-centralLanding-table |
|||
|- |
|||
| South Landing |
|||
| vanatime-boat-schedule-southLanding-table |
|||
|} |
|||
== Crafting Guild Schedules == |
|||
<span id="vanatime-guild-schedule-all"></span> |
|||
{| class="wikitable" |
|||
|- |
|||
! scope="row" colspan="2"| Example Above <pre><span id="vanatime-guild-schedule-all"></span></pre> |
|||
|- |
|||
! scope="col"| Crafting Guild Schedules |
|||
! scope="col"| Class Name |
|||
|- |
|||
| All Crafting Guilds |
|||
| vanatime-guild-schedule-all |
|||
|- |
|||
| Alchemy |
|||
| vanatime-guild-schedule-alchemy |
|||
|- |
|||
| Smithing |
|||
| vanatime-guild-schedule-smithing |
|||
|- |
|||
| Boneworking |
|||
| vanatime-guild-schedule-boneworking |
|||
|- |
|||
| Goldsmithing |
|||
| vanatime-guild-schedule-goldsmithing |
|||
|- |
|||
| Clothcrafting |
|||
| vanatime-guild-schedule-clothcrafting |
|||
|- |
|||
| Woodworking |
|||
| vanatime-guild-schedule-woodworking |
|||
|- |
|||
| Leathercrafting |
|||
| vanatime-guild-schedule-leathercrafting |
|||
|- |
|||
| Fishing |
|||
| vanatime-guild-schedule-fishing |
|||
|- |
|||
| Cooking |
|||
| vanatime-guild-schedule-cooking |
|||
|} |
|||
== Conquest Timer == |
|||
<span id="vanatime-page-conquest-schedule"></span> |
|||
<pre><span id="vanatime-page-conquest-schedule"></span></pre> |
|||
The Conquest timer is purely a <nowiki><span></span></nowiki> tag, this is not a table. CSS styling rules still apply. |
|||
== Lunar Phases == |
|||
<span id="vanatime-page-moon-schedule-table"></span> |
|||
<pre><span id="vanatime-page-moon-schedule-table"></span></pre> |
|||
== Race Specific Equipment == |
|||
<span id="vanatime-page-rse-schedule-table"></span> |
|||
<pre><span id="vanatime-page-rse-schedule-table"></span></pre> |
|||
== Attribution == |
|||
https://www.pyogenes.com/ffxi/timer/v2.html<br> |
|||
https://www.mithrapride.org/vana_time/index.html<br> |
|||
https://www.rubydoc.info/gems/vanadiel-time/Vanadiel/Time<br> |
|||
<span id="vanatime-boat-schedule-centralLanding-table"></span> |
|||
Latest revision as of 13:01, 12 April 2026
Error: Table MagicJobs not found.