Template:Funcdef
This template is used for styling a function definition. It's better than using pre-formatted tags with the space character.
{{funcdef|void '''ThisIsAFunction'''(type {{param|parameter}});}} becomes:
void ThisIsAFunction(type parameter);
.