Template:Infobox technology standard: Difference between revisions
fixed noinclude, reorder |
moving to doc page |
||
Line 1: | Line 1: | ||
{{Infobox |
{{Infobox |
||
| bodyclass = hproduct |
| bodyclass = hproduct |
||
| title = {{{title<includeonly> |
| title = {{{title|<includeonly>{{PAGENAME}}</includeonly>}}} |
||
| titleclass = fn |
| titleclass = fn |
||
| subheader = {{{long_name |
| subheader = {{{long_name|}}} |
||
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image |
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|alt={{{alt|}}}}} |
||
| caption = {{{caption |
| caption = {{{caption|}}} |
||
| label1 = Native name |
| label1 = Native name |
||
| data1 = {{#if:{{{native_name |
| data1 = {{#if:{{{native_name|}}}|<span class="nickname" {{#if:{{{native_name_lang|}}}|lang="{{Check ISO 639-1|{{{native_name_lang}}}}}"}}>{{{native_name}}}</span>}} |
||
| label2 = Status |
| label2 = Status |
||
| data2 = {{{status |
| data2 = {{{status|}}} |
||
| label3 = Year started |
| label3 = Year started |
||
| data3 = {{{year_started |
| data3 = {{{year_started|}}} |
||
| label4 = First published |
| label4 = First published |
||
| data4 = {{{first_published |
| data4 = {{{first_published|}}} |
||
| label5 = Latest version |
| label5 = Latest version |
||
| data5 = {{br separated entries|{{{version |
| data5 = {{br separated entries|{{{version|}}}|{{{version_date|{{{versionDate|}}}}}}}} |
||
| label6 = Preview version |
| label6 = Preview version |
||
| data6 = {{br separated entries|{{{preview |
| data6 = {{br separated entries|{{{preview|}}}|{{{preview_date|{{{previewDate|}}}}}}}} |
||
| label7 = Organization |
| label7 = Organization |
||
| data7 = {{{organization |
| data7 = {{{organization|}}} |
||
| label8 = Committee |
| label8 = Committee |
||
| data8 = {{{committee |
| data8 = {{{committee|}}} |
||
| label9 = Editors |
| label9 = Editors |
||
| data9 = {{{editors |
| data9 = {{{editors|}}} |
||
| label10 = Authors |
| label10 = Authors |
||
| data10 = {{{authors |
| data10 = {{{authors|}}} |
||
| label11 = Base standards |
| label11 = Base standards |
||
| data11 = {{{base_standards |
| data11 = {{{base_standards|}}} |
||
| label12 = Related standards |
| label12 = Related standards |
||
| data12 = {{{related_standards |
| data12 = {{{related_standards|}}} |
||
| label13 = Domain |
| label13 = Domain |
||
| data13 = {{{domain |
| data13 = {{{domain|}}} |
||
| label14 = License |
| label14 = License |
||
| data14 = {{{license |
| data14 = {{{license|}}} |
||
| label15 = Copyright |
| label15 = Copyright |
||
| data15 = {{{copyright |
| data15 = {{{copyright|}}} |
||
| label16 = Abbreviation |
| label16 = Abbreviation |
||
| data16 = {{{abbreviation |
| data16 = {{{abbreviation|}}} |
||
| label17 = Website |
| label17 = Website |
||
| data17 = {{{website |
| data17 = {{{website|}}} |
||
}}<noinclude> |
}}<noinclude> |
||
{{Documentation}} |
{{Documentation}} |
Revision as of 22:03, 9 March 2015
This template uses Lua: |
This is an infobox for technology standards.
Usage
{{{long_name}}} | |
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}]] | |
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}}} |
Editors | {{{editors}}} |
Authors | {{{authors}}} |
Base standards | {{{base_standards}}} |
Related standards | {{{related_standards}}} |
Domain | {{{domain}}} |
License | {{{license}}} |
Copyright | {{{copyright}}} |
Abbreviation | {{{abbreviation}}} |
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 =
| predecessor =
| successor =
| domain =
| license =
| copyright =
| website = <!-- {{URL|example.com}} -->
}}
Example
Standard for Functional Mock-up Interface | |
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 |
Abbreviation | FMI |
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 =
| predecessor =
| successor =
| 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 |
Predecessing standards | predecessor | Standards that preceded this standard | String | optional |
Succeeding standards | successor | Standards that succeeded this standard | String | 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 |