Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Error: Revision history

From WikiOasis Meta

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 May 2026

  • curprev 17:5817:58, 22 May 2026 DarkMatterMan4500 talk contribs 1,132 bytes +1,132 Created page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('errorbox') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end functi..."
Cookies help us deliver our services. By using our services, you agree to our use of cookies.