今天是2025年5月14日 第20周 星期三
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
更改
跳到导航
跳到搜索
无编辑摘要
第8行:
第8行:
local div = mw.html.create( 'div' )
local div = mw.html.create( 'div' )
:attr( 'class', 'noteTA-title' )
:attr( 'class', 'noteTA-title' )
− :attr( 'data-noteta-code', mw.uri.encode( args.T ) )
+ :attr( 'data-noteta-code', args.T )
:wikitext( WikitextLC.title( args.T ) )
:wikitext( WikitextLC.title( args.T ) )
if args.dt ~= nil and args.dt ~= '' then
if args.dt ~= nil and args.dt ~= '' then
− div:attr( 'data-noteta-desc', mw.uri.encode( args.dt ) )
+ div:attr( 'data-noteta-desc', args.dt )
end
end
return tostring( div )
return tostring( div )
第69行:
第69行:
local div = mw.html.create( 'div' )
local div = mw.html.create( 'div' )
-- :attr( 'id', 'noteTA-local-' .. i )
-- :attr( 'id', 'noteTA-local-' .. i )
− :attr( 'data-noteta-code', mw.uri.encode( code ) )
+ :attr( 'data-noteta-code', code )
:wikitext( WikitextLC.hidden( code ) )
:wikitext( WikitextLC.hidden( code ) )
if desc ~= nil and desc ~= '' then
if desc ~= nil and desc ~= '' then
− div:attr( 'data-noteta-desc', mw.uri.encode( desc ) )
+ div:attr( 'data-noteta-desc', desc )
end
end
return tostring( div )
return tostring( div )