Template:PD/tr
Public domain | Bu dosya telif hakkı sahibi tarafından kamu malı içinde yayınlandı, telif hakkının süresi dolmuş veya telif hakkı için uygun değil. Bu dünya çapında geçerlidir.
Lütfen yukarıda verilen nedenin geçerli olduğunu doğrulayın! |
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}}
Public domain | This file has been released into the public domain by the copyright holder, its copyright has expired, or it is ineligible for copyright. This applies worldwide.
Please verify that the reason given above is valid! |
- {{PD|reason=Reason}}
Public domain | This file has been released into the public domain because: Reason
Please verify that the reason given above is valid! |
- {{PD|reason=self}}
Public domain | ⧼Wm-license-pd-author-self-text⧽ Please verify that the reason given above is valid! |
- {{PD|author=Author}}
Public domain | This file has been released into the public domain by the copyright holder (Author), its copyright has expired, or it is ineligible for copyright. This applies worldwide.
Please verify that the reason given above is valid! |
- {{PD|reason=Reason|author=Author}}
Public domain | This file has been released into the public domain because: Reason
Please verify that the reason given above is valid! |
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>