Template:Plaincode/doc: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
ArrowHead294 (talk | contribs)
Docupage
 
ArrowHead294 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{dochead}}{{wikipedia}}
{{dochead}}{{wikipedia}}
Use this template to create a <code><<nowiki />code></code> block without borders or background coloring.
Use this template to create a <code><<nowiki />code></code> block without borders or background coloring.
{| class="wikitable"
|-
! You type !! You get
|-
| <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>.

Latest revision as of 13:39, 12 February 2025

English Wikipedia has an article on:

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, and padding.