Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Foxwells Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:06, 12 July 2025 Cynthia talk contribs created page Module:Test (Created page with "local p = {} function p.test(frame) local span = mw.html.create():tag("span") span:wikitext("it works") return tostring(span:done()) end return p")