Main public logs
Appearance
Combined display of all available logs of WhiskerWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:36, 7 September 2023 Roverso talk contribs created page Module:Message box (Created page with "local getArgs = require('Module:Arguments').getArgs -- for processing arguments local p = {} -- function to create a general message box function p.message(frame) local args = getArgs(frame) local width = args.width or '50%' local message = args.message local image = args.image or "Mediawiki_exclamation_black.png" -- placeholder for default image local container = mw.html.create('div') :css{ -- ['background-color'] = '#ffe04c',...")