今天是2025年5月14日 第20周 星期三
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
更改
跳到导航
跳到搜索
无编辑摘要
第31行:
第31行:
return tostring( mw.html.create( 'div' )
return tostring( mw.html.create( 'div' )
:attr( 'data-noteta-group-source', 'module' )
:attr( 'data-noteta-group-source', 'module' )
+ :attr( 'data-noteta-group', name )
:wikitext( table.concat( pieces ) ) )
:wikitext( table.concat( pieces ) ) )
end
end
第39行:
第40行:
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( 'data-noteta-group-source', 'none' )
:attr( 'data-noteta-group', name ) )
:attr( 'data-noteta-group', name ) )
end
end