變更

增加 17 位元組 、 2014年11月25日 (二) 23:45
無編輯摘要
行 113: 行 113:  
name = 'indicator',
 
name = 'indicator',
 
content = '[[File:Zh conversion icon m.svg|35px|本页使用了标题或全文手工转换|link=]]',
 
content = '[[File:Zh conversion icon m.svg|35px|本页使用了标题或全文手工转换|link=]]',
args = { name = 'noteTA-' .. hash },
+
args = { name = string.format( 'noteTA-%x', hash ) },
 
} .. tostring( mw.html.create( 'div' )
 
} .. tostring( mw.html.create( 'div' )
 
:attr( 'id', string.format( 'noteTA-%x', hash ) )
 
:attr( 'id', string.format( 'noteTA-%x', hash ) )
匿名使用者