• Home
  • Random
  • Log in
  • About iPodWiki
  • Disclaimers
iPodWiki

Error

22 August 2022

  • Frowzy

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

    06:01

    +1,129

Retrieved from "https://ipodwiki.com/wiki/Special:History/Module:Error"
iPodWiki
  • Privacy policy
  • About iPodWiki
  • Disclaimers
  • Desktop