|
|
| (未显示1个用户的13个中间版本) |
| 第1行: |
第1行: |
|
| |
|
| <includeonly>{{{{headImage|}}} {| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;" | | <includeonly>{| |
| ! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span> | | ! colspan="4" | {{{headImage|}}} |
| |- | | |- |
| | <span class="title">中文名</span> | | | class="title" | 中文名 |
| | {{{title|}}} | | | {{{title|}}} |
| | | |- |
| | <span class="title">别名</span> | | | class="title" | 别名 |
| | {{{alias_name|}}} | | | {{{alias_name|}}} |
|
| |
|
| |- | | |- |
| | <span class="title">起源</span> | | | class="title" | 起源 |
| | {{{source|}}} | | | {{{source|}}} |
| | | |- |
| | <span class="title">代表作</span> | | | class="title" | {{#if:{{{works|}}}|代表作}} |
| | {{{works|}}} | | | {{{works|}}} |
|
| |
|
| |} | | |} |
|
| |
| [[分类:信息框模板]]
| |
| </includeonly> | | </includeonly> |
| <noinclude>
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "title": {
| |
| "type": "line"
| |
| },
| |
| "alias_name": {
| |
| "type": "line"
| |
| },
| |
| "works": {
| |
| "label": "代表作",
| |
| "type": "line"
| |
| },
| |
| "source": {
| |
| "label": "起源"
| |
| },
| |
| "headImage": {
| |
| "type": "wiki-file-name"
| |
| }
| |
| },
| |
| "format": "inline",
| |
| "paramOrder": [
| |
| "headImage",
| |
| "title",
| |
| "alias_name",
| |
| "source",
| |
| "works"
| |
| ]
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |