模板:quote:修订间差异
Sheep-realms(留言 | 贡献) (禁止加框) |
Sheep-realms(留言 | 贡献) 无编辑摘要 |
||
| (未显示同一用户的3个中间版本) | |||
| 第2行: | 第2行: | ||
{{#if: {{{image|{{{4|}}}}}} | <div style="grid-row: 1 / {{#if: {{{author|{{{2|}}}}}}{{{custom|}}} | 3 | 2 }}; align-self: center;">[[File:{{{image|{{{4|}}}}}}|64px]]</div> }} | {{#if: {{{image|{{{4|}}}}}} | <div style="grid-row: 1 / {{#if: {{{author|{{{2|}}}}}}{{{custom|}}} | 3 | 2 }}; align-self: center;">[[File:{{{image|{{{4|}}}}}}|64px]]</div> }} | ||
<div style="font-size: 3.3em; color: #ff9900; font-family: Times, serif; font-weight: bold;">“</div> | <div style="font-size: 3.3em; color: #ff9900; font-family: Times, serif; font-weight: bold;">“</div> | ||
<div class="kai" style="align-self: center;" | <div class="kai" style="align-self: center;">{{{1}}}</div> | ||
</div> | |||
<div style="font-size: 3.3em; color: #ff9900; font-family: Times, serif; font-weight: bold; line-height: 0.75em; align-self: end;">”</div> | <div style="font-size: 3.3em; color: #ff9900; font-family: Times, serif; font-weight: bold; line-height: 0.75em; align-self: end;">”</div> | ||
{{#if: {{{author|{{{2|}}}}}}{{{custom|}}} | <div style="grid-column: {{#if: {{{image|{{{4|}}}}}} | 3 / 4 | 2 / 3 }}; text-align: right; font-size: smaller;">——'''{{#if: {{{custom|}}} | {{{custom}}} | {{{author|{{{2|[[Minecraft|某人]]}}}}}}{{#if: {{{topic|{{{3|}}}}}} |<nowiki/>评论于{{{topic|{{{3}}}}}} }} }}'''</div> }} | {{#if: {{{author|{{{2|}}}}}}{{{custom|}}} | <div style="grid-column: {{#if: {{{image|{{{4|}}}}}} | 3 / 4 | 2 / 3 }}; text-align: right; font-size: smaller;">——'''{{#if: {{{custom|}}} | {{{custom}}} | {{{author|{{{2|[[Minecraft|某人]]}}}}}}{{#if: {{{topic|{{{3|}}}}}} |<nowiki/>评论于{{{topic|{{{3}}}}}} }} }}'''</div> }} | ||
</div></div></includeonly><noinclude> | </div></div></includeonly><noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
[[Category:格式模板]]</noinclude> | [[Category:格式模板]]<templatedata> | ||
{ | |||
"params": { | |||
"1": { | |||
"label": "内容", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"author": { | |||
"aliases": [ | |||
"2" | |||
], | |||
"label": "某人" | |||
}, | |||
"topic": { | |||
"aliases": [ | |||
"3" | |||
], | |||
"label": "某事", | |||
"type": "string" | |||
}, | |||
"image": { | |||
"aliases": [ | |||
"4" | |||
], | |||
"label": "插图", | |||
"example": "mcbbs.png", | |||
"type": "string" | |||
}, | |||
"custom": { | |||
"label": "自定义签名", | |||
"type": "content" | |||
} | |||
}, | |||
"description": "引言", | |||
"paramOrder": [ | |||
"1", | |||
"author", | |||
"topic", | |||
"image", | |||
"custom" | |||
] | |||
} | |||
</templatedata></noinclude> | |||