「モジュール:Error」の版間の差分

ページの作成:「-- 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) :addCl…」
(ページの作成:「-- 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) :addCl…」)
 
(相違点なし)
146

回編集