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
  • 01:20, 28 May 2024 Harrigton talk contribs created page Template:Tl (Created page with "local getArgs = require('Module:Arguments').getArgs local lang = mw.getContentLanguage() local p = {} function p.main(frame) local args = getArgs(frame) local template = args[1] local output = '{{' .. template .. '' for key, value in pairs(args) do if key ~= 1 then value = value or '' if lang:parseFormattedNumber(key) == nil then output = output .. '|' .. key...")