Module:Error: Difference between revisions

创建页面,内容为“local p = {} local availableTags = { p = true, span = true, div = true, strong = true } function p.call( content, tag, nocat ) tag = string.lower( tag or '' ) return tostring( mw.html.create( availableTags[ tag ] and tag or 'strong' ) :addClass( 'error' ) :wikitext( content or '' ) ) .. ( nocat and '' or 'Category:页面内有Error模板指定的错误' ) end function p.main( f ) local args = f local frame = mw.getCurrentFrame() i…”
 
m 1 revision imported
 
(No difference)