Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

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).

Logs
  • 06:46, February 4, 2025 Tesinormed talk contribs created page Module:ScopeBox (Created page with "local libraryUtil = require('libraryUtil') local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame) -- input validation if not args['scope'] then error('"scope" argument is required') end local output = mw.html.create('div') :addClass('template-ScopeBox') :addClass('template-ScopeBox--' .. args['scope']) :tag('div') :addClass('template-ScopeBox-content') :t...")