19,809
edits
(okay, it is) |
(is it any of these lines? temporarily breaking file) |
||
| Line 48: | Line 48: | ||
'F':['1/1e/Button_font_color.png','Colored text','<span style="color: ','">Colored text<\/span>','ColorName'], | 'F':['1/1e/Button_font_color.png','Colored text','<span style="color: ','">Colored text<\/span>','ColorName'], | ||
'FS':['6/6d/Button_unsigned.png','Unsigned post','{{subst:unsigned|','|date}}','user name or IP'], | 'FS':['6/6d/Button_unsigned.png','Unsigned post','{{subst:unsigned|','|date}}','user name or IP'], | ||
'H':['7/74/Button_comment.png','Comment',"<!--","-->",'Comment'], | 'H':['7/74/Button_comment.png','Comment',"<!--","-->",'Comment'], | ||
'I1':['d/d6/Button_superscript.png','Superscript','<sup>','<\/sup>','Superscript text'], | 'I1':['d/d6/Button_superscript.png','Superscript','<sup>','<\/sup>','Superscript text'], | ||
| Line 82: | Line 81: | ||
'Y2':['6/63/Button_includeonly.png','Include only',"<includeonly>","<\/includeonly>",'Text'], | 'Y2':['6/63/Button_includeonly.png','Include only',"<includeonly>","<\/includeonly>",'Text'], | ||
'Z':['3/35/Button_substitute.png','Substituted page link',"{{subst:","}}",'Template'], | 'Z':['3/35/Button_substitute.png','Substituted page link',"{{subst:","}}",'Template'], | ||
'GEO': ['b/b8/Button_Globe.png', 'Geo location', "", "", ""], | 'GEO': ['b/b8/Button_Globe.png', 'Geo location', "", "", ""], | ||
'TALK': ['4/49/Button_talk.png', 'Add talk template', "", "", ""] | 'TALK': ['4/49/Button_talk.png', 'Add talk template', "", "", ""] | ||
| Line 1,139: | Line 1,137: | ||
var mt = '<p>Enter the image parameters below: <\/p>' + | var mt = '<p>Enter the image parameters below: <\/p>' + | ||
'<form name="XEBPopupImageForm">' + | '<form name="XEBPopupImageForm">' + | ||
'Type:<SELECT NAME="imgType">' + | 'Type:<SELECT NAME="imgType">' + | ||
'<OPTION VALUE="thumb">Thumbnail' + | '<OPTION VALUE="thumb">Thumbnail' + | ||
| Line 1,165: | Line 1,162: | ||
var f = document.XEBPopupImageForm; | var f = document.XEBPopupImageForm; | ||
hideXEBPopup(); | hideXEBPopup(); | ||
code += f.imgFile.value; | code += f.imgFile.value; | ||
code += '|' + f.imgType.value; | code += '|' + f.imgType.value; | ||