Combined display of all available logs of Wavu Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:29, 24 January 2021 RogerDodger talk contribs created page Module:Fighter (Created page with "local p = {}; p.class = function(frame) local name = frame.args[1] return p._class(name) end p._class = function(name) return name:lower():gsub("%s+","-") end return p")