文档图示 模板文档[查看] [编辑] [历史] [清除缓存]

这种模板用于在其他页面中重复使用部分页面。这种做法有以下优点:

但它也具有以下缺点 :

This template extends the capabilities of the built-in normal transclusion and labeled section transclusion.

Usage[编辑]

Basic usage[编辑]

Parameters[编辑]

Replacing Template:Main[编辑]

How to replace a section for an excerpt.

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:

  1. Open the section in one tab and the subpage in another.
  2. Edit both.
  3. Copy the text of the section and paste it below the lead section of the subpage.
  4. Delete repeated content and adjust using common sense.
  5. Save the changes in the subpage with an edit summary like: Bring content from [[Page]].
  6. Back to the section, delete all content and replace it for an excerpt of the subpage.
  7. 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[编辑]

Visual representation of an excerpt tree.

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):

//zh.wikipedia.org/w/index.php?title=Template:Excerpt&withJS=MediaWiki:ExcerptTree.js#Excerpt_trees

See also[编辑]

Template data[编辑]

此模板用于在条目中嵌入指定的另一条目的特定内容。

模板参数[编辑模板数据]

参数描述类型状态
条目1 article page

要纳入的条目名或页面名

示例值
汉语
页面名称必需
章节2 section fragment

要纳入的章节名称或<section>标签

示例值
历史
字符串可选
仅限only

仅纳入指定的元素类型

示例值
table
字符串可选
段落paragraphs paragraph

要纳入的段落

示例值
1-3,5
字符串可选
文件files file

要纳入的文件

默认值
1
示例值
1-3,5
字符串可选
表格tables table

要纳入的表格

示例值
Stats2020
字符串可选
列表lists list

纳入的列表

示例值
1
字符串可选
模板templates template

纳入的模板

示例值
Infobox person
字符串可选
参考文献references

是否纳入参考文献

示例值
no
布尔可选
子章节subsections

是否纳入所请求章节的子章节

示例值
yes
布尔可选
Hatnotehat

是否包含hatnote

默认值
yes
示例值
no
布尔可选
粗体bold

是否保留文字粗体格式

默认值
yes
示例值
no
布尔可选
维基内链links

是否保留内链格式

默认值
yes
示例值
no
布尔可选
引用quote

用<blockquote>标签包覆此节选

默认值
no
示例值
yes
布尔可选
Thisthis

Change the initial text of the hatnote

示例值
This gallery is
字符串可选
显示标题displaytitle

Change the text of the link in the hatnote

字符串可选
内联inline

移除节选中的hatnote和<div>标签,便于放在其他文本之中

默认值
no
示例值
yes
布尔可选
仅自由文件onlyfreefiles

允许纳入非自由文件

默认值
no
示例值
yes
布尔可选
日期简化briefdates

生卒信息简化为YYYY-YYYY格式

默认值
no
示例值
yes
布尔可选
CSS类class

额外CSS类

示例值
noprint
字符串可选