Difference between revisions of "Template:Infobox code"

From blackwiki
Jump to navigation Jump to search
imported>Zackmann08
(Invoking InfoboxImage module)
imported>Matthiaspaul
(Added a number of code properties from "Infobox Binärcode" in German WP with some properties added from Steinbuch book)
Line 30: Line 30:
 
|label11=[[Block code#Popular notation|Notation]]
 
|label11=[[Block code#Popular notation|Notation]]
 
|data11={{{notation|}}}
 
|data11={{{notation|}}}
|header12={{#if:{{{decoding|}}}|Algorithms}}
+
 
|label13=Decoding
+
|label20=Digits<!-- Stellenzahl -->
|data13={{{decoding|}}}
+
|label21={{{digits|}}}
|header14={{#if:{{{properties|}}}|Properties}}
+
|label22=Tracks<!-- Lesespuren -->
|data15={{{properties|}}}
+
|label23={{{tracks|}}}
 +
|label24=Digit values<!-- Stellenwerte / bewertbar -->
 +
|label25={{{digit_values|}}}
 +
|label26=Weight<!-- Gewichte -->
 +
|label27={{{weight|}}}
 +
|label28=Continuity<!-- Stetigkeit / Einschrittigkeit / zyklisch (veraltet) -->
 +
|label29={{{continuity|}}}
 +
|label30=Minimal distance<!-- Minimale Distanz -->
 +
|label31={{{minimal_distance|}}}
 +
|label32=Maximal distance<!-- Maximale Distanz -->
 +
|label33={{{maximal_distance|}}}
 +
|label34=Hamming distance<!-- Hamming-Distanz -->
 +
|label35={{{hamming_distance|}}}
 +
|label36=Redundancy<!-- Redundanz -->
 +
|label37={{{redundancy|}}}
 +
|label40=Lexicographic<!-- Lexikografisch -->
 +
|label41={{{lexicographic|}}}
 +
|label42=Complement<!-- Komplement -->
 +
|label43={{{complement|}}}
 +
|label44=Group of 5<!-- 5er Bündel -->
 +
|label45={{{group_of_5|}}}
 +
 
 +
|header50={{#if:{{{decoding|}}}|Algorithms}}
 +
|label51=Decoding
 +
|data52={{{decoding|}}}
 +
|header53={{#if:{{{properties|}}}|Properties}}
 +
|data54={{{properties|}}}
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
  

Revision as of 11:33, 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.