Template:Infobox technology standard
| This template uses Lua: |
This is an infobox for technology standards.
Usage
| {{{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}}} |
{{Infobox technology standard
| title =
| long_name =
| image =
| image_size =
| alt =
| caption =
| abbreviation =
| native_name = <!-- Name in local language. If more than one, separate using {{plain list}} -->
| native_name_lang = <!-- ISO 639-1 code e.g. "fr" for French. If more than one, use {{lang}} inside native_name items instead -->
| status =
| year_started = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| first_published = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| version =
| version_date =
| preview =
| preview_date =
| organization =
| committee =
| series =
| editors =
| authors =
| base_standards =
| related_standards =
| domain =
| license =
| copyright =
| website = <!-- {{URL|example.com}} -->
}}
Example
| Standard for Functional Mock-up Interface | |
Logo of the standard | |
| Abbreviation | FMI |
|---|---|
| Native name | Le nom du standard |
| Status | Published |
| Year started | 2010 |
| Latest version | 1.0 January 2010 |
| Preview version | 2.0 November 2011 |
| Organization | MODELISAR |
| Committee | SC1 |
| Domain | Computer simulation |
| License | CC BY-SA 3.0 |
| Website | example |
{{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
TemplateData for Infobox technology standard
An infobox for technology standards.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | Name of the standard | Line | required |
| Long name | long_name | Full or formal title | Line | suggested |
| Image | image | An image of or related to the standard, such as a logo or diagram | File | optional |
| Image size | image_size | Size to display the image | Number | optional |
| Alternative text | alt | Descriptive alternative text for the image, for visually impaired readers | String | optional |
| Caption | caption | Caption for the image, if needed | String | optional |
| Abbreviation | abbreviation | What the standard is commonly known as for short | Unknown | optional |
| Native name | native_name | Name in local language. If more than one, separate using {{plain list}} | String | optional |
| Native name language code | native_name_lang | ISO 639-1 code e.g. "fr" for French. If more than one, use {{lang}} inside native_name items instead
| Unknown | optional |
| Status | status | The current stage the standard is in
| String | suggested |
| Year started | year_started | The year the technology standard first started
| Unknown | suggested |
| First published | first_published | The date the technology standard was first published
| Unknown | suggested |
| Version | version | Most recent revision | String | suggested |
| Version date | version_date versionDate | Publication date of the most recent revision | Date | suggested |
| Preview | preview | A preview version of the standard | Unknown | optional |
| Preview date | preview_date previewDate | Latest date of the standard preview version | Date | optional |
| Organization | organization | Publisher of the standard | Unknown | suggested |
| Committee | committee | Committee responsible for drafting the standard | Unknown | optional |
| Series | series | Family of standards to which a documents belongs | Unknown | optional |
| Editors | editors | The editors of the standard | Content | suggested |
| Authors | authors | The authors of the standard | Unknown | suggested |
| Base standards | base_standards | Other standards that this standard uses, builds upons, or relies on | Unknown | optional |
| Related standards | related_standards | Standards related to this standard | Unknown | optional |
| Domain | domain | The topics and fields of study that the technology standard covers | Unknown | suggested |
| License | license | What the technology standard is licensed under | Unknown | optional |
| Copyright status | copyright | Copyright status of the technology standard | Unknown | optional |
| Website | website | The official URL of the technology standard
| URL | suggested |