Changes

Jump to navigation Jump to search
{{Documentation subpage}}
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->

== Usage ==
<pre>{{infobox character encoding
| name =
| mime =
| alias =
| standard =
| lang =
| status =
| prev =
| next =
}}</pre>

==Template Data==
{{TemplateDataHeader}}
<templatedata>
{
"description": "An infobox on character encoding",
"params": {
"name": {
"label": "Name ",
"type": "string",
"required": true,
"deprecated": false,
"description": "common name of character encoding (displayed as title of infobox)"
},
"mime": {
"label": "Mime ",
"type": "string",
"deprecated": false,
"description": "The MIME type of the file. Set |_nomimecode= to disable the default <code>...</code> formatting."
},
"alias": {
"label": "Alias",
"type": "string",
"deprecated": false,
"description": "another name of character encoding"
},
"standard": {
"label": "Standard",
"type": "string",
"deprecated": false,
"description": "If the format is part of a standard or standards, list it/them here."
},
"lang": {
"label": "Language",
"type": "string",
"deprecated": false,
"description": "The language the source is written in, if not English. Displays in parentheses with \"in\" before the language name. Use the full language name or ISO 639-1 code."
},
"status": {
"label": "Status",
"type": "string",
"deprecated": false,
"description": "status of the character encoding"
},
"prev": {
"label": "Previous",
"type": "string",
"deprecated": false,
"description": "Preceded by"
},
"next": {
"label": "Next",
"type": "string",
"deprecated": false, "description": "Succeeded by"
}
},
"format": "block"
}
</templatedata>

== See also ==


<includeonly>
<!-- Categories go here, and interwikis go in Wikidata -->
[[Category:Software infobox templates]]
</includeonly>
Anonymous user

Navigation menu