Template:Other license: Difference between revisions

turn ifeq stack into switch, add "none" license option
(Created page with "<div style="width: 100%; clear: both; margin: 0.5em auto; border: 2px solid #ac6600; background-color: #f6efe5; padding: 0.2em 0.5em;">This page was '''not''' made available under the usual license{{#if:{{{2|}}}| because {{{2}}}}}. If you plan to reuse content from it, {{#ifeq:{{{1}}}|ask|ask the relevant author(s) for permission first|check the terms of {{{1}}}}}.</div>")
 
(turn ifeq stack into switch, add "none" license option)
 
(15 intermediate revisions by the same user not shown)
Line 1:
{{License info
<div style="width: 100%; clear: both; margin: 0.5em auto; border: 2px solid #ac6600; background-color: #f6efe5; padding: 0.2em 0.5em;">This page was '''not''' made available under [[sona pona:Copyright|the usual license]]{{#if:{{{2|}}}| because {{{2}}}}}. If you plan to reuse content from it, {{#ifeq:{{{1}}}|ask|ask the relevant author(s) for permission first|check the terms of {{{1}}}}}.</div>
|border=#ac6600
|bg=#f6efe5
|This {{{3|{{#ifeq:{{NAMESPACE}}|File|file|page}}}}} is '''not''' available under [[sona pona:Copyrights|the usual license]]{{#if:{{{2|}}}|<nowiki> </nowiki>because {{{2}}}}}. {{#switch:{{{1}}}
|none=The editor who added it believes that including it on the wiki is acceptable regardless, but your scenario may differ.
|only wiki=You may not reuse it without explicit permission.
|informal=Reuse is still allowed, just informally.
|If you want to reuse content from it, {{#ifeq:{{{1}}}|ask|ask the relevant author(s) for permission first|follow the terms of {{license link|{{{1}}}}}}}.}}
}}<noinclude>
<templatedata>
{
"params": {
"1": {
"label": "License",
"description": "Link to the license, using wikitext syntax: [https://example.com/ link text]. Special values: \"none\", \"only wiki\", \"informal\", \"ask\" (the author).",
"type": "string",
"suggestedvalues": [
"none",
"only wiki",
"informal",
"ask"
],
"required": true
},
"2": {
"label": "Reason",
"suggested": true,
"description": "Explain why it's not covered under the default license.",
"example": "it was inherited from an anonymous document",
"type": "string"
},
"3": {
"label": "Scope",
"description": "Use if marking only part of the page.",
"type": "string",
"suggestedvalues": [
"section"
],
"default": "page"
}
},
"paramOrder": [
"1",
"2",
"3"
],
"description": "Marks content that isn't available under the default license.",
"format": "inline"
}
</templatedata>
</noinclude>