Template:Infobox Product: Difference between revisions

From Revolt Wiki
No edit summary
Tags: Reverted 2017 source edit
Add slogan (I hope for real now)
 
(4 intermediate revisions by 2 users not shown)
Line 12: Line 12:
   <data source="initial_release">
   <data source="initial_release">
     <label>Initial release</label>
     <label>Initial release</label>
  </data>
  <data source="final_release">
    <label>Final release</label>
   </data>
   </data>
   <data source="languages">
   <data source="languages">
Line 21: Line 24:
   <data source="frameworks">
   <data source="frameworks">
     <label>Frameworks</label>
     <label>Frameworks</label>
  </data>
  <data source="slogan">
    <label>Slogan</label>
   </data>
   </data>
</infobox>
</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
},
"slogan": {
"label": "Slogan",
"description": "The slogan project sports",
"type": "string"
}
},
"paramOrder": [
"image",
"website",
"initial_release",
"final_release",
"languages",
"repository",
"frameworks",
"slogan"
]
}
</templatedata>
</noinclude>

Latest revision as of 18:22, 5 May 2025


Product description infobox.

Template parameters[Edit template data]

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
Sloganslogan

The slogan project sports

Stringoptional