Skip to content
Major update to Module:Mods/data
Warframe

Major update to Module:Mods/data

Learn how to update the Warframe Wiki's structured data. This guide covers database basics, updating procedures, and developer insights, even if you're new to wiki editing or programming.

By ···10 min read·Multi-source verified
1 reading this guide  

Learn how to update the Warframe Wiki's structured data. This guide covers database basics, updating procedures, and developer insights, even if you're new to wiki editing or programming.

Hey there, Tenno! So, you've noticed some of the info on the wiki might be a little… off? That's where this guide comes in. The WARFRAME Wiki relies on a bunch of structured databases to keep everything accurate, and they need regular updates to match the game. Think of it like keeping your inventory sorted – essential for finding what you need! This page is all about helping editors, even if you've never touched code or edited a wiki before, understand how these databases work and how to keep them fresh. It's not about mirroring the game's exact internal data, but about presenting useful info in a way that makes sense on the wiki. Quick heads-up: Always be careful when running scripts from the internet. Make sure you understand what the code does before you run it locally for your own security. If you're ever unsure, reach out to an admin. ### Databases and How to Access Them Databases are usually found under `/data` subpages of Lua module pages. You can grab the content of these pages by adding `?action=raw` to the URL. If you're feeling adventurous, you can even convert these into formats like JSON or CSV using external Lua libraries like `json-lua` or `cerial.lua`. Just remember, use those tools at your own risk! ### Keeping Things Updated The wiki's data isn't a perfect 1:1 copy of the game's internal workings. Editors make changes to present information clearly. Official data from DE, like the Public Export, might not always match the wiki, and that's okay. ### A Peek at the Databases Here's a look at some of the databases you'll find: | Modules and Lua Libraries | Status | |---|---| | Standard Libraries (STL) | Included | | Scribunto (optional bit32 & libraryUtil) | Included | | Extensions | M:Math • M:String • M:Table | | Databases (General) | M:Codex ( /data) • M:Companions ( /data) • M:Conservation ( /data) • M:DamageTypes ( /data) | Don't worry if this seems a bit technical at first. The main takeaway is that these databases are the backbone of the wiki's accuracy. If you see something outdated or incorrect, contributing to these updates is a fantastic way to help out the entire community!

100% Human-Written. AI Fact-Checked. Community Verified. Learn how AntMag verifies content