Template:CodeBox/testcases
From HPC Wiki
Jump to:navigation
Jump to:search
| No parameter | |
|---|---|
| Wiki code | {{CodeBox}}
|
| Main version | Template:XYZ |
| Sandbox version | Template:XYZ/sandbox |
| Parameters: 1=Some code. | |
|---|---|
| Wiki code | {{CodeBox|1=Some code.}}
|
| Main version | CODE
|
| Sandbox version | CODE
|
| Parameters: title=CodeBox example with title, 1=And with some code. | |
|---|---|
| Wiki code | {{CodeBox|title=CodeBox example with title|1=And with some code.}}
|
| Main version | CODE CodeBox example with tile
|
| Sandbox version | CODE CodeBox example with title
|
| Parameters: title=CodeBox example with title, lang=bash, 1=#!/bin/bash echo "Hello, world!" | |
|---|---|
| Wiki code | {{CodeBox|title=CodeBox example with title|lang=bash|1=#!/bin/bash
echo "Hello, world!"
}}
|
| Main version | CODE CodeBox example with title
|
| Sandbox version | CODE CodeBox example with title
|