Difference between revisions of "Template:Infobox code"

From blackwiki
Jump to navigation Jump to search
imported>Bibekbirodh
(Blanked the page)
imported>DannyS712
m (Reverted edits by 137.43.92.159 (talk) to last version by 89.107.6.24)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<includeonly>{{Infobox
 +
|name=Infobox code
 +
|above={{{name}}}
 +
|image={{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{imagesize|}}}|alt={{{alt|}}}}}
 +
|caption={{{image_caption|}}}
  
 +
<!-- |labelstyle=width:50%; -->
 +
|headerstyle=background:#ccf;
 +
 +
|label1=Named after
 +
|data1={{{namesake|}}}
 +
|header2={{#if:{{{type|}}}{{{hierarchy|}}}|Classification}}
 +
 +
|label3=Type
 +
|data3={{{type|}}}
 +
 +
|label4=Hierarchy
 +
|data4={{{hierarchy|}}}
 +
|header5=
 +
|label6=[[Block code#The block length n|Block length]]
 +
|data6={{{block_length|}}}
 +
|label7=[[Block code#The message length k|Message length]]
 +
|data7={{{message_length|}}}
 +
|label8=[[Block code#The rate R|Rate]]
 +
|data8={{{rate|}}}
 +
|label9=[[Block code#The distance d|Distance]]
 +
|data9={{{distance|}}}
 +
|label10=[[Block code#The alphabet Σ|Alphabet size]]
 +
|data10={{{alphabet_size|}}}
 +
|label11=[[Block code#Popular notation|Notation]]
 +
|data11={{{notation|}}}
 +
 +
|label20=Digits<!-- Stellenzahl -->
 +
|data20={{{digits|}}}
 +
|label21=Tracks<!-- Lesespuren -->
 +
|data21={{{tracks|}}}
 +
|label22=[[Digit value]]s<!-- Stellenwerte / bewertbar -->
 +
|data22={{{digit_values|}}}
 +
|label23=[[Hamming weight|Weight(s)]]<!-- Gewichte -->
 +
|data23={{{weight|}}}
 +
|label24=Continuity<!-- Stetigkeit / Einschrittigkeit / zyklisch (veraltet) -->
 +
|data24={{{continuity|}}}
 +
|label25=[[Cyclic code|Cyclic]]<!-- zyklisch -->
 +
|data25={{{cyclic|}}}
 +
|label26=[[Hamming distance|Minimum distance]]
 +
|data26={{{minimum_distance|}}}
 +
|label27=Maximum distance
 +
|data27={{{maximum_distance|}}}
 +
|label28=[[Hamming distance]]
 +
|data28={{{hamming_distance|}}}
 +
|label29=[[Redundancy (information theory)|Redundancy]]
 +
|data29={{{redundancy|}}}
 +
|label30=[[Lexicographical order|Lexicography]]
 +
|data30={{{lexicography|}}}
 +
|label31=[[Method of complements|Complement]]
 +
|data31={{{complement|}}}
 +
|label32=Groups of 5<!-- 5er Bündel -->
 +
|data32={{{groups_of_5|}}}
 +
 +
|header50={{#if:{{{decoding|}}}|Algorithms}}
 +
|label51=Decoding
 +
|data52={{{decoding|}}}
 +
|header53={{#if:{{{properties|}}}|Properties}}
 +
|data54={{{properties|}}}
 +
}}</includeonly><noinclude>
 +
{{documentation}}
 +
<templatedata>
 +
{
 +
"params": {}
 +
}
 +
</templatedata>
 +
</noinclude>

Latest revision as of 09:51, 18 August 2020

Template documentation[view] [edit] [history] [purge]
Reed–Solomon codes
Named afterIrving S. Reed and Gustave Solomon
Classification
HierarchyLinear block code
Polynomial code
Cyclic code
BCH code
Reed–Solomon code
Block lengthn = q − 1
Message lengthk
Distancenk + 1
Alphabet sizeq = pm  (p prime)
Notation[n, k, nk + 1]q-code
Algorithms
Berlekamp–Massey
Euclidean
et al.
Properties
Maximum-distance separable code
[[Category:Infobox templates|Template:Remove first word]]
{{infobox code
 | name             =
 | image            =
 | image_caption    =
 | namesake         =
 | type             =
 | hierarchy        =
 | block_length     =
 | message_length   =
 | rate             =
 | distance         =
 | alphabet_size    =
 | notation         =
 | decoding         =
 | properties       =

 | digits           =
 | tracks           =
 | digit_values     =
 | weight           =
 | continuity       =
 | cyclic           =
 | minimum_distance =
 | maximum_distance =
 | hamming_distance =
 | redundancy       =
 | lexicography     =
 | complement       =
 | groups_of_5      =
}}
  • Any of the fields can be safely left blank.
    • You may include an image with no caption, but a caption will not be shown if there is no image.
  • Wiki links [[]] are fine in any of the fields.

No description.

Template parameters

ParameterDescriptionTypeStatus
No parameters specified