• Home
  • Random
  • Nearby
  • Log in
  • Settings
Donate Now If Wikipedia is useful to you, please give today.
  • About Wikipedia
  • Disclaimers
Wikipedia

Template:Infobox software license/sandbox

  • Template
  • Talk
  • Language
  • Watch
  • Edit
< Template:Infobox software license
This is the template sandbox page for Template:Infobox software license (diff).
See also the companion subpage for test cases.
Template documentation[view] [edit] [history] [purge]

Contents

  • 1 Template parameters
  • 2 Usage
  • 3 Examples
    • 3.1 GPL 3.0
    • 3.2 LGPL 1.0

Template parameters

edit
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Infobox software license in articles based on its TemplateData.

TemplateData for Infobox software license

This template creates an infobox useful for summarizing common characteristics of [[Free software|Free Software]] and [[Open-source software|Open Source Software]] [[software licence|licences]].

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
namename title

Name of the licence.

Default
{{PAGENAMEBASE}}
Stringoptional
imageimage

Logo, mascot or emblem for licence.

Fileoptional
image sizeimage size imagesize image_size

Override the image size. You should not be using it.

Unknownoptional
spdxspdx

The [[SPDX]] identifier of the license. See the [https://spdx.org/licenses/ current license list] for valid values.

Default
Fetched from Wikidata.
Stringoptional
datedate

Date of publication of the licence.

Stringoptional
captioncaption

Caption for the image.

Stringoptional
altalt

alt text

Default
{{{caption}}}
Stringoptional
authorauthor

Person or an organization that created the licence.

Stringoptional
versionversion

The version of the license.

Stringoptional
copyrightcopyright

The copyright status of the software licence.

Stringoptional
publisherpublisher

Person or organization who published the licence or claims copyright on the licence itself.

Stringoptional
Debian approvedDebian approved

<code>Yes</code> if the licence is compatible with the [[Debian Free Software Guidelines]], <code>No</code> if not. [Information on whether a given licence meets this criterion may be found either at Debian's [http://wiki.debian.org/DFSGLicenses The DFSG and Software Licenses] or [http://www.debian.org/legal/licenses/ License information]. (Please read both, as licences in one list may not be in the other.)]

Stringoptional
FSF approvedFSF approved Free Software

<code>Yes</code> if the licence meets [[The Free Software Definition]], <code>No</code> if not. (Information on whether a given licence meets this criterion may be found at the FSF's [https://www.gnu.org/licenses/license-list.html Various Licenses and Comments about Them].)

Stringoptional
OSI approvedOSI approved

<code>Yes</code> if the [[Open Source Initiative]] has approved the licence, <code>No</code> if not. (Information on whether a given licence meets this criterion may be found either at the OSI's [http://www.opensource.org/licenses/alphabetical Alphabetical list] or the [http://www.opensource.org/licenses/category Categorical list].)

Stringoptional
Fedora approvedFedora approved

<code>Yes</code> if the [[Fedora Project]] has approved the licence, <code>Yes (content/documentation/font)</code> if the approval is restricted to specific categories, <code>No</code> if not. (Information on whether a given licence meets this criterion may be found at [https://docs.fedoraproject.org/en-US/legal/license-approval Fedora Legal pages]: [https://docs.fedoraproject.org/en-US/legal/allowed-licenses/ Allowed], [https://docs.fedoraproject.org/en-US/legal/not-allowed-licenses/ Not-Allowed].)

Stringoptional
GPL compatibleGPL compatible

<code>Yes</code> if software licensed under the licence can be combined with software licensed under the [[GNU General Public License]], <code>No</code> if not. (Information on whether a given licence meets this criterion may be found at the FSF's [https://www.gnu.org/licenses/license-list.html Various Licenses and Comments about Them].)

Stringoptional
copyleftcopyleft

<code>Yes</code> if software licensed under the licence requires licensees to extend the same rights they received to others, <code>No</code> if not, or <code>Partial</code> if somewhere in the middle.

Stringoptional
linkinglinking

<code>Yes</code> if software licensed under the licence can be linked with software licensed under other licences, <code>No</code> if not.

Stringoptional
websitewebsite

Either the website for the licence, or the canonical URL for the licence text itself.

Default
Fetched from Wikidata.
Stringoptional
qidqid

Wikidata item (QID) describing the license. Set to <code>none</code> to disable wikidata.

Default
The QID linked to the page.
Stringoptional
deprecateddeprecated

<code>Yes</code> if the publisher has declared this license deprecated, obsolete, or superseded.

Stringoptional

Usage

edit
{{Infobox software licence
| name            = 
| image           = 
| caption         = 
| author          = 
| version         = 
| publisher       = 
| date            = 
| spdx            = 
| OSI approved    = Yes or No or n/a
| Debian approved = Yes or No or n/a
| FSF approved    = Yes or No or n/a
| GPL compatible  = Yes or No
| copyleft        = Yes or No or Partial
| linking         = Yes or No
| website         = 
| deprecated      = 
}}

Examples

edit

GPL 3.0

edit
GNU General Public License
AuthorFree Software Foundation
Latest version3
PublisherFree Software Foundation, Inc.
Published29 June 2007
SPDX identifierGPL-3.0-only
Debian FSG compatibleYes
FSF approvedYes
OSI approvedYes
GPL compatibleYes
CopyleftYes
Linking from code with a different licenceNo
Websitewww.gnu.org/licenses/gpl.html
{{Infobox software licence
| name            = GNU General Public License
| image           = 
| caption         = GNU GPLv3 Logo
| author          = [[Free Software Foundation]]
| version         = 3
| copyright       = Free Software Foundation, Inc.
| date            = 29 June 2007
| spdx            = GPL-3.0-only
| OSI approved    = Yes
| Debian approved = Yes
| FSF approved    = Yes
| GPL compatible  = Yes
| copyleft        = Yes
| linking         = No
| website         = {{URL|http://www.gnu.org/licenses/gpl.html}}
}}

LGPL 1.0

edit
GNU Lesser General Public License
The GNU logo
AuthorFree Software Foundation
Latest version1.0
PublisherFree Software Foundation
Published1991
Debian FSG compatibleYes
FSF approvedYes
OSI approvedYes
GPL compatibleYes
CopyleftYes
Linking from code with a different licenceYes
{{Infobox software licence
| name            = GNU Lesser General Public License
| image           = [[Image:Heckert GNU white.svg|160px]]
| caption         = The GNU logo
| author          = [[Free Software Foundation]]
| version         = 1.0
| copyright       = Free Software Foundation
| date            = 1991
| OSI approved    = Yes
| Debian approved = Yes
| FSF approved    = Yes
| GPL compatible  = Yes
| copyleft        = Yes
| linking         = Yes
}}
The above documentation is transcluded from Template:Infobox software license/doc. (edit | history)
Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages.
Add categories to the /doc subpage. Subpages of this template.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Template:Infobox_software_license/sandbox&oldid=844859112"
Last edited on 7 June 2018, at 17:12

Languages

      This page is not available in other languages.

      Wikipedia
      • Wikimedia Foundation
      • Powered by MediaWiki
      • This page was last edited on 7 June 2018, at 17:12 (UTC).
      • Content is available under CC BY-SA 4.0 unless otherwise noted.
      • Privacy policy
      • About Wikipedia
      • Disclaimers
      • Contact Wikipedia
      • Code of Conduct
      • Developers
      • Statistics
      • Cookie statement
      • Terms of Use
      • Desktop