As far as I know, it's not directly possible to do it, you can't
directly put a local image (from your computer) in the editor that
will be uploaded when you click a button (or save the article).
Maybe there is an extension that does it, or you would have to write your own.

2010/12/8 hewenliang <[email protected]>:
> 你好,
>   
> 我在使用mediawiki的时候,在编辑文件的界面,我想在文本输入后同时增加一张图片到此文本区,也就是想在编辑界面工具栏上增加一个按钮,这个按钮的作用就是上传本地图片。请问你是否知道怎么修改?
>  感谢!
>
> Laurent Savaete <[email protected]> 在 Tue, 7 Dec 2010 17:39:47 
> 写道:
>>Hello,
>>
>>if I understand correctly, you want to add an extra button in the edit
>>toolbar. When clicking that button, you want to open the file upload
>>page.
>>As far as I understand, mwCustomEditButton only works to add buttons
>>that will insert text in the editor. The javascript you included below
>>should go into your Mediawiki:Common.js (open it in your browser at
>>http://path/to/your/wiki/Mediawiki:Common.js (if you have short
>>URLs)). Don't edit the edit.js file directly, you would have to do it
>>again at every mediawiki update.
>>
>>To get that button to open the upload page, I'm not sure how to do.
>>Maybe someone else here would have an idea?
>>
>>cheers,
>>Laurent
>>PS: 我不清除懂你英语懂得对不对。有错,麻烦你改正,谢谢!
>>
>>2010/12/7 Quidway He <[email protected]>:
>>> Dear All,
>>> I use Mediawiki (1.16.0),when create edit page,for example,the mediawiki 
>>> contain edit.js.I think in the edit pages add a button,edit file click this 
>>> button can upload files or pictures.I told the mediawiki's official website 
>>> find pages,don't solve the problem,trouble to teach me how to do,please.
>>> Thanks!
>>>
>>>
>>>
>>>
>>> PS1: 
>>> http://www.mediawiki.org/wiki/Manual:FAQ/zh-hans#.E5.A6.82.E4.BD.95.E5.9C.A8.E7.BC.96.E8.BE.91.E9.A1.B5.E9.9D.A2.E5.A2.9E.E5.8A.A0.E6.9B.B4.E5.A4.9A.E7.9A.84.E6.8C.89.E9.92.AE.EF.BC.9F
>>>
>>>
>>>
>>> PS2: edit.js doc. last .
>>> if (mwCustomEditButtons) {
>>> mwCustomEditButtons[mwCustomEditButtons.length] = {
>>> "speedTip": "big text", //text shown in a tooltip when hovering the mouse 
>>> over the button
>>> "tagOpen": "<big>", //the text to use to mark the beginning of the block
>>> "tagClose": "</big>", //the text to use to mark the end of the block (if 
>>> any)
>>> "sampleText": "big text" //the sample text to place inside the block
>>> };
>>> mwCustomEditButtons.push(button);
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> To: Mediawiki Engineer
>>> From:ad_sh
>>> 2010/12/07
>>> Best Wishes!
>>> _______________________________________________
>>> MediaWiki-l mailing list
>>> [email protected]
>>> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>>>
>>
>>
>>
>>--
>>Follow me around the world: www.laurentaroundtheworld.net
>>Learn languages for free: www.wiki-babel.org
>>
>>_______________________________________________
>>MediaWiki-l mailing list
>>[email protected]
>>https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>>
>
>
>
>
>
>



-- 
Follow me around the world: www.laurentaroundtheworld.net
Learn languages for free: www.wiki-babel.org

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to