Template:Derived from
This file was derived from:
This documentation is transcluded from Template:Derived from/doc.
If your file is a derivative work of another file on Commons, use this template to link it.
Contents
Usage
{{Derived from |1 ... 40= }}
A namespace prefix (like "File:") does not disturb.
Examples
{{ Derived from | Example.jpg | by = {{u|example|'''original''' author}} }} gives
This file was derived from: Example.jpg by original author
{{ Derived from | Example.jpg | Beispiel.png | display = 16 }} gives
This file was derived from:
{{ Derived from | Example.jpg | Beispiel.png | Sample.svg | display = 16 | opt = l }} ("l" for "left") gives
This file was derived from:
You can add up to 40 images. (Capability for more can easily be added in the template code)
This template complements {{Derivative versions}}.
Template parameters
Parameter | Description | Default | Status | |
---|---|---|---|---|
1 ... 40 | file derived from (up to 40 unnamed parameters can be used, for 40 files) | empty | required | |
display or d | size in pixels of thumbnail of files derived from. If not provided, no thumbnail is shown. | empty | optional | |
opt or o | an additional option for displaying the file, e.g. "l" (display left) or "b" (bordered) | empty | optional | |
by | user-name of the original author, displayed by {{By}} as parameter for {{U}} or a colon ":" - see #Colon | empty | optional |
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
See also
Consider also using the following specific derivation templates, for retouching and extracting or cropping:
- {{Retouched picture}}
- {{Extracted from}}/{{Image extracted}}
- {{Attrib}} or the deprecated version {{AttribSVG}}
The counterpart:
For mere conversions to SVG:
- {{AutVec}} - ("authors of vectorized raster graphic")
Colon
The template finishes its display with a new line; when the template is used just to display the text, like
{{ Derived from }} - This file was derived from:
which will not be appropriate if continuation in the same line is required;
the new line can be avoided by using a colon instead of the missing user name, e.g.
{{ Derived from | by = : }}{{ F | Example.svg }}{{ By | example }}<br> - This file was derived from: Example.svg by example
without inbetween spaces; a final new line can be forced manually, as shown, or by passing "br" as a second parameter to {{By}}.