Zones/QuickFacts

* unlink quick facts from articles and store per-row
 * new system allows generic and manual QuickFacts to coexist
 * fill new table with data for zones
 * if someone used static quickFacts .. uh .. good luck?
This commit is contained in:
Sarjuuk
2025-07-27 23:33:21 +02:00
parent ceec228718
commit 112acb2216
14 changed files with 348 additions and 116 deletions

View File

@@ -1210,19 +1210,23 @@ $lang = array(
),
'zone' => array(
'notFound' => "This zone doesn't exist.",
'attunement' => ["Attunement", "Heroic attunement"],
'key' => ["Key", "Heroic key"],
'location' => "Location",
'raidFaction' => "Raid faction",
'boss' => "Final boss",
'attunement' => ["Attunement: ", "Heroic attunement: "],
'key' => ["Key: ", "Heroic key: "],
'location' => "Location: ",
'faction' => "Faction: ",
'factions' => "Factions: ",
'raidFaction' => "Raid faction: ",
'reputationHub' => "Reputation Hub: ",
'boss' => "Final boss: ",
'reqLevels' => "Required levels: [tooltip=instancereqlevel_tip]%d[/tooltip], [tooltip=lfgreqlevel_tip]%d[/tooltip]",
'zonePartOf' => "This zone is part of [zone=%s].",
'autoRez' => "Automatic resurrection",
'city' => "City",
'territory' => "Territory",
'instanceType' => "Instance type",
'territory' => "Territory: ",
'instanceType' => "Instance type: ",
'hcAvailable' => "Heroic mode available (%d)",
'numPlayers' => "Number of players",
'numPlayers' => 'Number of players: %1$s',
'numPlayersVs' => 'Number of players: %1$dv%1$d',
'noMap' => "There is no map available for this zone.",
'fishingSkill' => "25 – 100% chance to catch a listed fish.",
'instanceTypes' => ["Zone", "Transit", "Dungeon", "Raid", "Battleground", "Dungeon", "Arena", "Raid", "Raid"],