Template:Plaincode/doc: Difference between revisions
Jump to navigation
Jump to search
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 10: | Line 10: | ||
=== Parameters === | === Parameters === | ||
; <code>{{{<nowiki />1}}}</code> (required) | |||
: The text to be styled. | : The text to be styled. | ||
Latest revision as of 13:39, 12 February 2025
Use this template to create a <code>
block without borders or background coloring.
You type | You get |
---|---|
{{plaincode|ABCDEFG}} |
ABCDEFG
|
Parameters
{{{1}}}
(required)- The text to be styled.
{{{color}}}
or{{{colour}}}
(optional)- Set a custom text color; the default is
inherit
(i.e. the same as the parent element).
{{{style}}}
(optional)- Add custom CSS attributes for styling, other than
border
,background
,color
, andpadding
.