Esta página de la BGA wiki se muestra en inglés porque aún no está disponible en tu idioma. ¡Pero puedes crearla!
A
Examples
some code with a highlighted section nested
{{code|some code with {{code|a highlighted section|yellow}} nested}}
wrap any {{wikitext}} special characters in nowiki tags
wrap any {{code|<nowiki>{{wikitext}}</nowiki>|c=#800}} special characters in nowiki tags
Parameters
Id
Name
Default
Example
Result
Description
1
text
A
{{code|some code}}
some code
Required: content.
2
background
transparent
{{code|some code
|#cfc}}
|#cfc}}
some code
Optional: background color as a CSS color value.
c
color
black
{{code|some code
|c=green}}
|c=green}}
some code
Optional: text color as a CSS color value.
s
size
1em (unchanged)
{{code|some code
|s=1.2}}
|s=1.2}}
some code
Optional: font size in em units.
wr
wrap
nowrap
{{code|some wrapping code
|wr=wrap}}
|wr=wrap}}
some wrapping code
Optional: CSS white-space value.