Template:Infobox programming language/doc: Difference between revisions

Content deleted Content added
Removed bad practices from examples. It is not okay to use the "cross-platform" weasel-word. If you know the OS names, write them; otherwise, don't give the impression of knowledge.
Fixed bad use of "e.g."
Line 117:
"type": "string",
"required": false,
"description": "Filename for the image; e.g., 'File:Monodevelop Logo.svg'"
},
"logo size": {
Line 142:
"type": "string",
"required": false,
"description": "Caption for the logo. Must only be used to provide anything far more important than 'This is the logo of X'.; e.g., used for inserting {{ffdc}} or {{deletable image-caption}}."
},
"collapsible": {
Line 154:
"type": "string",
"required": false,
"description": "File name for a screenshot of the subject of the infobox,; e.g., 'File:Monodevelop-main-window.png'",
"default": "300px"
},
Line 229:
"type": "string",
"required": false,
"description": "The version number of the latest release of the software product.; Ee.g., 'v1.5', '2008 (v12.2)'. Applicable only if the subject is a computer program,; e.g., an IDE or development tool.",
"aliases": [
"latest_release_version"
Line 308:
"type": "string",
"required": false,
"description": "Applies only when the subject of the infobox is a computer program. Specifies the programming language with which the subject of the infobox is created. If the program language of the software product has a corresponding article in Wikipedia, please link to it. E.g.Example: '[[C++]] and [[C Sharp (programming language)|C#]]'.",
"aliases": [
"programming_language"
Line 323:
"type": "string",
"required": false,
"description": "The operating system on which implementations of the language works. Please be as accurate as possible in specifying this parameter (but also be mindful of the length) and avoid specifying vague phrases such as Cross-platform (or its redirect, Multi-platform). E.gIf the software product is an operating system–independent web app, ignore this parameter. Examples of valid use cases: '[[Microsoft WindowsUnix-like]]' or, '[[Windows]] and [[macOS]]', '[[Windows XP]] and later'. If the software is an operating system–independent web application, ignore this parameter.",
"aliases": [
"operating_system"
Line 332:
"type": "string",
"required": false,
"description": "Type of the software license under which the consumer is allowed to use the product.; Ee.g., '[[Proprietary software|Proprietary]] [[commercial software]]', '[[Freeware]]', '[[Free software]]', '[[GNU General Public License]]', '[[BSDLicense]]'."
},
"File extensions": {