模板:Excerpt
![]() | 此模板使用Lua语言: |
这种模板用于在其他页面中重复使用部分页面。这种做法有以下优点:
- 通过避免必须多次更新的重复内容而减少维护工作。
- 通过鼓励编辑合并相关内容来提高内容质量,而不是在不同的开发阶段有多个版本。
- 通过引导贡献者到一个地方编辑来促进合作。
但它也具有以下缺点 :
- 因为您必须转到子文章才能对主要文章进行更改。
- 由于代码生成的问题,一篇文章的摘录格式不能完美地融入一篇新文章,存在段落丢失问题。
- 对子文章的更改不会出现在主文章的编辑监视列表中。
用法
[编辑]基本用法
[编辑]参数
[编辑]1
或article
或page
— 必填。 要转用的文章或页面的名称。预设情况下,转用的是导言部分 (范例)。如果页面包含资讯框,则资讯框中的图像和标题也会被转用(除非设置了files=0
)。另外,Module:Excerpt/config 中列出的模板将不会被转用(除非明确请求使用|templates=
,见下文)。2
或section
或fragment
— 要转用的段落名称 (范例) 或要转用的<section>
标签 (范例)。在被转用的页面中,必须使用<section begin=Name of the fragment/>
和<section end=Name of the fragment/>
标记。请注意,此模板还提供其他方式来定位页面的特定片段,而不必使用段落标签。only
— 要转用的元素。预设情况下,所有元素都会被转用(除了在 Module:Excerpt/config 中列入黑名单的模板)。only=file
— 仅转用第一个档案。only=files
— 仅转用档案。only=list
— 仅转用第一个清单。only=lists
— 仅转用清单。only=table
— 仅转用第一个表格。only=tables
— 仅转用表格 (范例)。only=template
— 仅转用第一个模板。only=templates
— 仅转用模板。only=paragraph
— 仅转用第一个段落。only=paragraphs
— 仅转用段落。
paragraphs
— 要转用的段落。预设情况下,所有段落都会被转用。paragraphs=0
— 不转用任何段落。paragraphs=1
— 转用第一个段落。paragraphs=2
— 转用第二个段落。paragraphs=1,3
— 转用第一个和第三个段落。paragraphs=1-3
— 转用第一、第二及第三个段落。paragraphs=1-3,5
— 转用第一、第二、第三及第五个段落。paragraphs=-1
— 转用除了第一个以外的所有段落。paragraphs=-2
— 转用除了第二个以外的所有段落。paragraphs=-1,3
— 转用除了第一个和第三个以外的所有段落。paragraphs=-1-3
— 转用除了第一、第二及第三个以外的所有段落。paragraphs=-1-3,5
— 转用除了第一、第二、第三及第五个以外的所有段落。
lists
— 要转用的清单。预设情况下,所有清单都会被转用。语法与转用段落相同。files
— 要转用的档案。预设情况下,所有档案都会被转用。语法与转用段落相同,但还包括:files=A.jpg
— 转用名为“A.jpg”的档案。files=A.jpg, B.png, C.gif
— 转用名为“A.jpg”、“B.png”及“C.gif”的档案。files=.+%.png
— 转用所有 PNG 档案。files=-A.jpg
— 转用除了名为“A.jpg”以外的所有档案。files=-A.jpg, B.png, C.gif
— 转用除了名为“A.jpg”、“B.png”及“C.gif”以外的所有档案。files=-.+%.png
— 转用所有非 PNG 档案。
tables
— 要转用的表格。预设情况下,所有表格都会被转用。语法与转用段落相同,但还包括:tables=Stats2020
— 转用 id 为“Stats2020”的表格。tables=Stats2020, Stats2019, Stats2018
— 转用 id 为“Stats2020”、“Stats2019”及“Stats2018”的表格。tables=-Stats2020
— 转用除了 id 为“Stats2020”的表格以外的所有表格。tables=-Stats2020, Stats2019, Stats2018
— 转用除了 id 为“Stats2020”、“Stats2019”及“Stats2018”的表格以外的所有表格。
templates
— 要转用的模板。预设情况下,所有模板都会被转用,除了在 Module:Excerpt/config 中列入黑名单的那些。若在以逗号分隔的模板列表前加上连字符,则会将这些模板加入黑名单。templates=-Ocean
— 将模板{{Ocean}}
加入黑名单。templates=-Ocean, Nature
— 将模板{{Ocean}}
及{{Nature}}
加入黑名单。templates=Infobox person
— 忽略黑名单并转用模板{{Infobox person}}
。templates=Infobox person, Ocean
— 忽略黑名单并转用模板{{Infobox person}}
及{{Ocean}}
。templates=.*
— 忽略黑名单并转用所有模板。
this
— 更改引言注释的初始文字。例如,如果转用的内容是图库,您可以设置this=This gallery is
,使得引言注释显示 "This gallery is an excerpt from..." (范例)。displaytitle
— 更改引言注释中连结的文字。例如,添加斜体、下标等。hat=no
— 隐藏顶注“这个部分摘自”。bold=yes
— 保留 粗体 文字。links=no
— 移除所有维基连结。quote=yes
— 用<blockquote>
标签包裹转用的内容。dd=yes
— 以冒号列表(描述列表)的形式转用。预设只转用段落、无顶注。inline=yes
— 移除转用内容周围的引言注释和<div>
标签,以便嵌入其他文字中。onlyfreefiles=no
— 允许转用非自由档案。briefdates=yes
— 将出生和死亡资讯缩写为 (YYYY-YYYY) 格式。references=no
— 移除所有参考文献。subsections=yes
— 包含转用段落的子段落。请注意,如果从第 3 级段落进行转用,且被转用的子段落也是第 3 级,那么这些子段落将与转用段落显示相同的阶层,这可能不理想,因此请小心使用。
Replacing Template:Main
[编辑]Sections are often summaries of more precise subpages (generally linked with Template:Main). Sometimes it's convenient to replace the content of such sections for excerpts of the subpages (after merging any valuable content of the section into the subpage). In such cases, an efficient way to proceed is:
- Open the section in one tab and the subpage in another.
- Edit both.
- Copy the text of the section and paste it below the lead section of the subpage.
- Delete repeated content and adjust using common sense.
- Save the changes in the subpage with an edit summary like: Bring content from [[Page]].
- Back to the section, delete all content and replace it for an excerpt of the subpage.
- Save the changes in the section with an edit summary like: Move content to [[Subpage]] and leave an excerpt.
Refinement using inclusion control
[编辑]Sometimes, a passage will almost fit for a transclusion, but not quite. In these cases, you can edit the source page to add <noinclude>...</noinclude>
tags around content you don't want in the excerpt and <includeonly>...</includeonly>
tags around content you want only in the excerpt.
For instance, the page COVID-19 misinformation begins The COVID-19 pandemic has resulted in misinformation.... However, when excerpting this lead to the misinformation section of COVID-19 pandemic, we don't need to specify which pandemic we're referring to. Therefore, the code The <noinclude>[[COVID-19 pandemic]]</noinclude><includeonly>pandemic</includeonly> has resulted in [[misinformation]]
can be used at the misinformation page, so that it will appear at the pandemic page as The pandemic has resulted in misinformation....
For pages with a high volume of edits, it may be a good idea to leave a hidden comment explaining why the tags are there, so that no one will be tempted to remove them.
Please note that when the </noinclude>
tag is wrapped into a new line, a character next to it would be interpreted as a line beginning. This can lead to some formatting problems. For example, when a </noinclude>
at line beginning is succeeded by a whitespace character, the page engine would translate this as a leading space that renders the subsequent paragraph in code block and monospaced font with preserved formatting. For this reason, no spaces should separate the </noinclude>
tag from the text it precedes.
Compared to #section
[编辑]For simple cases of transcluding sections of articles, the {{#section}}, {{#section-x}}, and {{#section-h}} (abbreviated {{#lst}}, {{#lstx}}, and {{#lsth}})) parser functions can be used instead of this template. {{#lsth:article|fragmentname}} will transclude the section of "article" with the header "fragmentname", and {{#lsth:article}} will transclude the lead section of "article". Excerpting only specific paragraphs can be done by marking up the source article with <section begin=fragmentname/>...<section end=fragmentname/>
tags and using {{#lst:article|fragmentname}} to transclude those fragments, which is equivalent to using the |fragment=fragmentname
parameter with this template. {{#lsth:article|fragmentname}} can also be used to transclude everything but those fragments.
The text will not be trimmed of excess whitespace, there will not be a header (equivalent to |hat=no
, and all files, templates, tables, references, and subsections will be included unless the source article is marked up with <section begin=fragmentname/>...<section end=fragmentname/>
, <noinclude>...</noinclude>
, or <onlyinclude>...</onlyinclude>
tags. Self links will appear in bold.
Excerpt trees
[编辑]
When a very general article uses excerpts from more specific articles, which in turn use excerpts from even more specific articles, then a tree structure emerges, called an "Excerpt tree".
Here you can navigate the main excerpt trees on the English Wikipedia. It's useful for editors interested in expanding or improving them. To navigate the trees, click the following button(S):
See also
[编辑]- Module:Excerpt
- Module:Excerpt/config
- Module:Transcluder
- Help:Transclusion#Drawbacks
- Category:Articles with excerpts, or Articles that link to "Template:Excerpt" (unsorted)
- Category:Articles with broken excerpts
- Help:Labeled section transclusion – A more efficient method for simple section transclusions
- Wikipedia:Transclusion#Selective transclusion – how to transclude one or more sections of an article or project page into another
- Wikipedia:Summary style#Synchronization
- Wikipedia:Manual of Style/Lead section
- Wikipedia:WikiProject Introductions
- {{Transcluded section}} – creates hatnote but does not transclude the section
- {{Transcluding article}} – transcludes one or more entire pages
- meta:Grants:Project/Rapid/Sophivorus/Excerpts - Grant to spread excerpts to various Wikipedias
- meta:Concise Wikipedia - Perennial new project proposal (see the comparison table at the bottom in particular)
- Single source of truth
- Excerpts: Modular and Reusable Content within Wikipedia - Video presentation about excerpts for Wikimania 2021
- {{Transclude lead excerpt}} and {{Transclude linked excerpt}} – templates designed for excerpt transclusion in portals
Template data
[编辑]此模板用于在条目中嵌入指定的另一条目的特定内容。
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
条目 | 1 article page | 要纳入的条目名或页面名
| 页面名称 | 必需 |
章节 | 2 section fragment | 要纳入的章节名称或<section>标签
| 字符串 | 可选 |
仅限 | only | 仅纳入指定的元素类型
| 字符串 | 可选 |
段落 | paragraphs paragraph | 要纳入的段落
| 字符串 | 可选 |
文件 | files file | 要纳入的文件
| 字符串 | 可选 |
表格 | tables table | 要纳入的表格
| 字符串 | 可选 |
列表 | lists list | 纳入的列表
| 字符串 | 可选 |
模板 | templates template | 纳入的模板
| 字符串 | 可选 |
参考文献 | references | 是否纳入参考文献
| 布尔 | 可选 |
子章节 | subsections | 是否纳入所请求章节的子章节
| 布尔 | 可选 |
Hatnote | hat | 是否包含hatnote
| 布尔 | 可选 |
粗体 | bold | 是否保留文字粗体格式
| 布尔 | 可选 |
维基内链 | links | 是否保留内链格式
| 布尔 | 可选 |
冒号列表 | quote | 以冒号列表形式展示此节选
| 布尔 | 可选 |
This | this | Change the initial text of the hatnote
| 字符串 | 可选 |
显示标题 | displaytitle | Change the text of the link in the hatnote | 字符串 | 可选 |
内联 | inline | 移除节选中的hatnote和<div>标签,便于放在其他文本之中
| 布尔 | 可选 |
仅自由文件 | onlyfreefiles | 允许纳入非自由文件
| 布尔 | 可选 |
日期简化 | briefdates | 生卒信息简化为YYYY-YYYY格式
| 布尔 | 可选 |
CSS类 | class | 额外CSS类
| 字符串 | 可选 |