Template:StructuredQuote
文本……—发言人
描述 编辑
用于显示结构化引文({{#SQuote:}})的模板。 如果您想充分挖掘结构化引文的潜力,请避免直接使用此模板,而应考虑使用 {{#SQuote:}} 标记。 有关结构性引文的更多信息,请参阅 https://community.fandom.com/zh/wiki/Help:結構化引文。
语法 编辑
{{StructuredQuote | text = | speaker = | receiver = | attribution = | source = }}
示例 编辑
大小并不重要。看着我。用体型来判断我,是吗?嗯?嗯。你不该这么做。(……)—尤达, 致 卢克·天行者, 星球大战V:帝国反击战
{{StructuredQuote |text=大小并不重要。看着我。用体型来判断我,是吗?嗯?嗯。你不该这么做。(……) |speaker=[[尤达]] |receiver=[[卢克·天行者]] |source=[[星球大战V:帝国反击战]] }}
TemplateData 编辑
<templatedata> { "params": { "text": { "label": "引文文本", "description": "引文文本", "type": "content", "required": true }, "speaker": { "label": "引述者", "description": "发表或撰写引文的人(维基文本链接,逗号分隔)", "type": "content", "required": true }, "receiver": { "label": "引文受众", "description": "引文受众(维基文本链接,逗号分隔)", "type": "content", "suggested": true }, "attribution": { "label": "署名", "description": "署名(维基文本链接,逗号分隔)", "type": "content", "suggested": true }, "source": { "label": "引文来源", "description": "发言地点(维基文本链接)", "type": "content", "suggested": true } }, "format": "block" } </templatedata>