Template:Infobox technology standard/doc

< Template:Infobox technology standard

This is an infobox for technology standards.

Usage

{{{title}}}
{{{long_name}}}
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}]]
{{{caption}}}
Abbreviation{{{abbreviation}}}
Native name
{{{native_name}}}
Status{{{status}}}
Year started{{{year_started}}}
First published{{{first_published}}}
Latest version{{{version}}}
{{{version_date}}}
Preview version{{{preview}}}
{{{preview_date}}}
Organization{{{organization}}}
Committee{{{committee}}}
Series{{{series}}}
Editors{{{editors}}}
Authors{{{authors}}}
Base standards{{{base_standards}}}
Related standards{{{related_standards}}}
Domain{{{domain}}}
License{{{license}}}
Copyright{{{copyright}}}
Website{{{website}}}

<syntaxhighlight lang="html" style="overflow:auto"> </syntaxhighlight>

Example

Functional Mock-up Interface
Standard for Functional Mock-up Interface
Example.svg
Logo of the standard
AbbreviationFMI
Native name
Le nom du standard
StatusPublished
Year started2010
Latest version1.0
January 2010
Preview version2.0
November 2011
OrganizationMODELISAR
CommitteeSC1
DomainComputer simulation
LicenseCC BY-SA 3.0
Websiteexample.com
{{Infobox technology standard
| title             = Functional Mock-up Interface
| long_name         = Standard for Functional Mock-up Interface 
| image             = Example.svg
| caption           = Logo of the standard
| abbreviation      = FMI
| native_name       = Le nom du standard
| native_name_lang  = fr
| status            = Published
| year_started      = 2010
| version           = 1.0
| version_date      = January 2010
| preview           = 2.0
| preview_date      = November 2011
| organization      = [[MODELISAR]]
| committee         = SC1
| base_standards    =
| related_standards = 
| domain            = [[Computer simulation]]
| license           = [[Creative Commons licenses|CC BY-SA 3.0]]
| website           = {{URL|example.com}}
}}

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Infobox technology standard

<templatedata> { "params": { "title": { "label": "Title", "description": "Name of the standard", "type": "line", "required": true }, "long_name": { "description": "Full or formal title", "label": "Long name", "type": "line", "suggested": true }, "image": { "label": "Image", "type": "wiki-file-name", "description": "An image of or related to the standard, such as a logo or diagram" }, "image_size": { "label": "Image size", "type": "number", "description": "Size to display the image" }, "alt": { "label": "Alternative text", "type": "string", "description": "Descriptive alternative text for the image, for visually impaired readers" }, "caption": { "label": "Caption", "type": "string", "description": "Caption for the image, if needed" }, "abbreviation": { "label": "Abbreviation", "description": "What the standard is commonly known as for short" }, "native_name": {

"description": "Name in local language. If more than one, separate using

",

"label": "Native name", "type": "string" }, "native_name_lang": { "description": "ISO 639-1 code e.g. \"fr\" for French. If more than one, use {{{2}}} inside native_name items instead", "label": "Native name language code", "example": "fr", "suggestedvalues": [ "en", "es", "fr" ], "autovalue": "" }, "status": { "label": "Status", "description": "The current stage the standard is in", "suggestedvalues": [ "Published", "Draft", "Retired", "Archived", "Recommendation", "Withdrawn", "Active", "Approved", "Cancelled", "Released" ], "suggested": true, "type": "string" }, "year_started": { "description": "The year the technology standard first started", "label": "Year started", "suggested": true, "autovalue": "Expression error: Unrecognized word "dd".  YYYY (YYYY-MM-DD)" }, "first_published": { "description": "The date the technology standard was first published", "label": "First published", "suggested": true, "autovalue": "Expression error: Unrecognized word "dd".  YYYY (YYYY-MM-DD)" }, "version": { "description": "Most recent revision", "label": "Version", "type": "string", "suggested": true }, "version_date": { "description": "Publication date of the most recent revision", "label": "Version date", "type": "date", "suggested": true, "aliases": [ "versionDate" ] }, "preview": { "label": "Preview", "description": "A preview version of the standard" }, "preview_date": { "label": "Preview date", "description": "Latest date of the standard preview version", "type": "date", "aliases": [ "previewDate" ] }, "organization": { "description": "Publisher of the standard", "label": "Organization", "suggested": true }, "committee": { "description": "Committee responsible for drafting the standard", "label": "Committee" }, "series": { "description": "Family of standards to which a documents belongs", "label": "Series" }, "editors": { "label": "Editors", "description": "The editors of the standard", "type": "content", "suggested": true }, "authors": { "label": "Authors", "description": "The authors of the standard", "suggested": true }, "base_standards": { "label": "Base standards", "description": "Other standards that this standard uses, builds upons, or relies on" }, "related_standards": { "label": "Related standards", "description": "Standards related to this standard" }, "domain": { "label": "Domain", "description": "The topics and fields of study that the technology standard covers", "suggested": true }, "license": { "label": "License", "description": "What the technology standard is licensed under" }, "copyright": { "label": "Copyright status", "description": "Copyright status of the technology standard" }, "website": { "description": "The official URL of the technology standard", "label": "Website", "suggested": true, "example": "example.com", "type": "url" } }, "description": "An infobox for technology standards.", "format": "block" } </templatedata>