Template:Code/doc: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 17: | Line 17: | ||
| {{param|select}} || Sets the values for the user-select parameter.<br><br>'''Values:''' <br>'''1''' - all (one click selection), <br>'''2''' - none (template content will not be highlighted). | | {{param|select}} || Sets the values for the user-select parameter.<br><br>'''Values:''' <br>'''1''' - all (one click selection), <br>'''2''' - none (template content will not be highlighted). | ||
|- | |- | ||
| {{param|color}} || allows you to change the | | {{param|color}} || allows you to change the color of the text if the default style is enabled | ||
|- | |- | ||
| {{param|background}} || allows you to change the color | | {{param|background}} || allows you to change the background color if the default style is enabled | ||
|} | |} | ||
Revision as of 05:12, 22 January 2023

This is a documentation subpage for Template:Code.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
This template will allow you to format text as a one-line code. The default style is based on Markdown.
Parameters
Styles | |
---|---|
{{{desaturated}}} | less saturated version |
{{{outlined}}} | less saturated version with outline |
{{{clear}}} | no style |
Modifiers | |
---|---|
{{{select}}} | Sets the values for the user-select parameter. Values: 1 - all (one click selection), 2 - none (template content will not be highlighted). |
{{{color}}} | allows you to change the color of the text if the default style is enabled |
{{{background}}} | allows you to change the background color if the default style is enabled |
Examples
{{code|Go to [[Main Page|Main Page]]}} {{code|Go to {{hla|4}}}}
Go to Main Page Go to
Half-Life: Alyx

{{code|desaturated|Go to [[Main Page|Main Page]]}} {{code|desaturated|Go to {{hla|4}}}}
desaturated desaturated
{{code|outlined|Go to [[Main Page|Main Page]]}} {{code|outlined|Go to {{hla|4}}}}
outlined outlined
{{code|select=1|background=rgb(230,230,230)|color=black|Go to '''[[Main Page|Main Page]]'''}} {{code|background=rgb(40,60,100)|Go to {{hla|4}}}}
Go to Main Page Go to
Half-Life: Alyx
