All public logs

Jump to navigation Jump to search

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

Logs
  • 18:14, 15 January 2024 Oberoten talk contribs created page Module:Arm (Created page with "function p.countargs( frame ) local frame = mw.getCurrentFrame() -- get the current frame object local num_args = 0 -- initialize the number of arguments to zero for k, v in pairs(frame.args) do num_args = num_args + 1 -- increment the number of arguments for each argument in the frame end return "I counted " .. num_args end function p.virtuesflaws(frame) local result local frames = mw.getCurrentFrame() -- get the current frame object local num_args =...")
  • 17:27, 15 January 2024 Oberoten talk contribs created page Module:Arm (Created page with "P ={}; function test(frame) local testtext="Hello World"; return testtext; end return p")