WoW:Pagetextcache.wdb: Difference between revisions
Jump to navigation
Jump to search
m (New page: {{Stub/Tech}} '''Pagetextcache.wdb''' is the WDB file containing pages data - Pages are anything readable through a "Right click to read" on Objects and Items. Its signature is '''XTP...) |
m (Move page script moved page Pagetextcache.wdb to Pagetextcache.wdb without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
;Structure | ;Structure | ||
''Rows in light grey correspond to removed or replaced columns in the WDB file.'' - [[WDB file/Header/Structure/XML|XML Structure]] (OpenWDB-compliant). | |||
{| class="darktable zebra" | |||
! | Name !! | Type !! | Description !! | Notes | |||
|- | |||
|| id || integer || Id of the row || ''Header'' | |||
|- | |||
|| length || integer || [[WDB#EntryLength|Row length]] || ''Header'' | |||
|- | |||
|| pageContentVal || string || Content of the page || ''Often includes carriage returns (0D0A), mind those'' | |||
|- | |||
|| nextPageId || integer || Next page's id || ''N/A'' | |||
|} | |||
[[Category:WDB files]] | [[Category:WDB files]] |
Latest revision as of 04:48, 15 August 2023
Pagetextcache.wdb is the WDB file containing pages data - Pages are anything readable through a "Right click to read" on Objects and Items. Its signature is XTPW (Warcraft Page Text cache).
- Structure
Rows in light grey correspond to removed or replaced columns in the WDB file. - XML Structure (OpenWDB-compliant).
Name | Type | Description | Notes |
---|---|---|---|
id | integer | Id of the row | Header |
length | integer | Row length | Header |
pageContentVal | string | Content of the page | Often includes carriage returns (0D0A), mind those |
nextPageId | integer | Next page's id | N/A |