Template:Infobox character encoding/doc: Difference between revisions

Content deleted Content added
m Reverted edits by Birsinghjmd2 (talk) (HG) (3.4.12)
 
(20 intermediate revisions by 11 users not shown)
Line 1:
{{Documentation subpage}}
{{Lua|Module:Infobox|Module:Check for unknown parameters}}
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
 
Line 8 ⟶ 9:
== Usage ==
See below for documentation of individual parameters. It is usually neither appropriate nor necessary to specify all of them.
<presyntaxhighlight lang="wikitext">{{infobox character encoding
| name =
| image =
| caption =
| mime =
| aliaskermit =
| langalias =
| bylang =
| standardby =
| definitionsstandard =
| statusdefinitions =
| classificationstatus =
| extendsclassification =
| basedonextends =
| extensionsbasedon =
| encodingsextensions =
| encodesencodings =
| prevencodes =
| nextprev =
| otherrelatednext =
| extraotherrelated =
| extra =
}}</pre>
}}</syntaxhighlight>
 
==Template Data==
Line 61 ⟶ 63:
"deprecated": false,
"description": "A label of the encoding to be used in MIME types. Should be an IANA-approved label for the specific encoding in question; favour the Preferred MIME Name if one is available. Set |_nomimecode= to disable the default <code>...</code> formatting."
},
"kermit": {
"label": "Kermit",
"type": "string",
"deprecated": false,
"description": "A label of the encoding used in Kermit. As MIME names are currently accepted by Kermit, this is not necessarily useful to note, but may be if the label is in extensive use or if there is no MIME name for the encoding. Set |_nokermitcode= to disable the default <code>...</code> formatting."
},
"alias": {
Line 126 ⟶ 134:
"type": "string",
"deprecated": false,
"description": "Repertoire or charset which is a subset (or equal set) of this encoding's repertoire. Whilst this may be something which is both a charset and an encoding, it should not be an encoding solely encoding a charset with its own clear identity (e.g. 'ISO 8859-1' and, 'Unicode' are both appropriate values but 'UTF-8' is not). If it is an encoding which is a subset of the encoding itself, it goes in the Extends field."
},
"encodings": {
Line 150 ⟶ 158:
"type": "string",
"deprecated": false,
"description": "Any other encodings which are worth of note as being closely related, but neither a predecessor, nor a successor, nor a subset."
},
"extra": {
Line 164 ⟶ 172:
 
== See also ==
* {{tl|Infobox symbol}}
* {{tl|Infobox punctuation mark}}
 
<includeonly>{{Sandbox other||
 
<includeonly>
<!-- Categories go here, and interwikis go in Wikidata -->
[[Category:Software infobox templates]]
}}</includeonly>