Template:Infobox character encoding/doc: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Mobile edit Mobile web edit
m Reverted edits by Birsinghjmd2 (talk) (HG) (3.4.12)
 
(14 intermediate revisions by 9 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. -->
 
Infobox template for character encodings, character sets, code pages et cetera.
 
While the difference between a coded character1?!39character set and a character encoding is clear in a Unicode context (UTF-8 and UTF-16 are different encodings for the same set), the difference is often blurred immensely by legacy encodings. For example, so-called "[[Windows-1252|WinLatin-1]]" is a ''de facto''1 extension of the "Latin-1" (ISO 8859-1) 033''encoding'', whereas so-called "[[Code page 850|DOS Latin-1]]"4 is an alternative, incompatible encoding (or transformation format) of the ISO 8859-1 ''charset''. Both add their own extensions, meaning that ''their own charsets'', taken as wholes, have their own unique identities as well. For this reason, the same infobox template is used for both.
 
== 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 =
| kermit =
| alias =
| lang =
| by =
| standard =
| definitions =
| status =
| classification =
| extends =
| basedon =
| extensions =
| encodings =
| encodes =
| prev =
| next =
| otherrelated =
| extra =
}}</presyntaxhighlight>
 
==Template Data==