Difference between revisions of "Template:Apache license/doc"
Jump to navigation
Jump to search
blackwiki>Codename Lisa (Created) |
blackwiki>Codename Lisa (Added the template data) |
||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | ||
| − | == | + | == TemplateData == |
| − | + | {{TemplateData header}} | |
| − | + | <templatedata> | |
| + | { | ||
| + | "params": { | ||
| + | "1": { | ||
| + | "label": "Author or copyright holder", | ||
| + | "description": "Name of the party to whom the copyright laws have granted exclusive rights to publish the work. Usually, it is an author (individual) or publisher (corporate entity).", | ||
| + | "example": "\"Richard Stallman\", \"Outercurve Foundation\"", | ||
| + | "type": "string", | ||
| + | "required": true | ||
| + | }, | ||
| + | "2": { | ||
| + | "label": "Publication year", | ||
| + | "description": "The year in which the word is published. This year determines the length of time for which the work in question is eligible for copyright protection. For more information, consult with Hirtle Chart.", | ||
| + | "type": "date", | ||
| + | "autovalue": "{{CURRENTYEAR}}", | ||
| + | "suggested": true | ||
| + | } | ||
| + | }, | ||
| + | "description": "To be inserted in the appropriate place of a file description page. Indicates that the associated file is licensed under the terms of Apache License version 2.", | ||
| + | "format": "inline" | ||
| + | } | ||
| + | </templatedata> | ||
<includeonly>{{sandbox other|| | <includeonly>{{sandbox other|| | ||
<!-- Categories below this line, please; interwikis at Wikidata --> | <!-- Categories below this line, please; interwikis at Wikidata --> | ||
Revision as of 19:35, 15 January 2018
| 40px | This is a documentation subpage for Template:Apache license. It contains usage information, categories and other content that is not part of the original template page. |
TemplateData
This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.
TemplateData for Apache license
To be inserted in the appropriate place of a file description page. Indicates that the associated file is licensed under the terms of Apache License version 2.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Author or copyright holder | 1 | Name of the party to whom the copyright laws have granted exclusive rights to publish the work. Usually, it is an author (individual) or publisher (corporate entity).
| String | required |
| Publication year | 2 | The year in which the word is published. This year determines the length of time for which the work in question is eligible for copyright protection. For more information, consult with Hirtle Chart.
| Date | suggested |