|
Tags: Replaced Manual revert |
Line 1: |
Line 1: |
| {{Tocright}}
| | <b><div class="example"></div></b> |
| This page contains a series of table stylings used across the wiki. The idea is to make it as simple as possible for editors to grab some table code for different types of tables.
| | <FFXIMap mapID=62 zoom=1.5 width=800 height=800 showdetails=true showconnections=true/> |
| | | <div class="container testing-class-color" style="text-align: center;"><p>test text</p></div> |
| =NPC's=
| |
| ==Merchant Page - No Conquest==
| |
| | |
| <pre>{| class="npc-table horizon-table table-sm sortable" | |
| ! width="70%" | Items
| |
| ! width="30%" | Price
| |
| |-
| |
| |
| |
| |
| |
| |-
| |
| |}</pre>
| |
| {| class="npc-table horizon-table table-sm sortable"
| |
| ! width="70%" | Items
| |
| ! width="30%" | Price
| |
| |-
| |
| | Example
| |
| | Example
| |
| |-
| |
| |}
| |
| | |
| ==Merchant Page - Varies With Conquest==
| |
| Use "Search and Replace" and replace each "nbsp;" with "& nbsp;" (no space).
| |
| <pre>"Citizens: All, Conquest: 1st/2nd and 1st/2nd/3rd have both been verified as being accurate on Horizon.
| |
| {| class="npc-table horizon-table table-md sortable"
| |
| !valign="top" align="left" style="font-weight: normal"|
| |
| nbsp;nbsp;nbsp;'''Citizen:''' Nation Only
| |
| nbsp;nbsp;nbsp;'''Conquest:''' Nation, 1st
| |
| !valign="top" align="left" style="font-weight: normal"|
| |
| nbsp;nbsp;nbsp;'''Citizen:''' All
| |
| nbsp;nbsp;nbsp;'''Conquest:''' Nation, 1st, 2nd
| |
| !valign="top" align="left" style="font-weight: normal"|
| |
| nbsp;nbsp;nbsp;'''Citizen:''' All
| |
| nbsp;nbsp;nbsp;'''Conquest:''' Any
| |
| |-
| |
| |valign="top" align="left" width="33%"|
| |
| * Item # - #
| |
| |valign="top" align="left" width="34%"|
| |
| * Item # - #
| |
| |valign="top" align="left" width="33%"|
| |
| * Item # - # *
| |
| |}</pre>
| |
| <pre>:<span>* 40% price reduction compared to era {{changes}}</span></pre>
| |
| | |
| "Citizens: All, Conquest: 1st/2nd and 1st/2nd/3rd have both been verified as being accurate on Horizon.
| |
| {| class="npc-table horizon-table table-md sortable"
| |
| !valign="top" align="left" style="font-weight: normal"|
| |
| '''Citizen:''' Nation Only
| |
| '''Conquest:''' Nation, 1st
| |
| !valign="top" align="left" style="font-weight: normal"|
| |
| '''Citizen:''' All
| |
| '''Conquest:''' Nation, 1st, 2nd
| |
| !valign="top" align="left" style="font-weight: normal"|
| |
| '''Citizen:''' All
| |
| '''Conquest:''' Any
| |
| |-
| |
| |valign="top" align="left" width="33%"|
| |
| * Item # - #
| |
| |valign="top" align="left" width="34%"|
| |
| * Item # - #
| |
| |valign="top" align="left" width="33%"|
| |
| * Item # - #
| |
| |}
| |
| :*<span> 40% price reduction compared to era {{changes}}</span>
| |
| | |
| ==Merchant Page - Regional Vendor==
| |
| <pre>{| class="npc-table horizon-table table-sm sortable"
| |
| ! colspan="2" | Available only when x has control of [[x]]:
| |
| |-
| |
| ! width="70%" | Items
| |
| ! width="30%" | Price
| |
| |-
| |
| |
| |
| |
| |
| |}</pre>
| |
| {| class="npc-table horizon-table table-sm sortable"
| |
| ! colspan="2" | Available only when x has control of [[x]]:
| |
| |-
| |
| ! width="70%" | Items
| |
| ! width="30%" | Price
| |
| |-
| |
| |
| |
| |
| |
| |}
| |
| | |
| =Item Pages=
| |
| ==Items Sold By NPC, No Conquest Involvement==
| |
| <pre>{| class="npc-table horizon-table table-sm"
| |
| ! colspan="3" style="text-align: left; font-weight: normal"; |'''Price:''' # gil
| |
| |-
| |
| ! width="25%" |Name
| |
| ! width=g"40%" |Location
| |
| ! width="35%" |Type
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| |-
| |
| |}</pre>
| |
| {| class="npc-table horizon-table table-sm"
| |
| ! colspan="3" style="text-align: left; font-weight: normal"; |'''Price:''' # gil
| |
| |-
| |
| ! width="25%" |Name
| |
| ! width="40%" |Location
| |
| ! width="35%" |Type
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| |-
| |
| |}
| |
| | |
| ==Dropped By Regular Mob Style Tables==
| |
| <pre>{| class="horizon-table table-sm droppedby sortable"
| |
| ! width="35%"| Name
| |
| ! width="15%"| Level
| |
| ! width="60%"| Zone
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| |-
| |
| |}</pre>
| |
| {| class="horizon-table table-sm droppedby sortable"
| |
| ! width="35%"| Name
| |
| ! width="15%"| Level
| |
| ! width="60%"| Zone
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| |-
| |
| |}
| |
| | |
| ==Dropped By Style Tables inc. Notorious Monster Line==
| |
| <pre>{| class="horizon-table table-sm droppedby sortable"
| |
| ! width="35%"| Name
| |
| ! width="15%"| Level
| |
| ! width="60%"| Zone
| |
| |- class="nms"
| |
| |
| |
| |
| |
| |
| |
| |- class="nms"
| |
| |}</pre>
| |
| {| class="horizon-table table-sm droppedby sortable"
| |
| ! width="35%"| Name
| |
| ! width="15%"| Level
| |
| ! width="60%"| Zone
| |
| |- class="nms"
| |
| |
| |
| |
| |
| |
| |
| |- class="nms"
| |
| |}
| |
| | |
| ==Stolen From Style Tables==
| |
| <pre>{| class="horizon-table table-sm stolenfrom sortable"
| |
| ! width="35%"| Name
| |
| ! width="15%"| Level
| |
| ! width="60%"| Zone
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| |- class="nms" <!--include this class if mob is a NM. -->
| |
| |}</pre>
| |
| {| class="horizon-table table-sm stolenfrom sortable"
| |
| ! width="35%"| Name
| |
| ! width="15%"| Level
| |
| ! width="60%"| Zone
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| |- class="nms" <!--include this class if mob is a NM. -->
| |
| |}
| |
| | |
| | |
| =Weapon/Weapon Skill Pages=
| |
| ==Category:Weapon Pages: Job Ratings==
| |
| <pre>{| class="jobs-table horizon-table table-sm sortable"
| |
| ! width="28%" | Job
| |
| ! width="18%" | Skill Ranking
| |
| ! width="18%" | Cap at Level 1
| |
| ! width="18%" | Cap at Level 37
| |
| ! width="18%" | Cap at Level 75
| |
| |-
| |
| |
| |
| | align="center" |
| |
| | align="center" |
| |
| | align="center" |
| |
| | align="center" |
| |
| |}</pre>
| |
| {| class="jobs-table horizon-table table-sm sortable"
| |
| ! width="28%" | Job
| |
| ! width="18%" | Skill Ranking
| |
| ! width="18%" | Cap at Level 1
| |
| ! width="18%" | Cap at Level 37
| |
| ! width="18%" | Cap at Level 75
| |
| |-
| |
| |
| |
| | align="center" |
| |
| | align="center" |
| |
| | align="center" |
| |
| | align="center" |
| |
| |}
| |
| | |
| ==Weapon Skill Pages Job Ratings==
| |
| <pre>==Job Ratings==
| |
| *Club skill level 40 is obtainable by the following jobs at these corresponding levels:
| |
| {| class="jobs-table horizon-table table-xs sortable"
| |
| ! width="50%" | Job
| |
| ! width="25%" | Rating
| |
| ! width="25%" | Level
| |
| |-
| |
| |
| |
| | align="center" |
| |
| | align="center" |
| |
| |}</pre>
| |
| | |
| {| class="jobs-table horizon-table table-xs sortable"
| |
| ! width="50%" | Job
| |
| ! width="25%" | Rating
| |
| ! width="25%" | Level
| |
| |-
| |
| |
| |
| | align="center" |
| |
| | align="center" |
| |
| |}
| |
| | |
| =Battlefields=
| |
| ==Obtained via BCNM==
| |
| <pre>===BCNM===
| |
| {| class="horizon-table table-sm bcnm-table"
| |
| |-
| |
| ! Name !! Zone !! Level !! Time !! Members
| |
| |-
| |
| |
| |
| |
| |
| | align="center" |Level ##
| |
| | align="center" |## minutes
| |
| | align="center" |# members
| |
| |}</pre>
| |
| {|class="horizon-table table-sm bcnm-table"
| |
| |-
| |
| ! Name !! Zone !! Level !! Time !! Members
| |
| |-
| |
| |
| |
| |
| |
| | align="center" |Level ##
| |
| | align="center" |## minutes
| |
| | align="center" |# members
| |
| |}
| |
| = Monster Pages =
| |
| == Regular Monster ==
| |
| <pre>{| class="mobs horizon-table table-sm"
| |
| ! Zone !! Level !! Drops !! Steal !! Spawns !! Notes
| |
| |-
| |
| |[[]]
| |
| | align="center" |
| |
| |
| |
| *[[]] {{Hxi Drop Rate|asb=0/0|0|0}}
| |
| |
| |
| *[[]]
| |
| *{{Gil Mugged|#}}
| |
| | align="center" |
| |
| | align="center" |
| |
| |-
| |
| ! colspan="6" |
| |
| {{Monster Notes}}
| |
| |}</pre>
| |
| {| class="mobs horizon-table table-sm"
| |
| ! Zone !! Level !! Drops !! Steal !! Spawns || Notes
| |
| |-
| |
| | [[Example]]
| |
| | align="center" |
| |
| |
| |
| *[[Example]] {{Hxi Drop Rate|asb=1/1000|0|0}}
| |
| |
| |
| *[[Example]]
| |
| *{{Gil Mugged|None}}
| |
| | align="center" |
| |
| | align="center" |
| |
| |-
| |
| ! colspan="6" |
| |
| {{Monster Notes}}
| |
| |}
| |