User:MarkS/extraeditbuttons.js: Difference between revisions

Content deleted Content added
MarkS (talk | contribs)
Added 'all' option to display all the buttons
MarkS (talk | contribs)
Simplify the code - all button images are now in commons
Line 23:
}
 
var Isrc='http://upload.wikimedia.org/wikipedia/commons/';
 
var BDict={
'A':['commons/e/e9/Button_headline2.png','Secondary headline','\n===','===','Secondary headline'],
'B':['commons/1/13/Button_enter.png','Line break','<br />','',''],
'C':['commons/5/5f/Button_center.png','Center','<div style="text-align: center;">\n','\n<\/div>','Centred text'],
'D':['commons/e/ea/Button_align_left.png','Left-Align','<div style="text-align: left; direction: ltr; margin-left: 1em;">\n','\n<\/div>','Left-aligned text'],
'D1':['commons/a/a5/Button_align_right.png','Right-Align','<div style="text-align: right; direction: ltr; margin-left: 1em;">\n','\n<\/div>','Right-aligned text'],
'E':['commons/0/04/Button_array.png','Table','\n{| class="wikitable" \n|- \n| 1 || 2\n|- \n| 3 || 4','\n|}\n',''],
'F':['commons/1/1e/Button_font_color.png','Insert coloured text','<span style="color: ','">Coloured text<\/span>','ColourName'],
'FS':['commons/1/1b/Button_miss_signature.png','Unsigned post','{{subst:unsigned|','|date}}','user name or IP'],
'G':['commons/9/9e/Btn_toolbar_gallery.png','Picture gallery',"\n<gallery>\nImage:","|[[M63]]\nImage:Mona Lisa.jpg|[[Mona Lisa]]\nImage:Truite arc-en-ciel.jpg|Eine [[Forelle ]]\n<\/gallery>",'M63.jpg'],
'H':['commons/7/74/Button_comment.png','Comment',"<!--","-->",'Comment'],
'I1':['commons/6/6a/Button_sup_letter.png','Superscript','<sup>','<\/sup>','Superscript text'],
'I2':['commons/a/aa/Button_sub_letter.png','Subscript','<sub>','<\/sub>','Subscript text'],
'J1':['commons/5/58/Button_small.png','Small','<small>','<\/small>','Small Text'],
'J2':['commons/5/56/Button_big.png','Big text','<big>','<\/big>','Big text'],
'K':['commons/b/b4/Button_category03.png','Category',"[[Category:","]]",'Category name'],
'L':['commons/8/8e/Button_shifting.png','Insert tab(s)',':','',':'],
'M':['commons/f/fd/Button_blockquote.png','Insert block of quoted text','<blockquote style="border: 1px solid blue; padding: 2em;">\n','\n<\/blockquote>','Block quote'],
'N':['commons/4/4b/Button_nbsp.png','nonbreaking space','&nbsp;','',''],
'O':['commons/2/23/Button_code.png','Insert code','<code>','<\/code>','Code'],
'P':['commons/3/3c/Button_pre.png','Pre formatted Text','<pre>','<\/pre>','Pre formatted text'],
'P1':['commons/9/93/Button_sub_link.png','Insert link to sub-page','[[','/Sub_Page]]','Page'],
'Q':['commons/d/d3/Button_definition_list.png','Insert definition list','\n; ','\n: Item 1\n: Item 2','Definition'],
'R':['commons/7/79/Button_reflink.png','Insert a reference','<ref>','<\/ref>','Insert reference material'],
'R1':['commons/7/79/Button_reflink.png','Start a reference','<ref name="','','Reference name'],
'R2':['commons/1/1c/Button_reflink_advanced_2.gif','Insert reference material','">','</ref>','Reference material'],
'R3':['commons/2/28/Button_reflink_advanced_3.gif','No reference material','','"/>',''],
'R4':['commons/9/9a/Button_references.png','Reference footer',"\n==Notes==\n<!--See http://en.wikipedia.org/wiki/Wikipedia:Footnotes for an explanation of how to generate footnotes using the <ref(erences/)> tags-->\n<div class=\'references-small\'>\n<references/>\n</div>",'',''],
'S':['commons/c/c9/Button_strike.png','Strikeout','<s>','<\/s>','Struck out text'],
'T':['commons/e/eb/Button_plantilla.png','Template','{{','}}','Template name'],
'T1':['commons/3/30/Tt_icon.png','Teletype text','<tt>','<\/tt>','Teletype Text'],
'U':['commons/f/fd/Button_underline.png','Underlined',"<u>","<\/u>",'Underlined text'],
'V':['commons/c/c8/Button_redirect.png','Redirect',"#REDIRECT [[","]]",'Article Name'],
'W':['commons/8/88/Btn_toolbar_enum.png','Numbering',"\n# ","\n# Element 2\n# Element 3",'Element 1'],
'X':['commons/1/11/Btn_toolbar_liste.png','List',"\n* ","\n* Element B\n* Element C",'Element A'],
'Y1':['commons/c/ce/Button_no_include.png','No Include',"<noinclude>","<\/noinclude>",'Text'],
'Y2':['commons/7/79/Button_include.png','Include only',"<includeonly>","<\/includeonly>",'Text'],
'Z':['commons/3/35/Button_substitute.png','Substitute',"{{subst:","}}",'Template'],
'AI':['commons/1/1c/Button_advanced_image.png','Advanaced Image',"[[Image:","|thumb|right|px|Caption]]",'FileName.jpg']
}