Template:Plaincode/doc: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
| <code><nowiki>{{plaincode|ABCDEFG}}</nowiki></code> || {{{{ROOTPAGENAME}}|ABCDEFG}} | | <code><nowiki>{{plaincode|ABCDEFG}}</nowiki></code> || {{{{ROOTPAGENAME}}|ABCDEFG}} | ||
|} | |} | ||
=== Parameters === | |||
; <code>{{{<nowiki />1}}}</code> (required) | |||
: The text to be styled. | |||
; <code>{{{<nowiki />color}}}</code> or <code>{{{<nowiki />colour}}}</code> (optional) | |||
: Set a custom text color; the default is <code>inherit</code> (i.e. the same as the parent element). | |||
; <code>{{{<nowiki />style}}}</code> (optional) | |||
: Add custom CSS attributes for styling, other than <code>border</code>, <code>background</code>, <code>color</code>, and <code>padding</code>. |