模板:Quote:修订间差异
来自星露谷物语扩展百科
更多语言
更多操作
m 文本替换 - 替换“Quote/SVE”为“Expanded/Quote” |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
<includeonly>{{ | <includeonly>{{CSS|Quote|10}}<table class="quotetable lang-{{#ifeq:{{{lang|}}}|en|en|zh}}"> | ||
| | |||
<tr> | <tr> | ||
<td rowspan="2" class=" | <td rowspan="2" class="decorativequote"></td> | ||
</td> | <td class="quotetext">“{{{1|引文}}}”</td> | ||
<td class="quotetext | </tr> | ||
</td></tr> | |||
{{#if:{{{2|}}}|<nowiki /> | {{#if:{{{2|}}}|<nowiki /> | ||
<tr> | <tr> | ||
<td class="quotesource | <td class="quotesource">— {{{2|}}}</td> | ||
</td></tr> | </tr> | ||
}}</table> | }}</table></includeonly><noinclude>{{Documentation}}</noinclude> | ||
2025年10月14日 (二) 21:13的版本
描述
当前模板用于展示一条引文。
用法
在相关页面通过以下格式调用本模板:
{{Quote|被引用文本|作者}}
如果展示的引文是纯英语文本,可设置 |lang=en。
示例
基础引用
{{Quote|示例文本。}}
| “示例文本。” |
带来源的引用
{{Quote|被引用文本内容|作者姓名}}
| “被引用文本内容” | |
| — 作者姓名 |
带链接来源的引用
{{Quote|被引用文本内容|[[新手指南|作者条目]]}}
| “被引用文本内容” | |
| — 作者条目 |
纯英语文本引用
{{Quote|Christmas lights glisten<br />I've got my eye on the door<br />Just waiting for you to walk in<br />But the time is ticking|lang=en}}
| “Christmas lights glisten I've got my eye on the door Just waiting for you to walk in But the time is ticking” |
另见
[ 查看 | 编辑 | 历史 | 刷新 ]上述文档的内容来自模板:Quote/doc。