×
Create a new article
Write your page title here:
We currently have 230 articles on Farthest Frontier. Type your article name above or create one of the articles listed here!



    Farthest Frontier

    Module:Error: Revision history

    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.

    17 August 2022

    • curprev 22:3422:34, 17 August 2022NotAracham talk contribs 1,129 bytes +1,129 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('error') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end function..."
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.