Template:PD: Difference between revisions

From Laserwiki
Jump to navigation Jump to search
(translation tweaks)
(remove “use more specific template” message when used with “self” reson – {{PD-self}} itself uses this template, so there’s no more specific template; add TemplateData; remove bad license URL)
Line 12: Line 12:
     }}
     }}
   |<translate><!--T:4--> This file has been released into the '''[[w:public domain|public domain]]''' by the [[w:Copyrights|copyright]] holder{{<tvar|1>#if:{{{2|{{{author|}}}}}}</>|&nbsp;(<tvar|author>{{{2|{{{author|}}}}}}</>)}}, its copyright has expired, or it is ineligible for copyright.</translate> <translate><!--T:5--> This applies worldwide.</translate>
   |<translate><!--T:4--> This file has been released into the '''[[w:public domain|public domain]]''' by the [[w:Copyrights|copyright]] holder{{<tvar|1>#if:{{{2|{{{author|}}}}}}</>|&nbsp;(<tvar|author>{{{2|{{{author|}}}}}}</>)}}, its copyright has expired, or it is ineligible for copyright.</translate> <translate><!--T:5--> This applies worldwide.</translate>
   }}''<span style="display:none;"><span class="licensetpl_short">PD</span><span class="licensetpl_long"><translate><!--T:6--> Public Domain</translate></span><span class="licensetpl_link">{{fullurl:{{{PAGENAME}}}}}</span></span>
   }}''<span style="display:none;"><span class="licensetpl_short">PD</span><span class="licensetpl_long"><translate><!--T:6--> Public Domain</translate></span></span>
<hr />
<hr />
<small><translate><!--T:7--> Please verify that the reason given above [[<tvar|commons>Commons:Special:MyLanguage/Commons:Licensing</>|is valid]]!</translate><br />
<small><translate><!--T:7--> Please verify that the reason given above [[<tvar|commons>Commons:Special:MyLanguage/Commons:Licensing</>|is valid]]!</translate><br />
'''<translate><!--T:8--> Note:</translate>''' <translate><!--T:9--> If there is a [[<tvar|1>Special:MyLanguage/Project:File copyright tags</>|specific licence tag]] for the reason supplied here, please use it.</translate></small>  
{{#ifeq:{{{1|{{{reason|{{{because|}}}}}}}}}|self|<!-- it’s as specific as possible -->|'''<translate><!--T:8--> Note:</translate>''' <translate><!--T:9--> If there is a [[<tvar|1>Special:MyLanguage/Project:File copyright tags</>|specific licence tag]] for the reason supplied here, please use it.</translate>}}</small>  
}}{{file other
}}{{file other
| [[Category:PD images]]
| [[Category:PD images]]
Line 47: Line 47:
* <nowiki>{{PD|reason=Reason|author=Author}}</nowiki>
* <nowiki>{{PD|reason=Reason|author=Author}}</nowiki>
{{PD|reason=Reason|author=Author}}
{{PD|reason=Reason|author=Author}}
== TemplateData ==
<templatedata>
{
"description": {
"en": "This template is used to mark public domain files.",
"de": "Diese Vorlage wird genutzt, um gemeinfreie Dateien zu markieren."
},
"format": "inline",
"params": {
"reason": {
"aliases": [
"1",
"because"
],
"label": {
"en": "reason",
"de": "Grund"
},
"description": {
"en": "Why this file is in the public domain; note any limitations if applicable. Set to “self” to specify that the uploader released it into the public domain."
},
"example": "self",
"type": "string",
"suggested": true
},
"author": {
"aliases": [
"2"
],
"label": {
"en": "author",
"de": "Urheber"
},
"description": {
"en": "The author of this file who released it into the public domain.",
"de": "Der Urheber der Datei, wer sie freigegeben hat."
},
"example": "John Doe",
"type": "string"
}
}
}
</templatedata>


}}
}}
[[Category:License templates{{#translation:}}|{{PAGENAME}}]]
[[Category:License templates{{#translation:}}]]
[[Category:File namespace templates{{#translation:}}|{{PAGENAME}}]]
[[Category:File namespace templates{{#translation:}}]]
</noinclude>
</noinclude>

Revision as of 10:59, 16 January 2019

<languages/>

{{ Template:TNTN |content=

Usage

To provide attribution use {{PD|reason=|author=}}.

Use the reason parameter to specify why it is in the public domain and any limitations that should be noted. Set to self to specify that the uploader released it into the public domain.

Use the author parameter to specify the author who released it into the public domain.

Examples

  • {{PD}}
  • {{PD|reason=Reason}}
  • {{PD|reason=self}}
  • {{PD|author=Author}}
  • {{PD|reason=Reason|author=Author}}

TemplateData

<templatedata> { "description": { "en": "This template is used to mark public domain files.", "de": "Diese Vorlage wird genutzt, um gemeinfreie Dateien zu markieren." }, "format": "inline", "params": { "reason": { "aliases": [ "1", "because" ], "label": { "en": "reason", "de": "Grund" }, "description": { "en": "Why this file is in the public domain; note any limitations if applicable. Set to “self” to specify that the uploader released it into the public domain." }, "example": "self", "type": "string", "suggested": true }, "author": { "aliases": [ "2" ], "label": { "en": "author", "de": "Urheber" }, "description": { "en": "The author of this file who released it into the public domain.", "de": "Der Urheber der Datei, wer sie freigegeben hat." }, "example": "John Doe", "type": "string" } } } </templatedata>

}} [[Category:License templates{{#translation:}}]] [[Category:File namespace templates{{#translation:}}]]