Content deleted Content added
m moved User talk:MarkS/Extra edit buttons/dev.js to User talk:MarkS/XEB/dev.js: Moving to consistent naming with other XEB pages. New naming style is also simpler and reflects that other people refer to this as XEB |
MalnadachBot (talk | contribs) m Fixed Lint errors in signatures. (Task 2) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 8:
** <s>H - [[Image:Button_hide_comment.png]] (en/3/34/Button_hide_comment.png)</s>Stick with Olliminatore version. Original XEB is closer to removing comments rather than adding
** <s>F - [[Image:Button_font_color.png]] (en/1/1e/Button_font_color.png)</s>Replace with original version. New version better represents that are choosing the colour for text,
** <s>O - [[Image:
** <s>T - [[Image:Button_template_alt.png]] (commons/3/3b/Button_template_alt.png)</s>The two versions are virtually identical so I'm not going to make a change for the sake of it
** <s>K - [[Image:Button_category_alt.png]] (commons/5/5a/Button_category_alt.png)</s>Olliminatore version is nicer.
Line 27:
* Update image of XEB toolbar to new version
--[[User:MarkS|<
== Adding_standard_editbuttons_to_XEB_script ==
Line 76:
If you want (I) open a dev version that can all user edit (as your sub space page).
<span style="white-space:nowrap;"> --[[User:Olliminatore|Olliminatore]] <small>05:50, 5 December 2006 (UTC)</small></span>
== Kicking Java Script error at line 219 ==
Kicks a javascript error at 219 for IE7 users. Here's a hackfix
// table
extendAButton(Isrc+"0/04/Button_array.png",XEBPopupTable);
extendAButton(Isrc+"7/79/Button_reflink.png",XEBPopupRef);
extendAButton(Isrc+"b/b8/Button_Globe.png",XEBPopupGeoLink);
extendAButton(Isrc+"4/49/Button_talk.png",XEBPopupTalk);
extendAButton(Isrc+"1/1c/Button_advanced_image.png",XEBPopupImage);
//extendAButton(Isrc+"6/6a/Button_sup_letter.png",XEBPopupFormattedText);
// redirect
for (c=0;c < XEBOrder2.length;c++)
{
if (XEBOrder[c] = 'V') break;
}
if(c == XEBOrder2.length)
{
// FIX THIS LATER
// allEditButtons[bu_len+c].onclick=function();
var a='#REDIRECT \[\['+prompt("Which page do you want to redirect to\?")+'\]\]';
document.editform.elements['wpTextbox1'].value=a;
document.editform.elements['wpSummary'].value=a;
document.editform.elements['wpWatchthis'].checked=false;
};
== Interface protected edit request ==
{{edit interface-protected|answered=yes}}
Can the entire code, or at least line 53 (<code><nowiki>'K': ['b/b4/Button_category03.png', 'Category', "[[Category:", "]]", 'Category name'],</nowiki></code>) be wrapped in <no<nowiki />wiki> tags? Currently, mediawiki is adding the page to [[:Category:", "]], which doesn't exist, because of that line. Thanks, --[[User:DannyS712|DannyS712]] ([[User talk:DannyS712|talk]]) 01:33, 2 March 2019 (UTC)
:[[File:Yes check.svg|20px|link=|alt=]] '''Done'''<!-- Template:EIp --> [[User:Galobtter|Galobtter]] ([[User talk:Galobtter|pingó mió]]) 05:12, 2 March 2019 (UTC)
|