This is a documentation for Board Game Arena: play board games online !
Template:Code
Jump to navigation
Jump to search
A
Examples
some code
{{code|some code}}
some code
{{code|color=green|some code}}
wrap any {{wikitext}} special characters in nowiki tags
{{code|<nowiki>wrap any {{wikitext}} special characters in nowiki tags</nowiki>}}
Parameters
Id
Name
Default
Example
Result
Description
1text
A{{code|some code}}some codeRequired: content.
ccolor
unchanged
{{code|c=green|some code}}some codeOptional: text color as a CSS color value.
ssize
unchanged
{{code|s=1.1|some code}}some codewrapwrap
nowrap{{code|wrap=wrap|some code}}some wrapping codeOptional: behave like normal body text (i.e. line-breaking).