Difference between revisions of "Template:Infobox code"

From blackwiki
Jump to navigation Jump to search
imported>Matthiaspaul
(removed forced width)
imported>Matthiaspaul
(refinements)
Line 37: Line 37:
 
|label22=Digit values<!-- Stellenwerte / bewertbar -->
 
|label22=Digit values<!-- Stellenwerte / bewertbar -->
 
|data22={{{digit_values|}}}
 
|data22={{{digit_values|}}}
|label23=Weight<!-- Gewichte -->
+
|label23=[[Hamming weight|Weight(s)]]<!-- Gewichte -->
 
|data23={{{weight|}}}
 
|data23={{{weight|}}}
 
|label24=Continuity<!-- Stetigkeit / Einschrittigkeit / zyklisch (veraltet) -->
 
|label24=Continuity<!-- Stetigkeit / Einschrittigkeit / zyklisch (veraltet) -->
 
|data24={{{continuity|}}}
 
|data24={{{continuity|}}}
|label25=Minimal distance<!-- Minimale Distanz -->
+
|label25=Minimum distance<!-- Minimale Distanz -->
|data25={{{minimal_distance|}}}
+
|data25={{{minimum_distance|}}}
|label26=Maximal distance<!-- Maximale Distanz -->
+
|label26=Maximum distance<!-- Maximale Distanz -->
|data26={{{maximal_distance|}}}
+
|data26={{{maximum_distance|}}}
 
|label27=Hamming distance<!-- Hamming-Distanz -->
 
|label27=Hamming distance<!-- Hamming-Distanz -->
 
|data27={{{hamming_distance|}}}
 
|data27={{{hamming_distance|}}}
 
|label28=Redundancy<!-- Redundanz -->
 
|label28=Redundancy<!-- Redundanz -->
 
|data28={{{redundancy|}}}
 
|data28={{{redundancy|}}}
|label29=Lexicographic<!-- Lexikografisch -->
+
|label29=[[Lexicographical order|Lexicography]]<!-- Lexikografisch -->
|data29={{{lexicographic|}}}
+
|data29={{{lexicography|}}}
 
|label30=Complement<!-- Komplement -->
 
|label30=Complement<!-- Komplement -->
 
|data30={{{complement|}}}
 
|data30={{{complement|}}}
|label31=Group of 5<!-- 5er Bündel -->
+
|label31=Groups of 5<!-- 5er Bündel -->
|data31={{{group_of_5|}}}
+
|data31={{{groups_of_5|}}}
  
 
|header50={{#if:{{{decoding|}}}|Algorithms}}
 
|header50={{#if:{{{decoding|}}}|Algorithms}}

Revision as of 21:16, 25 April 2017


50px 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.