भारत की संस्कृति के लिए... भाषा की उन्नति के लिए... साहित्य के प्रसार के लिए
"मीडियाविकि:Common.js" के अवतरणों में अंतर
Kavita Kosh से
Lalit Kumar (चर्चा | योगदान) |
Lalit Kumar (चर्चा | योगदान) |
||
पंक्ति 5: | पंक्ति 5: | ||
"tagOpen": "<sup>", | "tagOpen": "<sup>", | ||
"tagClose": "</sup>", | "tagClose": "</sup>", | ||
+ | "sampleText": ""}; | ||
+ | |||
+ | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
+ | "imageFile": "http://upload.wikimedia.org/wikipedia/en/1/13/Button_enter.png", | ||
+ | "speedTip": "Line break", | ||
+ | "tagOpen": "<br />", | ||
+ | "tagClose": "", | ||
"sampleText": ""}; | "sampleText": ""}; | ||
} | } |
18:18, 20 अप्रैल 2008 का अवतरण
if (mwCustomEditButtons) { mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/en/8/80/Button_upper_letter.png", "speedTip": "Insert Superscript", "tagOpen": "<sup>", "tagClose": "</sup>", "sampleText": ""}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/en/1/13/Button_enter.png", "speedTip": "Line break", "tagOpen": "<br />", "tagClose": "", "sampleText": ""}; }