Template:Panel
Jump to navigation
Jump to search
{{{1}}}
Documentation
Creates a colored panel that can be used to pull out important information.
It currently accepts four lowercase color variables: green, red, yellow, blue
Input
{{panel|Sample text}}
{{panel|title=Warning|Sample text|color=red}}
{{panel|Sample text|color=green}}
{{panel|Sample text|color=red}}
{{panel|Sample text|color=yellow}}
{{panel|Sample text|color=blue}}
Output
Sample text
Warning
Sample text
Sample text
Sample text
Sample text
Sample text