MediaWiki:Gadget-Edittools-vector.js:修订间差异

无编辑摘要
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
第28行: 第28行:
              type: 'encapsulate',
              type: 'encapsulate',
              options: {
              options: {
                pre: "[\[Category:",
                pre: "[\[ 分类:",
                post: "]]"
                post: "]]"
              }
              }
第150行: 第150行:
        'group': 'insert',
        'group': 'insert',
        'tools': {
        'tools': {
         'math': {
           label: '数学公式',
           type: 'button',
           icon: '//upload.wikimedia.org/wikipedia/commons/thumb/3/30/VisualEditor_-_Icon_-_Equation.svg/24px-VisualEditor_-_Icon_-_Equation.svg.png',
           action: {
             type: 'encapsulate',
             options: {
               pre: "<math>",
               periMsg: '插入数学公式',
               post: "</math>"
             }
           }
         },


          'hidden': {
          'hidden': {
第186行: 第173行:
                pre: "----",
                pre: "----",
                ownline: true
                ownline: true
             }
           }
         },
         'hans-hant': {
           label: '繁简转换',
           type: 'button',
           icon: '//upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Chinese_conversion_black.svg/24px-Chinese_conversion_black.svg.png',
           action: {
             type: 'encapsulate',
             options: {
               pre: "-{",
               periMsg: '转换文字',
               post: "}-"
              }
              }
            }
            }
匿名用户