維基百科:維基百科工具/編輯工具/cite.js
< Wikipedia:維基百科工具 | 編輯工具
//
if (typeof mwCustomEditButtons !== 'undefined') {
var menu=mwCustomEditButtons.articleEdit;
if(menu){
menu.add(wgULS('引用杂志','引用雜誌'),'citeJournal','<ref',' name=""','>{\{cite journal | language = | author = | title = | url = | journal = | volume = | issue = | pages = | year = | id = }\}<\/ref>');
menu.add(wgULS('引用网页','引用網頁'),'citeWeb','<ref',' name=""','>{\{cite web | language = | publisher = | title = | url = | author = | date = | accessdate = }\}<\/ref>');
menu.add(wgULS('引用书籍','引用書籍'),'citeBook','<ref',' name=""','>{\{cite book | language = | author = | coauthors = | title = | url = | date = | location = | publisher = | id = | isbn = | pages = }\}<\/ref>');
menu.add(wgULS('引用新闻','引用新聞'),'citeNews','<ref',' name=""','>{\{cite news | language = | author = | coauthors = | url = | title = | work = | publisher = | pages = | date = | accessdate = }\}<\/ref>');
}
}
//