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}}} |
<syntaxhighlight lang="html" style="overflow:auto"> </syntaxhighlight>
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
<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 [undefined] Error: {{Lang}}: no text (help) 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"
},
"first_published": {
"description": "The date the technology standard was first published",
"label": "First published",
"suggested": true,
"autovalue": "Expression error: Unrecognized word "dd". YYYY"
},
"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
| The above documentation is transcluded from Template:Infobox technology standard/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |