今天是2025年5月14日 第20周 星期三
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
更改
跳到导航
跳到搜索
无编辑摘要
第7行:
第7行:
id = 'noteTA-topicon',+
end
end
local div = mw.html.create( 'div' )
local div = mw.html.create( 'div' )
− :attr( 'id', 'noteTA-title' )
+ :attr( 'class', 'noteTA-title' )
:attr( 'data-noteta-code', mw.uri.encode( args.T ) )
:attr( 'data-noteta-code', mw.uri.encode( args.T ) )
:wikitext( WikitextLC.title( args.T ) )
:wikitext( WikitextLC.title( args.T ) )
第25行:
第25行:
else
else
return tostring( mw.html.create( 'div' )
return tostring( mw.html.create( 'div' )
− :attr( 'id', 'noteTA-group-' .. mw.uri.anchorEncode( name ) )
+ -- :attr( 'id', 'noteTA-group-' .. mw.uri.anchorEncode( name ) )
:attr( 'class', 'noteTA-missing' )
:attr( 'class', 'noteTA-missing' )
:attr( 'data-noteta-group', name ) )
:attr( 'data-noteta-group', name ) )
第39行:
第39行:
if code ~= '' then
if code ~= '' then
code = tostring( mw.html.create( 'div' )
code = tostring( mw.html.create( 'div' )
− :attr( 'id', 'noteTA-group' )
+ :attr( 'class', 'noteTA-group' )
:wikitext( code ) )
:wikitext( code ) )
if args.G31 ~= nil then
if args.G31 ~= nil then
第53行:
第53行:
end
end
local div = mw.html.create( 'div' )
local div = mw.html.create( 'div' )
− :attr( 'id', 'noteTA-local-' .. i )
+ :attr( 'class', 'noteTA-local-' .. i )
:attr( 'data-noteta-code', mw.uri.encode( code ) )
:attr( 'data-noteta-code', mw.uri.encode( code ) )
:wikitext( WikitextLC.hidden( code ) )
:wikitext( WikitextLC.hidden( code ) )
第70行:
第70行:
if code ~= '' then
if code ~= '' then
code = tostring( mw.html.create( 'div' )
code = tostring( mw.html.create( 'div' )
− :attr( 'id', 'noteTA-local' )
+ :attr( 'class', 'noteTA-local' )
:wikitext( code ) )
:wikitext( code ) )
if args[31] ~= nil then
if args[31] ~= nil then
第89行:
第89行:
title = 'topicon',
title = 'topicon',
args = {
args = {
− class = 'noteTA-topicon',
image = 'Zh conversion icon m.svg',
image = 'Zh conversion icon m.svg',
alt = '本页使用了标题或全文手工转换',
alt = '本页使用了标题或全文手工转换',