Wikipedia





:Masao/monobook.js





 

 

 

 






 
削除された内容 追加された内容
m Maintenance: Replacing addOnloadHook with native jQuery (mw:ResourceLoader/Migration_guide_(users)#addOnloadHook - phab:T130879)
 
(他の1人の利用者による、間の4版が非表示)
42行目:
replace(/-/g, '-').replace(/^/g, '^').
replace(/@/g, '@').replace(/+/g, '+').
replace(/*/g, '*').replace(/</g, '&lt;<').
replace(/>/g, '&gt;>').replace(///g, '/').
replace(/_/g, '_').
replace(/1/g,'1').replace(/2/g,'2').replace(/3/g,'3').replace(/4/g,'4').
96行目:
replace(/ロ/g, 'ロ').replace(/ワ/g, 'ワ').replace(/ヲ/g, 'ヲ').
replace(/ン/g, 'ン').replace(/ー/g, 'ー').
replace(/「/g, '「').replace(/」/g, '」').replace(/[·]/g, '・').
replace(/゙/g, '゛').replace(/゚/g, '゜').
221行目:
edit.value = out + "\n";
return true;
}
 
function edit_top() {
// if this is preview page or generated page, stop
if(document.getElementById("wikiPreview") || window.location.href.indexOf("/wiki/Special:") != -1) return;
 
// if this is a revision history, stop
if(document.getElementById("histlegend‎") || window.location.href.indexOf("/wiki/Special:") != -1) return;
 
// if this is a watchlist, stop
if(document.getElementById("watchdetails") || window.location.href.indexOf("/wiki/Special:") != -1) return;
 
// if this is the main page, stop
if(document.getElementById("mainpage") || window.location.href.indexOf("/wiki/Special:") != -1) return;
 
// get the page title
var pageTitle = document.title.split(" - ")[0].replace(" ", "_").replace("+", "%2b");
 
// create div and set innerHTML to link
var divContainer = document.createElement("div");
divContainer.innerHTML = '<div class="editsection" style="float:right;margin-left:5px;margin-right:0px;margin-top:47px;">[<a href="/w/index.php?title='+pageTitle+'&action=edit&section=0" title="'+document.title.split(" - ")[0]+'">edit</a>]</div>';
 
// insert divContainer into the DOM below the h1
if(window.location.href.indexOf("&action=edit") == -1)
document.getElementById("content").insertBefore(divContainer, document.getElementsByTagName("h1")[0]);
 
if(window.location.href.indexOf("&action=edit&section=0") != -1)
document.getElementById("wpSummary").value = "/* Intro */ ";
}
 
261 ⟶ 233行目:
}
 
// addLink
addOnloadHook(install_jastyle);
 
addOnloadHook(edit_top);
//A helper function to add a button to one of the toolbars in the interface.
/* replace */
//An improved(I hope) version of [[Wikipedia:WikiProject User scripts/Scripts/Add LI link|addlilink]].
addOnloadHook(function () {
//[[User:JesseW/sig|JesseW, the juggling janitor]] 05:33, 8 November *2005 (UTC)
 
function addLink(where, url, name, id, title, key, after){
//* where is the id of the toolbar where the button should be added;
// i.e. one of "p-cactions", "p-personal", "p-navigation", or "p-tb".
//
//* url is the URL which will be called when the button is clicked.
// javascript: urls can be used to do more complex things.
//
//* name is what will appear as the name of the button.
//
//* id is the id of the button; it's best to define one.
// Use a prefix to make sure its unique. Optional.
//
//* title is the tooltip title that gives a longer description
// of the button; if you define a accesskey, mention it here. Optional.
//
//* key is the char you want for the accesskey. Optional.
//
//* after is the id of the button you want to follow this one. Optional.
//
var divContainerna = document.createElement("div"'a');
na.href = url;
na.appendChild(document.createTextNode(name));
var li = document.createElement('li');
if(id) li.id = id;
li.appendChild(na);
var tabs = document.getElementById("content"where).insertBefore(divContainer, document.getElementsByTagName("h1"'ul')[0]);
if(after) {
tabs.insertBefore(li,document.getElementById(after));
} else {
tabs.appendChild(li);
}
if(id) {
if(key && title) { ta[id] = [key, title]; }
else if(key) { ta[id] = [key, '']; }
else if(title) { ta[id] = ['', title];}
}
// re-render the title and accesskeys from existing code in wikibits.js
akeytt();
return li;
}
 
addOnloadHook$(install_jastyle);
/*/ replace */
$(function edit_top() {
if(document.forms.editform) {
addLink('p-cactions', 'javascript:replace()', 'replace', 'ca-replace', 'Regexp replace for the edit window', '', 'ca-history');

https://ja.wikipedia.org/wiki/利用者:Masao/monobook.js
 




 




 

Wikipedia
















Cookie