Jump to content

Manual:$wgUseCopyrightUpload

From mediawiki.org
This page is a translated version of the page Manual:$wgUseCopyrightUpload and the translation is 100% complete.
著作権: $wgUseCopyrightUpload
アップロードの際に詳細な著作権情報フォームが必要であれば true を設定する。
導入されたバージョン:1.3.0
廃止予定になったバージョン:1.47.0 (Gerrit change 1307342; git #506cd542)
除去されたバージョン:使用中
許容される値:(真偽値)
既定値:false

詳細

アップロードの際に詳細な著作権情報フォームが必要であれば true を設定します。

Two new plain text fields ('Copyright status' and 'Source') will be added to the upload form, resulting in two new level-2 sections saved on the file's wiki page.

For example:

== Summary ==
Summary text here.
== Copyright status: ==
Copyright status here.
== Licensing ==
{{licence-template-here}}
== Source: ==
Source here.

Deprecation

This feature is being deprecated in MediaWiki 1.47. To replicate its functionality you can add the required section headers to the upload-default-description system message.