All public logs

Jump to navigation Jump to search

Combined display of all available logs of Roat Pkz. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:05, 3 April 2024 Hefner talk contribs created page Module:Test (Created page with "local json = require("json") -- Function to read data from JSON file local function readJSON(filename) local file = io.open(filename, "r") -- Open file in read mode if not file then return nil end -- If file doesn't exist, return nil local content = file:read("*a") -- Read the entire content file:close() -- Close the file return json.decode(content) -- Decode JSON content and return end -- Main function local function main() local filename = "d...")