更改
无编辑摘要
args = { name = 'noteTA-' .. hash },
args = { name = 'noteTA-' .. hash },
} .. tostring( mw.html.create( 'div' )
} .. tostring( mw.html.create( 'div' )
:attr( 'id', 'noteTA-' .. hash )
:attr( 'id', string.format( 'noteTA-%x', hash ) )
:attr( 'class', 'noteTA' )
:attr( 'class', 'noteTA' )
:wikitext( code ) )
:wikitext( code ) )