Template:Infobox Product: Difference between revisions

From Revolt Wiki
(Infobox created with infobox builder.)
 
No edit summary
Tag: 2017 source edit
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<transformiix:result xmlns:transformiix="http://www.mozilla.org/TransforMiix"><title source="title"><default>{{PAGENAME}}</default></title><image source="image"/><data source="website"><label>Website</label></data></transformiix:result>
<infobox>
  <title source="title">
    <default>{{PAGENAME}}</default>
  </title>
  <image source="image"/>
  <data source="website">
    <label>Website</label>
  </data>
  <data source="developers">
    <label>Developer(s)</label>
  </data>
  <data source="initial_release">
    <label>Initial release</label>
  </data>
  <data source="final_release">
    <label>Final release</label>
  </data>
  <data source="languages">
    <label>Written in</label>
  </data>
  <data source="repository">
    <label>Repository</label>
  </data>
  <data source="frameworks">
    <label>Frameworks</label>
  </data>
</infobox>
 
<noinclude>
<templatedata>
{
"description": "Product description infobox.",
"format": "inline",
"params": {
"image": {
"label": "Logo",
"description": "Product logo",
"type": "content",
"suggested": true
},
"website": {
"label": "Website",
"description": "This product's home page",
"type": "url",
"suggested": true
},
"initial_release": {
"label": "Initial release",
"description": "When this product had its first release",
"type": "date",
"suggested": true
},
"final_release": {
"label": "Final release",
"description": "When this product had its final release",
"type": "date",
"suggested": true
},
"languages": {
"label": "Written in",
"description": "Programming languages used for this software",
"type": "string",
"suggested": true
},
"repository": {
"label": "Repository",
"description": "Link to a repository for this project's source code",
"type": "url",
"suggested": true
},
"frameworks": {
"label": "Frameworks",
"description": "Frameworks used to make this piece of software",
"type": "string",
"suggested": true
}
},
"paramOrder": [
"image",
        "website",
        "initial_release",
        "final_release",
        "languages",
        "repository",
        "frameworks"
]
}
</templatedata>
</noinclude>

Latest revision as of 22:37, 30 May 2022


Product description infobox.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Logoimage

Product logo

Contentsuggested
Websitewebsite

This product's home page

URLsuggested
Initial releaseinitial_release

When this product had its first release

Datesuggested
Final releasefinal_release

When this product had its final release

Datesuggested
Written inlanguages

Programming languages used for this software

Stringsuggested
Repositoryrepository

Link to a repository for this project's source code

URLsuggested
Frameworksframeworks

Frameworks used to make this piece of software

Stringsuggested