|
|
Línea 1: |
Línea 1: |
| <div style="{{#switch:{{{1}}}
| | <div class="bioficha"> |
| |red=background-color: #FFCCCC; border: 1px solid #CC0000;
| |
| |grey=background-color:#EEEEEE;border:1px solid #999999;
| |
| |amber=background-color: #FFFFCC; border: 1px solid #663300;
| |
| |navy=background-color: #AADBE0; border: 1px solid #00477B;
| |
| |none=border:1px hidden;
| |
| |tt=background-color: transparent; color:darkblue; font-family:monospace; border: 1px solid grey;
| |
| |plain
| |
| |#default=background-color: inherit; border: 1px solid #000000;}} margin: 0.5em; padding: 0.5em; {{#if:{{{radius|}}}|border-radius: {{{radius}}};}}">
| |
| <div class="center" style="width:auto; margin-left:auto; margin-right:auto;">{{#if:{{{2|}}}|'''{{{2}}}'''}}</div> | |
| {{{3|}}}
| |
| </div><noinclude>
| |
| {{documentation|content=
| |
| | |
| Mimics the [[w:Template:Divbox|divbox template]] found on English wikipedia.
| |
| | |
| Note that not all styles are currently supported. Currently just <code>red</code>, <code>grey</code>, <code>amber</code>, <code>navy</code>, <code>none</code>, <code>tt</code>, and <code>plain</code> (which is the default).
| |
| }}
| |
| </noinclude>
| |