Template:MIT/doc
The MIT License (Expat license or X11 license) template
Usage
{{MIT |1= |2= |3= }}
⧼templatedata-doc-params⧽
Parameter | Description | Default | Status | |
---|---|---|---|---|
1 | Original author of the work | Author | required | |
2 | License; "Expat" or "X11"; optional but recommended; see Detailed Usage below | Expat | optional | |
3 | Year, normally it should be the year of first publication | empty | optional |
Additional information
The template is intended to be used in the following namespaces: the File namespace
The template is intended to be used by the following user groups: all users
Placement: In the "⧼wm-license-information-permission⧽" parameter of the {{Information}} template (or the respective parameter of similar templates) or in the "Licencing" section
Localization
English |
This template is localized through {{Autotranslate}}.
To add your language to the list of languages supported by this template, please copy the code of Template:MIT/en (or any other language version you prefer to translate) and replace the text strings in there (the form below can be used to create a translation, the English version is preloaded in the edit box). Please change the parameter lang from en (or whatever language you are translating) to the language code of your language.
<inputbox> type=create preload=Template:MIT/en default=Template:MIT/⧼Lang⧽ </inputbox> Note: Do not translate the words "Expat" and "X11" when they are used as parameters inside "{{}}".
Detailed Usage
MIT License has various versions, it may accurately refer to the Expat license or the X11 license. The "MIT License" often used and published on the official site of Open Source Initiative is the same as the Expat license. So It would be better if you specify the license more precisely:
Expat License
If you are sure that the work is licensed under the same version as the Expat license, you may use:
{{MIT|Thomas Edison|Expat}}
or
{{Expat|Thomas Edison}}
it would render as: Lua error in mw.title.lua at line 209: too many expensive function calls. The file would be placed in Category:Expat/MIT License.
X11 License
If you are sure that the work is licensed under the same version as the X11 license, which prenvents the name(s) of the author(s) from being used in advertising, you may use:
{{MIT|Thomas Edison|X11}}
or
{{X11|Thomas Edison}}
it would render as: Lua error in mw.title.lua at line 209: too many expensive function calls. The file would be placed in Category:X11 License.
Default MIT License
If you leave the second parameter blank:
{{MIT|Thomas Edison}}
it would render as: Lua error in mw.title.lua at line 209: too many expensive function calls. with a notice "To uploader: MIT License has various versions..." at the bottom. The file would be placed in Category:Expat/MIT License.