Manual:$wgUseCopyrightUpload
Appearance
Deprecated: This feature is deprecated and should no longer be used, however it is possibly still available for reasons of backwards compatibility. |
| Copyright: $wgUseCopyrightUpload | |
|---|---|
Set this to true if you want detailed copyright information forms on Upload. |
|
| Introduced in version: | 1.3.0 |
| Deprecated in version: | 1.47.0 (Gerrit change 1307342; git #506cd542) |
| Removed in version: | Still in use |
| Allowed values: | (boolean) |
| Default value: | false |
| Other settings: Alphabetical | By function | |
Details
Set this to true if you want detailed copyright information forms on Upload.
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.