Difference between revisions of "Template:Excerpt/doc"

From Asmbly Wiki
m (Reverted edits by Jon (talk) to last revision by [[User:en>Sophivorus|en>Sophivorus]])
Tags: Rollback Removed redirect
Line 13: Line 13:
 
* '''Decreases visibility''' as changes to the sub article will not appear on the watchlist of editors of the main article
 
* '''Decreases visibility''' as changes to the sub article will not appear on the watchlist of editors of the main article
  
This template extends the capabilities of the built-in [[Help:Transclusion|normal transclusion]] and [[Help:Labeled section transclusion|labeled section transclusion]].
+
This template extends the capabilities of the built-in [[mw:Help:Transclusion|normal transclusion]] and [[mw:Help:Labeled section transclusion|labeled section transclusion]].
  
 
==Usage==
 
==Usage==
Line 19: Line 19:
 
===Basic usage===
 
===Basic usage===
  
* <code><nowiki>{{Excerpt|Page title}}</nowiki></code> — Transclude the lead section ([[Africa#Water|example]])
+
* <code><nowiki>{{Excerpt|Page title}}</nowiki></code> — Transclude the lead section ([[wikipedia:Africa#Water|example]])
* <code><nowiki>{{Excerpt|Page title|Section title}}</nowiki></code> — Transclude a specific section, excluding any subsections ([[Eating#Mammals|example]])
+
* <code><nowiki>{{Excerpt|Page title|Section title}}</nowiki></code> — Transclude a specific section, excluding any subsections ([[wikipedia:Eating#Mammals|example]])
  
 
===Parameters===
 
===Parameters===
  
* <code>1</code> or <code>article</code> or <code>page</code> — '''Required.''' Name of the article or page to transclude. By default the lead section is transcluded ([[Africa#Water|example]]). If the page contains an infobox, the image and caption of the infobox will be transcluded but not the infobox. Also, templates listed at [[Module:Excerpt/config]] will not be transcluded (unless requested explicitly with {{para|templates}}, see below).
+
* <code>1</code> or <code>article</code> or <code>page</code> — '''Required.''' Name of the article or page to transclude. By default the lead section is transcluded ([[wikipedia:Africa#Water|example]]). If the page contains an infobox, the image and caption of the infobox will be transcluded but not the infobox. Also, templates listed at [[Module:Excerpt/config]] will not be transcluded (unless requested explicitly with {{para|templates}}, see below).
* <code>2</code> or <code>section</code> or <code>fragment</code> — Name of the section to transclude ([[Eating#Mammals|example]]) or of the <code><nowiki><section></nowiki></code> tag to transclude ([[Axiom Space#AX-1|example]]). Must be marked with <code><nowiki><section begin=Name of the fragment/></nowiki></code> and <code><nowiki><section end=Name of the fragment/></nowiki></code> in the transcluded page. Notice that this template provides other ways of targeting specific fragments of a page without having to resort to section tags.
+
* <code>2</code> or <code>section</code> or <code>fragment</code> — Name of the section to transclude ([[wikipedia:Eating#Mammals|example]]) or of the <code><nowiki><section></nowiki></code> tag to transclude ([[wikipedia:Axiom Space#AX-1|example]]). Must be marked with <code><nowiki><section begin=Name of the fragment/></nowiki></code> and <code><nowiki><section end=Name of the fragment/></nowiki></code> in the transcluded page. Notice that this template provides other ways of targeting specific fragments of a page without having to resort to section tags.
 
* <code>only</code> — Elements to transclude. By default all elements are transcluded (except templates blacklisted at [[Module:Excerpt/config]])
 
* <code>only</code> — Elements to transclude. By default all elements are transcluded (except templates blacklisted at [[Module:Excerpt/config]])
 
** <code>only=file</code> — Transclude only the first file
 
** <code>only=file</code> — Transclude only the first file
** <code>only=files</code> — Transclude only files ([[Robotic spacecraft#SpaceX Dragon|example]])
+
** <code>only=files</code> — Transclude only files ([[wikipedia:Robotic spacecraft#SpaceX Dragon|example]])
 
** <code>only=list</code> — Transclude only the first list
 
** <code>only=list</code> — Transclude only the first list
 
** <code>only=lists</code> — Transclude only lists
 
** <code>only=lists</code> — Transclude only lists
 
** <code>only=table</code> — Transclude only the first table
 
** <code>only=table</code> — Transclude only the first table
** <code>only=tables</code> — Transclude only tables ([[JKT48#Singles|example]])
+
** <code>only=tables</code> — Transclude only tables ([[wikipedia:JKT48#Singles|example]])
 
** <code>only=template</code> — Transclude only the first template
 
** <code>only=template</code> — Transclude only the first template
 
** <code>only=templates</code> — Transclude only templates
 
** <code>only=templates</code> — Transclude only templates
Line 68: Line 68:
 
** <code>templates=Infobox person, Ocean</code> — Ignore the blacklist and transclude the templates 'Infobox person' and 'Ocean'
 
** <code>templates=Infobox person, Ocean</code> — Ignore the blacklist and transclude the templates 'Infobox person' and 'Ocean'
 
** <code>templates=.*</code> — Ignore the blacklist and transclude all templates
 
** <code>templates=.*</code> — Ignore the blacklist and transclude all templates
* <code>this</code> — Change the initial text of the hatnote. For example, if the transcluded content is a gallery, you can set <code>this=This gallery is</code> so that the hatnote reads "This gallery is an excerpt from..." ([[Eastern Distributor#Tolls|example]]).
+
* <code>this</code> — Change the initial text of the hatnote. For example, if the transcluded content is a gallery, you can set <code>this=This gallery is</code> so that the hatnote reads "This gallery is an excerpt from..." ([[wikipedia:Eastern Distributor#Tolls|example]]).
 
* <code>hat=no</code> — Hide the [[Wikipedia:Hatnote|hatnote]] "This section is an excerpt from..."
 
* <code>hat=no</code> — Hide the [[Wikipedia:Hatnote|hatnote]] "This section is an excerpt from..."
 
* <code>bold=yes</code> — Preserve '''bold''' text.
 
* <code>bold=yes</code> — Preserve '''bold''' text.
Line 96: Line 96:
 
Sometimes, a passage will almost fit for a transclusion, but not quite. In these cases, you can edit the source page to add <code><nowiki><noinclude>...</noinclude></nowiki></code> tags around content you don't want in the excerpt and <code><nowiki><includeonly>...</includeonly></nowiki></code> tags around content you want only in the excerpt.
 
Sometimes, a passage will almost fit for a transclusion, but not quite. In these cases, you can edit the source page to add <code><nowiki><noinclude>...</noinclude></nowiki></code> tags around content you don't want in the excerpt and <code><nowiki><includeonly>...</includeonly></nowiki></code> tags around content you want only in the excerpt.
  
For instance, the page [[COVID-19 misinformation]] begins {{xt|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 <code><nowiki>The <noinclude>[[COVID-19 pandemic]]</noinclude><includeonly>pandemic</includeonly> has resulted in [[misinformation]]</nowiki></code> can be used at the misinformation page, so that it will appear at the pandemic page as {{xt|The pandemic has resulted in [[misinformation]]...}}.
+
For instance, the page [[wikipedia:COVID-19 misinformation]] begins {{xt|The [[COVID-19 pandemic]] has resulted in [[misinformation]]...}}. However, when excerpting this lead to the misinformation section of [[wikipedia:COVID-19 pandemic]], we don't need to specify which pandemic we're referring to. Therefore, the code <code><nowiki>The <noinclude>[[COVID-19 pandemic]]</noinclude><includeonly>pandemic</includeonly> has resulted in [[misinformation]]</nowiki></code> can be used at the misinformation page, so that it will appear at the pandemic page as {{xt|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 [[WP:FENCE|tempted]] to remove them.
 
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 [[WP:FENCE|tempted]] to remove them.
Line 112: Line 112:
 
[[File:Excerpt tree.png|thumb|Visual representation of an excerpt tree.]]
 
[[File:Excerpt tree.png|thumb|Visual representation of an excerpt tree.]]
  
When a very general article (like [[Philosophy]]) uses excerpts from more specific articles (like [[Ethics]], [[Metaphysics]], [[Logic]], etc), which in turn use excerpts from even more specific articles (like [[Ontology]], [[Causality]], etc), then a [[tree structure]] emerges, called an "Excerpt tree".
+
When a very general article (like [[wikipedia:Philosophy]]) uses excerpts from more specific articles (like [[wikipedia:Ethics]], [[wikipedia:Metaphysics]], [[wikipedia:Logic]], etc), which in turn use excerpts from even more specific articles (like [[wikipedia:Ontology]], [[wikipedia:Causality]], etc), then a [[wikipedia:tree structure]] emerges, called an "Excerpt tree".
  
 
In this section 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<sup><abbr title="{{Int:gadgets-sister}}">(S)</abbr></sup>:
 
In this section 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<sup><abbr title="{{Int:gadgets-sister}}">(S)</abbr></sup>:
Line 120: Line 120:
 
<div class="ExcerptTree" style="display: none;">
 
<div class="ExcerptTree" style="display: none;">
  
* [[2021 United States Capitol attack]]
+
* [[wikipedia:2021 United States Capitol attack]]
* [[Algae]]
+
* [[wikipedia:Algae]]
* [[Africa]]
+
* [[wikipedia:Africa]]
* [[Aquatic ecosystem]]
+
* [[wikipedia:Aquatic ecosystem]]
* [[Bangladesh]]
+
* [[wikipedia:Bangladesh]]
* [[Climate change in Africa]]
+
* [[wikipedia:Climate change in Africa]]
* [[Climate change in South Asia]]
+
* [[wikipedia:Climate change in South Asia]]
* [[Climate justice]]
+
* [[wikipedia:Climate justice]]
* [[COVID-19 pandemic]]
+
* [[wikipedia:COVID-19 pandemic]]
* [[Ecosystem]]
+
* [[wikipedia:Ecosystem]]
** [[Aquatic ecosystem]]
+
** [[wikipedia:Aquatic ecosystem]]
* [[Effects of climate change on humans]]
+
* [[wikipedia:Effects of climate change on humans]]
 
* [[Environmental impact of agriculture]]
 
* [[Environmental impact of agriculture]]
 
* [[Eutrophication]]
 
* [[Eutrophication]]
Line 171: Line 171:
 
* [[meta:Grants:Project/Rapid/Sophivorus/Excerpts]] - Grant to spread excerpts to various Wikipedias
 
* [[meta:Grants:Project/Rapid/Sophivorus/Excerpts]] - Grant to spread excerpts to various Wikipedias
 
* [[meta:Concise Wikipedia]] - Perennial new project proposal (see the [[meta:Concise Wikipedia#A summary of existing short-options, using an example|comparison table]] at the bottom in particular)
 
* [[meta:Concise Wikipedia]] - Perennial new project proposal (see the [[meta:Concise Wikipedia#A summary of existing short-options, using an example|comparison table]] at the bottom in particular)
* [[Single source of truth]]
+
* [[wikipedia:Single source of truth]]
 
* [[Wikimania:2021:Submissions/Excerpts: Modular and Reusable Content within Wikipedia|Excerpts: Modular and Reusable Content within Wikipedia]] - Video presentation about excerpts for Wikimania 2021
 
* [[Wikimania:2021:Submissions/Excerpts: Modular and Reusable Content within Wikipedia|Excerpts: Modular and Reusable Content within Wikipedia]] - Video presentation about excerpts for Wikimania 2021
  
Line 311: Line 311:
 
<includeonly>{{sandbox other||
 
<includeonly>{{sandbox other||
 
<!-- Categories go below this line; interwikis go to Wikidata. -->
 
<!-- Categories go below this line; interwikis go to Wikidata. -->
[[Category:Wikipedia page-section templates]]
 
 
}}</includeonly>
 
}}</includeonly>

Revision as of 03:15, 24 December 2022

Page Module:Message box/ombox.css has no content.

This template is used for reusing parts of pages in other pages. This practice has the following advantages:

  • Reduces maintenance by avoiding duplicate content that must be updated multiple times
  • Improves content quality by encouraging editors to merge related content, rather than having multiple versions in various stages of development
  • Fosters collaboration by channeling contributors into one place, rather than working in parallel

It also has the following disadvantages:

  • Impediment to editing as you have to go to the sub article to make changes to the main article
  • Reduces accuracy as an excerpt of one article is not always a perfect fit into a new article (but see #Refinement using inclusion control)
  • Decreases visibility as changes to the sub article will not appear on the watchlist of editors of the main article

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

Usage

Basic usage

  • {{Excerpt|Page title}} — Transclude the lead section (example)
  • {{Excerpt|Page title|Section title}} — Transclude a specific section, excluding any subsections (example)

Parameters

  • 1 or article or pageRequired. Name of the article or page to transclude. By default the lead section is transcluded (example). If the page contains an infobox, the image and caption of the infobox will be transcluded but not the infobox. Also, templates listed at Module:Excerpt/config will not be transcluded (unless requested explicitly with |templates=, see below).
  • 2 or section or fragment — Name of the section to transclude (example) or of the <section> tag to transclude (example). Must be marked with <section begin=Name of the fragment/> and <section end=Name of the fragment/> in the transcluded page. Notice that this template provides other ways of targeting specific fragments of a page without having to resort to section tags.
  • only — Elements to transclude. By default all elements are transcluded (except templates blacklisted at Module:Excerpt/config)
    • only=file — Transclude only the first file
    • only=files — Transclude only files (example)
    • only=list — Transclude only the first list
    • only=lists — Transclude only lists
    • only=table — Transclude only the first table
    • only=tables — Transclude only tables (example)
    • only=template — Transclude only the first template
    • only=templates — Transclude only templates
    • only=paragraph — Transclude only the first paragraph
    • only=paragraphs — Transclude only paragraphs
  • paragraphs — Paragraphs to transclude. By default all paragraphs are transcluded.
    • paragraphs=0 — Transclude no paragraphs
    • paragraphs=1 — Transclude the first paragraph
    • paragraphs=2 — Transclude the second paragraph
    • paragraphs=1,3 — Transclude the first and third paragraphs
    • paragraphs=1-3 — Transclude the first, second and third paragraphs
    • paragraphs=1-3,5 — Transclude the first, second, third and fifth paragraphs
    • paragraphs=-1 — Transclude all paragraphs except the first
    • paragraphs=-2 — Transclude all paragraphs except the second
    • paragraphs=-1,3 — Transclude all paragraphs except the first and third
    • paragraphs=-1-3 — Transclude all paragraphs except the first, second and third
    • paragraphs=-1-3,5 — Transclude all paragraphs except the first, second, third and fifth
  • lists — Lists to transclude. By default all lists are transcluded. Same syntax as when transcluding paragraphs.
  • files — Files to transclude. By default all files are transcluded. Same syntax as when transcluding paragraphs, but also:
    • files=A.jpg — Transclude the file named 'A.jpg'
    • files=A.jpg, B.png, C.gif — Transclude the files named 'A.jpg', 'B.png' and 'C.gif'
    • files=.+%.png — Transclude all PNG files
    • files=-A.jpg — Transclude all files except the one named 'A.jpg'
    • files=-A.jpg, B.png, C.gif — Transclude all files except the ones named 'A.jpg', 'B.png' and 'C.gif'
    • files=-.+%.png — Transclude all non-PNG files
  • tables — Tables to transclude. By default all tables are transcluded. Same syntax as when transcluding paragraphs, but also:
    • tables=Stats2020 — Transclude the table with id 'Stats2020'
    • tables=Stats2020, Stats2019, Stats2018 — Transclude the tables with ids 'Stats2020', 'Stats2019' and 'Stats2018'
    • tables=-Stats2020 — Transclude all tables except the one with id 'Stats2020'
    • tables=-Stats2020, Stats2019, Stats2018 — Transclude all tables except the ones with ids 'Stats2020', 'Stats2019' and 'Stats2018'
  • templates — Templates to transclude. By default all templates are transcluded except those blacklisted at Module:Excerpt/config. Using a hyphen before a comma-delimited list of templates adds those templates to the blacklist.
    • templates=-Ocean — Add the template 'Ocean' to the blacklist
    • templates=-Ocean, Nature — Add the templates 'Ocean' and 'Nature' to the blacklist
    • templates=Infobox person — Ignore the blacklist and transclude the template 'Infobox person'
    • templates=Infobox person, Ocean — Ignore the blacklist and transclude the templates 'Infobox person' and 'Ocean'
    • templates=.* — Ignore the blacklist and transclude all templates
  • this — Change the initial text of the hatnote. For example, if the transcluded content is a gallery, you can set this=This gallery is so that the hatnote reads "This gallery is an excerpt from..." (example).
  • hat=no — Hide the hatnote "This section is an excerpt from..."
  • bold=yes — Preserve bold text.
  • quote=yes — Wrap the excerpt with <blockquote> tags.
  • inline=yes — Remove the hatnote and wrap the excerpt with <span> tags to use it inside other text.
  • references=no — Remove all references.
  • subsections=yes — Include subsections of the transcluded section. Notice that if the transclusion is done from a section level 3, and the transcluded subsections are level 3 too, then the transcluded subsections will show with the same hierarchy as the transcluding section, which is probably not desirable, so use with caution.

Replacing Template:Main

File:How to excerpt.webm

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 wikipedia:COVID-19 misinformation begins The COVID-19 pandemic has resulted in misinformation.... However, when excerpting this lead to the misinformation section of wikipedia: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 |nohat=yes, 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 (like wikipedia:Philosophy) uses excerpts from more specific articles (like wikipedia:Ethics, wikipedia:Metaphysics, wikipedia:Logic, etc), which in turn use excerpts from even more specific articles (like wikipedia:Ontology, wikipedia:Causality, etc), then a wikipedia:tree structure emerges, called an "Excerpt tree".

In this section 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 the excerpt trees

See also

Template data

This template is used for transcluding part of an article into another article.

Template parameters

ParameterDescriptionTypeStatus
Article1 article page

Name of the article or page to transclude

Example
Science
Pagerequired
Section2 section fragment

Name of the section or <section> tag to transclude

Example
History
Stringoptional
Onlyonly

Transclude only this kind of element

Example
table
Stringoptional
Paragraphsparagraphs paragraph

Paragraphs to transclude

Example
1-3,5
Stringoptional
Filesfiles file

Files to transclude

Default
1
Example
1-3,5
Stringoptional
Tablestables table

Tables to transclude

Example
Stats2020
Stringoptional
Listslists list

Lists to transclude

Example
1
Stringoptional
Templatestemplates template

Templates to transclude

Example
Infobox person
Stringoptional
Referencesreferences

Whether to transclude the references

Example
no
Booleanoptional
Subsectionssubsections

Whether to transclude the subsections of the requested section

Example
yes
Booleanoptional
Hatnotehat

Whether to include the hatnote

Example
no
Booleanoptional
Thisthis

Change the initial text of the hatnote

Example
This gallery is
Stringoptional
Inlineinline

Remove the hatnote and wrap the excerpt with <span> tags to use it inside other text

Example
yes
Booleanoptional
Classclass

Additional CSS class

Example
noprint
Stringoptional