Template:Infobox algorithm
Appearance
Infobox algorithm
Right-hand infobox holding a procedure in CLRS style.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Algorithm name | name | Heading shown at the top of the box. Defaults to the page title. | Line | suggested |
| Procedure signature | signature | The call line, for example Insertion-Sort(A, n). Plain text. | Line | required |
| Pseudocode | code | Plain text, one step per line. Indent nested blocks with four spaces or a tab per level. Keywords, procedure names and variables are styled automatically. | Content | required |