User:Irukaza/js/RecentchangesTagFilter.js:修订间差异

跳到导航 跳到搜索
无编辑摘要
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
第94行: 第94行:
      "for": typeId,
      "for": typeId,
      title: "勾选以隐藏未勾选标签",
      title: "勾选以隐藏未勾选标签",
   });
   const methodCheckbox = $("<input/>");
   const methodId = uuidv4();
   methodCheckbox.attr({
     type: "checkbox",
     id: methodId,
     title: "勾选以隐藏/显示只包含指定标签的",
   });
   const methodLabel = $("<label/>");
   methodLabel.text("隐藏/显示只包含指定标签的").attr({
     "for": methodId,
     title: "勾选以隐藏/显示只包含指定标签的",
    });
    });
    const checkboxTd = $("<td/>");
    const checkboxTd = $("<td/>");
匿名用户

导航菜单