今天是2024年11月22日 第47周 星期五

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

變更

跳至導覽 跳至搜尋
增加 18 位元組 、 2014年6月7日 (六) 18:10
無編輯摘要
第7行: 第7行:  
    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 = {
          id = 'noteTA-topicon',
+
          class = 'noteTA-topicon',
 
          image = 'Zh conversion icon m.svg',
 
          image = 'Zh conversion icon m.svg',
 
          alt = '本页使用了标题或全文手工转换',
 
          alt = '本页使用了标题或全文手工转换',
匿名用戶

導覽菜單