| 第1行: |
第1行: |
| | + | <onlyinclude><table align="right" |
| | + | style=" |
| | + | width:265px; |
| | + | font-size:90%; |
| | + | text-align:left; |
| | + | border: 1px #E1E1E1 solid; |
| | + | background-color:#F0F0F0; |
| | + | color: #000000; |
| | + | margin: 0.5em 0 0.5em 1em; |
| | + | padding: 0.2em; |
| | + | float: right; |
| | + | clear: right; |
| | + | word-break: break-all; |
| | + | "> |
| | + | <tr> |
| | + | <td colspan="2" style="text-align:center;" bgcolor="#E1E1E1" width"250px"> |
| | + | {{{[[Image:PlaceHolder.png|250px]]|[[Image:{{{image}}}|250px]]}}} |
| | + | </td> |
| | + | </tr> |
| | + | <tr><td colspan="2" bgcolor="#E1E1E1" style="text-align:center;">'''{{{imagecaption}}}'''</td> |
| | + | </tr> |
| | | | |
| | + | <tr> |
| | + | <th style="width: 60px">主题名称</th> |
| | + | <td style="max-width: 170px">{{{name}}}</td> |
| | + | </tr> |
| | + | |
| | + | <tr> |
| | + | <th style="width: 60px">介绍于</th> |
| | + | <td style="max-width: 170px">{{{includein}}}</td> |
| | + | </tr> |
| | + | |
| | + | <tr> |
| | + | <th style="min-width: 80px">第一次出现</th> |
| | + | <td style="max-width: 170px">{{{firstseein}}}</td> |
| | + | </tr> |
| | + | |
| | + | <tr> |
| | + | <th style="min-width: 80px">最后一次出现</th> |
| | + | <td style="max-width: 170px">{{{lastseein}}}</td> |
| | + | </tr> |
| | + | |
| | + | <tr> |
| | + | <th style="min-width: 80px">基于</th> |
| | + | <td style="max-width: 170px">{{{basedon}}}</td> |
| | + | </tr> |
| | + | |
| | + | <tr> |
| | + | <td colspan="2" bgcolor="#E1E1E1" style="text-align:center;">顺序</td> |
| | + | <tr> |
| | + | <th style="min-width: 80px">取代</th> |
| | + | <td style="max-width: 170px">{{{replaces}}}</td> |
| | + | </tr> |
| | + | <tr> |
| | + | <th style="min-width: 80px">被取代</th> |
| | + | <td style="max-width: 170px">{{{replacesby}}}</td> |
| | + | </tr> |
| | + | </table> |
| | + | </onlyinclude> |
| | + | |
| | + | 用法 |
| | + | <pre style="width:200px"> |
| | + | {{Infobox visual style |
| | + | |image= |
| | + | |imagecaption= |
| | + | |name= |
| | + | |introducedin= |
| | + | |firstseein= |
| | + | |lastseein= |
| | + | |basedon= |
| | + | |replaces= |
| | + | |replacesby= |
| | + | }} |
| | + | </pre> |
| | + | [[Category:模板]] |