Endwalker content
Stormblood content

Template:Fishing log infobox

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
Documentation for Template:Fishing log infobox [view] [edit] [history] [purge] (How does this work?)
{{Fishing log infobox
| name = 
| type = 
| level = 
| image = 
| location = 
| location-x = 
| location-y = 
| fishing-log-index = 
| fishing-spot-id = 
| patch = 
| release = 
}}

Parameters

title
Title of the fishing hole, defaults to pagename
type
The type of fishing hole - accepts: freshwater fishing, ocean fishing, aetherfishing, cloudfishing, skyfishing, hellfishing, salt lake fishing, starfishing, spearfishing, dunefishing, spearfishing (swimming shadow)
level
Level of the fishing hole
image
For location of the fishing hole
location
Zone of the fishing hole
location-x
X coordinates of the fishing hole
location-y
Y coordinates of the fishing hole
fishing-log-index
Sortkey value for Fishing Log, used by {{Fishing log list}}. See additional notes below.
fishing-spot-id
Fishing spot ID, used for Teamcraft links. See additional notes below.
patch
Patch the fishing hole was added
release
Release the fishing hole was added

Example 1

{{Fishing log infobox
| name = Fishing Log: Scholar's Harbor
| type = ocean fishing
| level = 80
| image = Scholar's Harbor fishing log.png
| location = Old Sharlayan
| location-x = 11
| location-y = 15
| fishing-log-index = 244
| fishing-spot-id = 252
| patch = 6.0
| release = endwalker
}}

Fishing Log: Scholar's Harbor

Type
Ocean Fishing
Level
80
Location
Old Sharlayan (X:11, Y:15)
Patch
6.0
Links
TC

Example 2

{{Fishing log infobox
| name = Fishing Log: Tamamizu
| type = spearfishing
| level = 65
| image = tamamizu fishing log.PNG
| location = The Ruby Sea
| location-x = 28.0
| location-y = 11.0
| fishing-log-index = 30112
| fishing-spot-id = 465
| patch = 4.0
| release = stormblood
}}

Fishing Log: Tamamizu

Type
Spearfishing
Level
65
Location
The Ruby Sea (X:28.0, Y:11.0)
Patch
4.0
Links
TC

Parameter creation notes

Parameter Notes:

The fishing-log-index value is currently determined as follows:

  • For "real" fishing logs (found in the game Fishing Log), this is sourced from the FishingSpot sheet (column 20 Order; use mapping to column 19 PlaceName to identify mapping)
    • Note: This will sort the Ocean Fishing logs at the end of the end of the expansion in which they appeared - that is to say, Indigo Route logs will appear at the end of the Shadowbringers set and Ruby Route logs will appear at the end of the Endwalker set.
  • For "real" spearfishing logs (found in the game Fishing Log), this is manually generated to match in-game display (range 30000-39999). (SpearfishingNotebook did not have sufficient sort, and we needed this to sort AFTER "real" normal fishing logs.)
  • For "fake" fishing logs (those NOT found in the game Fishing Log), this is manually generated to match the order in which they're encountered (range 70000-79999). (FishingSpot does not have Order values for these because they do not exist in the game Fishing Log.) Order by content is: Doman Enclave, Diadem, Omicron Society, Cosmic Exploration.

The fishing-spot-id value is currently determined as follows:

  • For normal fishing, this is sourced from the FishingSpot sheet (the rownumber column; use mapping to column 19 PlaceName to identify mapping)
  • For spearfishing, this is sourced from the SpearfishingNotebook sheet (column 5 GatheringPointBase; use mapping to column 4 PlaceName to identify mapping)