This is a documentation for Board Game Arena: play board games online !

Template:Code

From Board Game Arena
Revision as of 17:31, 10 June 2025 by Sammy McSam (talk | contribs) (nowiki escape example)
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
1
text
A
{{code|some code}}
some code
Required: content.
c
color
unchanged
{{code|c=green
|some code}}
some code
Optional: text color as a CSS color value.
s
size
unchanged
{{code|s=1.1
|some code}}
some code
Optional: font size in rem units (1rem = 16px).
wrap
wrap
nowrap
{{code|wrap=wrap|some code}}
some wrapping code
Optional: behave like normal body text (i.e. line-breaking).