Manual:$wgSharedUploadPath

From mediawiki.org
This page is a translated version of the page Manual:$wgSharedUploadPath and the translation is 23% complete.
共有アップロード: $wgSharedUploadPath
Full path to the web server where shared uploads can be found.
導入されたバージョン:1.3.8
除去されたバージョン:使用中
許容される値:URL
既定値:"http://commons.wikimedia.org/shared/images" (1.4+)
"http://commons.mywiki.org/shared/images" (1.3)

詳細

Full path on the web server where shared uploads can be found.

If you operate multiple wikis, you can define a shared upload path using $wgSharedUploadPath. If $wgUseSharedUploads is set, the wiki will look in the shared repository if no file of the given name is found in the local repository (for [[Image:..]], [[Media:..]] links).

Thumbnails will also be looked for and generated in this directory.

Uploads to the wiki will NOT be put there - they will be put into $wgUploadDirectory .

Thumbnails of shared images

For resizing images in mediawiki they need to have a row in image table of database containing dimensions and other information of image so you can't resize images haven't been uploaded by mediawiki software and for importing them to database without using mediawiki interface, you'll need to use some maintenance scripts. (maintenance/importImages.php )

If those images have been uploaded in another mediawiki, you can set $wgSharedUploadDBname to solve the problem.

関連項目