Changes

Jump to navigation Jump to search
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->

This is an infobox for technology standards.

==Usage==
{{Parameter names example
| title
| long_name
| image
| image_size
| alt
| caption
| native_name
| <!-- native_name_lang -->
| status
| year_started
| first_published
| version
| version_date
| versionDate
| preview
| preview_date
| previewDate
| organization
| committee
| editors
| authors
| base_standards
| related_standards
| domain
| license
| copyright
| abbreviation
| website
}}
<pre style="overflow:auto">
{{Infobox technology standard
| title =
| long_name =
| native_name = <!-- Name in local language. If more than one, separate using {{plain list}} -->
| native_name_lang = <!-- ISO 639-2 code e.g. "fr" for French. If more than one, use {{lang}} inside native_name items instead -->
| image =
| caption =
| 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 =
| editors =
| authors =
| base_standards =
| related_standards =
| abbreviation =
| domain =
| license =
| website = <!-- {{URL|example.com}} -->
}}
</pre>
{{clear}}
<templatedata>
{
"params": {},
"description": "InfoBox",
"format": null
}
</templatedata>

== Example==
{{Infobox technology standard
| title = Functional Mock-up Interface
| long_name = Standard for Making Functional Mock-up Interface
| native_name = Le nom de standard
| native_name_lang = fr
| image = Example.svg
| caption = Logo of the standard
| 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 =
| abbreviation = FMI
| domain = [[Computer simulation]]
| license = [[Creative Commons licenses|CC_BY_SA 3.0]]
| website = {{URL|example.com}}
}}
<pre style="overflow:auto">
{{Infobox technology standard
| title = Functional Mock-up Interface
| long_name = Standard for Making Functional Mock-up Interface
| native_name = Le nom de standard
| native_name_lang = fr
| image = Example.svg
| caption = Logo of the standard
| 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 =
| abbreviation = FMI
| domain = [[Computer simulation]]
| license = [[Creative Commons licenses|CC_BY_SA 3.0]]
| website = {{URL|example.com}}
}}
</pre>
{{clear}}

==TemplateData==
{{TemplateData header}}
<templatedata>
{
"params": {
"title": {},
"long_name": {
"description": "Full or formal title"
},
"image": {},
"image_size": {},
"alt": {},
"caption": {},
"native_name": {
"description": "Name in local language. If more than one, separate using {{plain list}}"
},
"native_name_lang": {
"description": "ISO 639-2 code e.g. \"fr\" for French. If more than one, use {{lang}} inside native_name items instead"
},
"status": {},
"year_started": {
"description": "{{Start date|YYYY|MM|DD|df=y}}"
},
"first_published": {
"description": "{{Start date|YYYY|MM|DD|df=y}}"
},
"version": {
"description": "Most recent revision"
},
"version_date": {
"description": "Publication date of the most recent revision"
},
"preview": {},
"preview_date": {},
"organization": {"description": "Publisher of the standard"},
"committee": {"description": "Committee responsible for drafting the standard"},
"editors": {},
"authors": {},
"series": {"description": "Family of standards to which a documents belongs"},
"base_standards": {},
"related_standards": {},
"domain": {},
"license": {},
"copyright": {},
"abbreviation": {},
"website": {"description": "{{URL|example.com}}"},
},
"description": "An infobox for technology standards."
}
</templatedata>

<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Computing infobox templates|Standardref]]
[[Category:Software infobox templates|Standardref]]
[[Category:Websites templates]]
}}</includeonly>
Anonymous user

Navigation menu