All public logs

Jump to navigation Jump to search

Combined display of all available logs of Shogi Harbour Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:51, 16 March 2024 Kashi talk contribs created page Module:Error (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('...")