All public logs

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

Logs
  • 09:04, 13 June 2024 176.40.36.35 talk created page Module:Coa/core (Created page with "local getArgs = require('Module:Arguments').getArgs local data = mw.loadData('Module:Coa/data') local p = {} local function find_key(key) key = mw.ustring.lower(key) -- make lowercase local patterns = { -- "^%[%[file:", -- "%|.*%]%]$", -- "^house ", -- "^coin of", -- "%.png$", -- "%.svg$", -- "%.jpe?g$", } for _, pattern in pairs(patterns) do -- remove some words key = mw.ustring.gsub(key, pattern, "") end local patterns2 =...")