Template:Credit line/doc: Difference between revisions
More actions
Grammatical expansion for readability |
break overlong example lines (also demonstrating that this works as expected) |
||
| Line 93: | Line 93: | ||
|Author=John Doe | |Author=John Doe | ||
|Date=2008-06-09 | |Date=2008-06-09 | ||
|other_fields={{Credit line |Author = © John Doe | Other = Wikimedia Commons |License = CC-BY-SA-3.0 & GFDL}} | |other_fields={{Credit line |Author = © John Doe | ||
|Other = Wikimedia Commons |License = CC-BY-SA-3.0 & GFDL}} | |||
}}</nowiki> | }}</nowiki> | ||
| Line 103: | Line 104: | ||
|Author=John Doe | |Author=John Doe | ||
|Date=2008-06-09 | |Date=2008-06-09 | ||
|other_fields={{Credit line |Author = © John Doe | |other_fields={{Credit line |Author = © John Doe | ||
Other = Wikimedia Commons |License = CC-BY-SA-3.0 & GFDL}} | |||
}} | }} | ||
| Line 113: | Line 115: | ||
|Author=unknown | |Author=unknown | ||
|Date=1900 | |Date=1900 | ||
|other_fields={{Credit line |Author = © John Doe | Other = Wikimedia Commons |License = CC-BY-SA-3.0 & GFDL}} | |other_fields={{Credit line |Author = © John Doe | ||
|Other = Wikimedia Commons |License = CC-BY-SA-3.0 & GFDL}} | |||
}}</nowiki> | }}</nowiki> | ||
| Line 123: | Line 126: | ||
|Author=unknown | |Author=unknown | ||
|Date=1900 | |Date=1900 | ||
|other_fields={{Credit line |Author = © John Doe | Other = Wikimedia Commons |License = CC-BY-SA-3.0 & GFDL}} | |other_fields={{Credit line |Author = © John Doe | ||
|Other = Wikimedia Commons |License = CC-BY-SA-3.0 & GFDL}} | |||
}} | }} | ||
| Line 133: | Line 137: | ||
|Author=[[User:Example]] | |Author=[[User:Example]] | ||
|Date=2008-06-09 | |Date=2008-06-09 | ||
|other_fields={{Credit line |Author = [http://commons.wikimedia.org/wiki/User:Example User:Example] |License = [http://creativecommons.org/licenses/by-sa/2.0/ CC-BY-SA-2.0]}} | |other_fields={{Credit line | ||
|Author = [http://commons.wikimedia.org/wiki/User:Example User:Example] | |||
|License = [http://creativecommons.org/licenses/by-sa/2.0/ CC-BY-SA-2.0]}} | |||
}}</nowiki> | }}</nowiki> | ||
| Line 143: | Line 149: | ||
|Author=[[User:Example]] | |Author=[[User:Example]] | ||
|Date=2008-06-09 | |Date=2008-06-09 | ||
|other_fields={{Credit line |Author = [http://commons.wikimedia.org/wiki/User:Example User:Example] |License = [http://creativecommons.org/licenses/by-sa/2.0/ CC-BY-SA-2.0]}} | |other_fields={{Credit line | ||
|Author = [http://commons.wikimedia.org/wiki/User:Example User:Example] | |||
|License = [http://creativecommons.org/licenses/by-sa/2.0/ CC-BY-SA-2.0]}} | |||
}} | }} | ||
Revision as of 01:26, 14 February 2015
This template adds a Credit line field to the {{Information}} or {{Artwork}} templates used with most images, which stores the credit line or attribution text that the author wishes to be used by reusers, as is required for files using Creative Commons CC-BY and CC-BY-SA licenses.
Usage
{{Credit line |Author= |Other= |License= }}
Template parameters
| Parameter | Description | Default | Status | |
|---|---|---|---|---|
Author | The author's name portion of the Credit line, which can be a pseudonym or Commons username. | empty | optional | |
Other | Other parts of the Credit line separated by "/". They can include:
| empty | optional | |
License | The license portion of the Credit line, which is required for CC-BY-SA and GFDL licenses but optional for rare {{Attribution}} or CC-BY licenses. Use the word 'skip' to omit license section. The license should have the name of the license and link to the license. Several shortcuts were defined to more popular licenses (see table below). | empty | required | |
Additional information
The template is intended to be used in the following namespaces: the File namespace
The template is intended to be used by the following user groups: all users
Placement:
This has to be placed as a value of the other_fields field of {{Information}} template.
Relies on:
- {{Information field}}
- required by the license (translation of "required by the license")
See also
Localization
To add your language to the list of languages supported by this template, please edit the template and add a row to the "{{LangSwitch|}}" construct. It takes the form "|xx= Your translation " (xx being the code of your language)
Hardwired license Shortcuts
| License | Output |
|---|---|
| CC-BY-SA-3.0 & GFDL | CC-BY-SA-3.0 & GFDL |
| CC-BY-SA-4.0 | CC-BY-SA-4.0 |
| CC-BY-SA-3.0 | CC-BY-SA-3.0 |
| CC-BY-SA-3.0 (DE) | CC-BY-SA-3.0 (DE) |
| CC-BY-4.0 | CC-BY-4.0 |
| CC-BY-3.0 | CC-BY-3.0 |
Example of code for use with {{Information}} template
{{Information
|Description=description
|Source={{own}}
|Author=John Doe
|Date=2008-06-09
|other_fields={{Credit line |Author = © John Doe
|Other = Wikimedia Commons |License = CC-BY-SA-3.0 & GFDL}}
}}
will produce:
| Description | description |
| Date | |
| Source | Own work |
| Author | John Doe |
| Attribution (required by the license) | © John Doe Other = Wikimedia Commons / |
Example of code for use with {{Artwork}} template
Also use this code for use with {{Book}} template.
{{Artwork
|Description=description
|Source=John Doe ({{own}})
|Author=unknown
|Date=1900
|other_fields={{Credit line |Author = © John Doe
|Other = Wikimedia Commons |License = CC-BY-SA-3.0 & GFDL}}
}}
will produce:
Example with different values for all parameters
{{Information
|Description=description
|Source={{own}}
|Author=[[User:Example]]
|Date=2008-06-09
|other_fields={{Credit line
|Author = [http://commons.wikimedia.org/wiki/User:Example User:Example]
|License = [http://creativecommons.org/licenses/by-sa/2.0/ CC-BY-SA-2.0]}}
}}
will produce:
| Description | description |
| Date | |
| Source | Own work |
| Author | User:Example |
| Attribution (required by the license) | User:Example / |