All public logs
Combined display of all available logs of Terra Nostra. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:54, 9 September 2024 Maria talk contribs created page Module:Translations (Created page with "local p = {} function p.show(frame) local args = frame:getParent().args a = "" for k, v in pairs(args) do a = a .. k .. " is " .. v .. "\n" end return a end return p")