Template:Standout box
From PCSAR
(Difference between revisions)
Line 3: | Line 3: | ||
Otherwise text appears as long column, one word per line. | Otherwise text appears as long column, one word per line. | ||
--> | --> | ||
- | <table style="border:1px #AAA solid; background-color:{{{colour| | + | <table style="border:1px #AAA solid; background-color:{{{colour|rgb(255,255,100)}};" width="100%"> |
<tr><td>{{{1}}}</td></tr> | <tr><td>{{{1}}}</td></tr> | ||
</table> | </table> | ||
</blockquote></onlyinclude></includeonly> | </blockquote></onlyinclude></includeonly> |
Revision as of 05:51, 23 February 2018
This is the documentation for the template Template:Standout box
The template Example usage: {{Standout box|This page may contain spoilers.}} {{Standout box|colour=red|We do not attempt to maintain the accuracy of the information on this page.}} Results:
|
To see how this template is implemented,
edit this page and examine the portion
between <includeonly>
and </includeonly>
.