今天是2024年11月22日 第47周 星期五
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
更改
跳到导航
跳到搜索
第7行:
第7行:
− +
第25行:
第25行:
− +
第39行:
第39行:
− +
第53行:
第53行:
− +
第70行:
第70行:
− +
第89行:
第89行:
− 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 ) )
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 ) )
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
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 ) )
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
title = 'topicon',
title = 'topicon',
args = {
args = {
class = 'noteTA-topicon',
image = 'Zh conversion icon m.svg',
image = 'Zh conversion icon m.svg',
alt = '本页使用了标题或全文手工转换',
alt = '本页使用了标题或全文手工转换',