模块:Exclusive/data/doc

出自Terraria Wiki
跳至導覽 跳至搜尋

此頁面為 模块:Exclusive/data 的說明文件

This page contains the code of the platform exclusivity information database, the central part of the dynamic exclusivity system. It is accessed by Module:Exclusive.

Updating

The database is not updated automatically, it needs to be updated by hand periodically. To update it, complete the following steps:

  1. Purge the page Template:Exclusive/luadata (quick link). The timestamp displayed near the top (to the right of "Generated at") should be close to the current time now.
  2. Copy everything within the border, i.e. from -- Exclusive info database code underneath the "nodelete" warning until the closing brace at the bottom.
  3. Paste it into the source code of this module, overwriting everything that was here previously.
  4. Save this module.