|
|
| (未显示2个用户的18个中间版本) |
| 第1行: |
第1行: |
| <div class="ottowiki-toppop" style="
| | #重定向: [[Template:Info]] |
| margin: 1.4em auto -2px;
| |
| width: 75%;
| |
| box-shadow: 0 1px 5px rgba(0,0,0,.06);
| |
| border-left: 6px solid #3c8dbc;
| |
| border-radius: 5px;
| |
| background: #f2f8fc;">
| |
| <table style="
| |
| font-size: {{{大小|100%}}};
| |
| width: 100%;
| |
| margin: 0 auto;
| |
| border-collapse: collapse;
| |
| border: 1px solid #AAA;
| |
| background-color: {{{背景色|transparent}}};
| |
| color: {{{文字颜色|#000}}};"
| |
| class="plainlinks">
| |
| <tr>
| |
| <td style="
| |
| width: {{{左框大小|55}}}px;
| |
| padding: {{{左框padding|2}}}px;
| |
| text-align: center;
| |
| border-right: 1px solid #AAA;
| |
| {{#if:{{{图片|}}}| |display: none;}}">
| |
| {{#if:{{{图片|}}}|[[文件:{{{图片|小莫问号.png}}}|{{{图片大小|60}}}px|link={{{link|}}}]]|}}</td>
| |
| <td style="
| |
| padding: {{{右框padding-1|5}}}px {{{右padding-2|20}}}px;
| |
| {{#if:{{{图片|}}}| |padding-left: 22px;}}">
| |
| <b style="display: block; font-size: 1em; margin-bottom: 2px;">{{{标题|信息}}}</b>
| |
| <div style="
| |
| font-size: {{{内容大小|95%}}};
| |
| {{#if:{{{图片|}}}|margin: 2px 0 2px 25px;|margin: 2px 0 2px 0px;}}">
| |
| {{{内容|这是一个提示框!}}}
| |
| </div>
| |
| </td></tr></table></div>
| |
| | |
| <noinclude>
| |
| <templatedata>{
| |
| "params": {
| |
| "背景色": {"default": "transparent"},
| |
| "文字颜色": {},
| |
| "左框大小": {},
| |
| "左框padding": {},
| |
| "图片": {},
| |
| "图片大小": {},
| |
| "右框padding-1": {},
| |
| "右padding-2": {},
| |
| "标题": {"required": true},
| |
| "内容": {"required": true},
| |
| "大小": {},
| |
| "内容大小": {}
| |
| }
| |
| }</templatedata>
| |
| </noinclude>
| |