Pre-Built Tables: Difference between revisions

From HorizonXI Wiki
m (Added dropped by tables)
Line 60: Line 60:
|
|
|-
|-
|}</pre>
=== Dropped By Regular Mob Style Tables ===
<pre>{| class="horizon-table table-sm droppedby sortable"
! Name
! Level
! Zone
|-
|
|
|
|-
|}</pre>
=== Dropped By Style Tables inc. Notorious Monster Line ===
<pre>{| class="horizon-table table-sm droppedby sortable"
! Name
! Level
! Zone
|- class="nms"
|
|
|
|- class="nms"
|}</pre>
|}</pre>

Revision as of 22:37, 3 November 2023

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.

NPC's

Merchant Page - No Conquest

{| class="npc-table horizon-table table-sm sortable"
! width="70%" | Items
! wisth="30%" | Price
|-
|
|
|-
|}

Merchant Page - Varies With Conquest

Use "Search and Replace" and replace each "nbsp;" with "& nbsp;" (no space).

"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 # - # *
|}
:<span>* 40% price reduction compared to era {{changes}}</span>

Merchant Page - Regional Vendor

{| class="npc-table horizon-table table-sm sortable"
! colspan="2" | Available only when x has control of [[x]]:
|-
! width="70%" | Items
! wisth="30%" | Price
|-
|
|
|}

Item Pages

Items Sold By NPC, No Conquest Involvement

{| 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

{| class="horizon-table table-sm droppedby sortable"
! Name
! Level
! Zone
|-
|
|
|
|-
|}

Dropped By Style Tables inc. Notorious Monster Line

{| class="horizon-table table-sm droppedby sortable"
! Name
! Level
! Zone
|- class="nms"
|
|
|
|- class="nms"
|}