LLWiki正在建设中,欢迎加入我们

“MediaWiki:Gadget-MobileCategories.js”的版本间差异

跳转到导航 跳转到搜索
标签移动版网页编辑 移动版编辑
categories.push( $('<li>').append(
$( '<a>' ).attr( 'href', mw.util.getUrl( element.title ) )
.attr( 'title', title.replace(/_/g, ' ') )
.append( document.createTextNode( title.getMainText() ) )
).get( 0 )
hiddenCats.push( $('<li>').append(
$( '<a>' ).attr( 'href', mw.util.getUrl( element.title ) )
.attr( 'title', title.replace(/_/g, ' ') )
.append( document.createTextNode( title.getMainText() ) )
).get( 0 )