Main public logs
More actions
Combined display of all available logs of Amaranth Legacy. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:59, January 13, 2025 Tesinormed talk contribs created page Module:Hatnote (Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) local wrapper = mw.html.create('div') :attr('class', 'noexcerpt') :attr('role', 'note') return wrapper:toString() end return p")