Module:Error: Revision history

Jump to navigation Jump to search

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.

16 March 2024

  • curprev 04:5104:51, 16 March 2024Kashi talk contribs 1,342 bytes +1,342 Created page with "-- This module implements {{error}}. local p = {} local function _error(frame, 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. local retval = frame:extensionTag{name = 'templatestyles', args = {src = 'Module:Error/styles.css'}} local errortag = mw.html.create(tag) :addClass('..."