模板:quote:修订间差异
Sheep-realms(留言 | 贡献) 无编辑摘要 |
|||
| (未显示5个用户的11个中间版本) | |||
| 第1行: | 第1行: | ||
<includeonly> | <includeonly><div style="display: table;"><div style="display: inline-grid; grid-template-columns: {{#if: {{{image|{{{4|}}}}}} | 64px }} 23px 1fr 23px; grid-gap: 4px;"> | ||
{{#if: {{{image|{{{4|}}}}}} | <div style="grid-row: 1 / {{#if: {{{author|{{{2|}}}}}}{{{custom|}}} | 3 | 2 }}; align-self: center;">[[File:{{{image|{{{4|}}}}}}|64px]]</div> }} | |||
{{ #if: {{{4|}}} | | <div style="font-size: 3.3em; color: #ff9900; font-family: Times, serif; font-weight: bold;">“</div> | ||
<div class="kai" style="align-self: center;">{{{1}}}</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: {{{2|}}} | </div></div></includeonly><noinclude> | ||
{{Documentation}} | |||
{{ | [[Category:格式模板]]<templatedata> | ||
{{ | { | ||
"params": { | |||
"1": { | |||
[[Category:格式模板 | "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> | |||