Template:Article derivation: Difference between revisions

From WikiMSK

(Created page with "<small>''Article derived from [[{{{1}}}|{{{1}}}]]''</small>")
 
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<small>''Article derived from [[{{{1}}}|{{{1}}}]]''</small>
<small>''Part or all of this article or section is derived from [{{{article-link}}} {{{article}}}] by {{{author}}}, used under [{{{license-link}}} {{{license}}}]''</small>
<noinclude>
The ''{{t|Article derivation}}'' template allows you to attribute articles that you derived material from
 
<pre class=mw-code>
{{Article derivation
|article=
|article-link=e
|author=
|license=
|license-link=
}}
</pre>
 
<templatedata>
{
"params": {
"article-link": {
"label": "Article Link",
"description": "The article link",
"type": "url",
"suggested": true
},
"article": {
"label": "Article Title",
"description": "The title of the article",
"type": "string",
"suggested": true
},
"author": {
"label": "Author",
"description": "The author(s) of the article",
"type": "string",
"suggested": true
},
"license-link": {
"label": "License Link",
"description": "A link to the creative commons license",
"example": "https://creativecommons.org/licenses/by-sa/4.0/",
"type": "url",
"default": "https://creativecommons.org/licenses/by-sa/4.0/",
"suggested": true
},
"license": {
"label": "License",
"description": "The creative commons license",
"example": "CC-BY-SA",
"type": "string",
"default": "CC-BY-SA",
"suggested": true
}
},
"description": "This template is for when a significant portion of a section or article is derived from a different creative commons source, allowing attribution."
}
</templatedata></noinclude>

Latest revision as of 20:23, 7 May 2022

Part or all of this article or section is derived from [{{{article-link}}} {{{article}}}] by {{{author}}}, used under [{{{license-link}}} {{{license}}}]

The {{Article derivation}} template allows you to attribute articles that you derived material from

{{Article derivation
|article=
|article-link=e
|author=
|license=
|license-link=
}}

This template is for when a significant portion of a section or article is derived from a different creative commons source, allowing attribution.

Template parameters

ParameterDescriptionTypeStatus
Article Linkarticle-link

The article link

URLsuggested
Article Titlearticle

The title of the article

Stringsuggested
Authorauthor

The author(s) of the article

Stringsuggested
License Linklicense-link

A link to the creative commons license

Default
https://creativecommons.org/licenses/by-sa/4.0/
Example
https://creativecommons.org/licenses/by-sa/4.0/
URLsuggested
Licenselicense

The creative commons license

Default
CC-BY-SA
Example
CC-BY-SA
Stringsuggested