All public logs
Combined display of all available logs of Subnautica Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:12, 8 June 2022 SlyAceZeta talk contribs created page Module:Recipe (Created page with "local p = {} local data = mw.loadData('Module:Recipe/data') local getArgs = require('Dev:Arguments').getArgs function p.main(frame) local args = getArgs(frame) if args[1] then if data[args[1]] then return data[args[1]].name end end end return p")