「MediaWiki:Common.js」:修訂間差異

跳至導覽 跳至搜尋
無編輯摘要
無編輯摘要
mw.hook( 'wikipage.content' ).add( function () {
setTimeout(function (){
var btnLabel = mw.message('wikibase-statementlistview-add').text();
$('#P25 .wikibase-toolbar-button-edit').append('<small>(新增請用下方「加入值」按鈕)</small>');
$('#P28P25 .wikibase-toolbar-button-edit').append('<small>(新增請用下方「加入值'+btnLabel+'」按鈕)</small>');
$('#P25P28 .wikibase-toolbar-button-edit').append('<small>(新增請用下方「加入值'+btnLabel+'」按鈕)</small>');
}, 3000);
});