<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pool.calebcooper.ie/index.php?action=history&amp;feed=atom&amp;title=Template%3AExcerpt%2Fdoc</id>
	<title>Template:Excerpt/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pool.calebcooper.ie/index.php?action=history&amp;feed=atom&amp;title=Template%3AExcerpt%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=Template:Excerpt/doc&amp;action=history"/>
	<updated>2026-04-10T13:42:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://pool.calebcooper.ie/index.php?title=Template:Excerpt/doc&amp;diff=12691&amp;oldid=prev</id>
		<title>Caleb Cooper: /* See also */</title>
		<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=Template:Excerpt/doc&amp;diff=12691&amp;oldid=prev"/>
		<updated>2020-10-20T09:54:23Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;See also&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{High-risk}}&lt;br /&gt;
{{Lua|Module:Excerpt}}&lt;br /&gt;
{{Uses TemplateStyles|Template:Excerpt/styles.css}}&lt;br /&gt;
{{Commons Import}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This template is used for reusing parts of pages in other pages. This practice has several advantages:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Reduces maintenance&amp;#039;&amp;#039;&amp;#039; by avoiding duplicate content that must be updated multiple times&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Improves content quality&amp;#039;&amp;#039;&amp;#039; by encouraging editors to merge related content, rather than having multiple versions in various stages of development&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Fosters collaboration&amp;#039;&amp;#039;&amp;#039; by channeling contributors into one place, rather than working in parallel&lt;br /&gt;
&lt;br /&gt;
This template extends the capabilities of the built-in [[Help:Transclusion|normal transclusion]] and [[Help:Labeled section transclusion|labeled section transclusion]].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
===Basic usage===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Excerpt|Page title}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; — Transclude the lead section ([[#Lead section|example]])&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Excerpt|Page title|Section title}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; — Transclude a specific section, excluding any subsections ([[#Specific section|example]])&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;article&amp;lt;/code&amp;gt; — Title of the page to transclude. &amp;#039;&amp;#039;&amp;#039;Only required parameter.&amp;#039;&amp;#039;&amp;#039; By default&amp;lt;!-- defaul is actually about the next parameter--&amp;gt; the lead section is transcluded ([[#Lead section|example]]).&lt;br /&gt;
* &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;section&amp;lt;/code&amp;gt; — Title of the section to transclude ([[#Specific section|example]]).&lt;br /&gt;
* &amp;lt;code&amp;gt;fragment&amp;lt;/code&amp;gt; — Name of the fragment to transclude. Must be marked with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;section begin=Name of the fragment/&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;section end=Name of the fragment/&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the transcluded page ([[#Specific fragment|example]]). Notice that this template provides other ways of targeting specific fragments of a page without having to resort to section tags.&lt;br /&gt;
* &amp;lt;code&amp;gt;only&amp;lt;/code&amp;gt; — Elements to transclude ([[#Files only|example]]). By default all elements are transcluded.&lt;br /&gt;
** &amp;lt;code&amp;gt;only=file&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;only=files&amp;lt;/code&amp;gt; — Transclude only files ([[#Table only|example]])&lt;br /&gt;
** &amp;lt;code&amp;gt;only=list&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;only=lists&amp;lt;/code&amp;gt; — Transclude only lists ([[#List only|example]])&lt;br /&gt;
** &amp;lt;code&amp;gt;only=table&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;only=tables&amp;lt;/code&amp;gt; — Transclude only tables ([[#File only|example]])&lt;br /&gt;
** &amp;lt;code&amp;gt;only=template&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;only=templates&amp;lt;/code&amp;gt; — Transclude only templates&lt;br /&gt;
** &amp;lt;code&amp;gt;only=paragraph&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;only=paragraphs&amp;lt;/code&amp;gt; — Transclude only paragraphs&lt;br /&gt;
* &amp;lt;code&amp;gt;paragraphs&amp;lt;/code&amp;gt; — Paragraphs to transclude. By default all paragraphs are transcluded.&lt;br /&gt;
** &amp;lt;code&amp;gt;paragraphs=0&amp;lt;/code&amp;gt; — Transclude no paragraphs&lt;br /&gt;
** &amp;lt;code&amp;gt;paragraphs=1&amp;lt;/code&amp;gt; — Transclude the first paragraph&lt;br /&gt;
** &amp;lt;code&amp;gt;paragraphs=2&amp;lt;/code&amp;gt; — Transclude the second paragraph&lt;br /&gt;
** &amp;lt;code&amp;gt;paragraphs=1,3&amp;lt;/code&amp;gt; — Transclude the first and third paragraphs&lt;br /&gt;
** &amp;lt;code&amp;gt;paragraphs=1-3&amp;lt;/code&amp;gt; — Transclude the first, second and third paragraphs&lt;br /&gt;
** &amp;lt;code&amp;gt;paragraphs=1-3,5&amp;lt;/code&amp;gt; — Transclude the first, second, third and fifth paragraphs&lt;br /&gt;
** &amp;lt;code&amp;gt;paragraphs=-1&amp;lt;/code&amp;gt; — Transclude all paragraphs except the first&lt;br /&gt;
** &amp;lt;code&amp;gt;paragraphs=-2&amp;lt;/code&amp;gt; — Transclude all paragraphs except the second&lt;br /&gt;
** &amp;lt;code&amp;gt;paragraphs=-1,3&amp;lt;/code&amp;gt; — Transclude all paragraphs except the first and third&lt;br /&gt;
** &amp;lt;code&amp;gt;paragraphs=-1-3&amp;lt;/code&amp;gt; — Transclude all paragraphs except the first, second and third&lt;br /&gt;
** &amp;lt;code&amp;gt;paragraphs=-1-3,5&amp;lt;/code&amp;gt; — Transclude all paragraphs except the first, second, third and fifth&lt;br /&gt;
* &amp;lt;code&amp;gt;lists&amp;lt;/code&amp;gt; — Lists to transclude. By default all lists are transcluded. Same syntax as when transcluding paragraphs.&lt;br /&gt;
* &amp;lt;code&amp;gt;files&amp;lt;/code&amp;gt; — Files to transclude. By default all files are transcluded. Same syntax as when transcluding paragraphs, but also:&lt;br /&gt;
** &amp;lt;code&amp;gt;files=A.jpg&amp;lt;/code&amp;gt; — Transclude the file named &amp;#039;A.jpg&amp;#039;&lt;br /&gt;
** &amp;lt;code&amp;gt;files=A.jpg, B.png, C.gif&amp;lt;/code&amp;gt; — Transclude the files named &amp;#039;A.jpg&amp;#039;, &amp;#039;B.png&amp;#039; and &amp;#039;C.gif&amp;#039;&lt;br /&gt;
** &amp;lt;code&amp;gt;files=.+%.png&amp;lt;/code&amp;gt; — Transclude all PNG files&lt;br /&gt;
** &amp;lt;code&amp;gt;files=-A.jpg&amp;lt;/code&amp;gt; — Transclude all files except the one named &amp;#039;A.jpg&amp;#039;&lt;br /&gt;
** &amp;lt;code&amp;gt;files=-A.jpg, B.png, C.gif&amp;lt;/code&amp;gt; — Transclude all files except the ones named &amp;#039;A.jpg&amp;#039;, &amp;#039;B.png&amp;#039; and &amp;#039;C.gif&amp;#039;&lt;br /&gt;
** &amp;lt;code&amp;gt;files=-.+%.png&amp;lt;/code&amp;gt; — Transclude all non-PNG files&lt;br /&gt;
* &amp;lt;code&amp;gt;tables&amp;lt;/code&amp;gt; — Tables to transclude. By default all tables are transcluded. Same syntax as when transcluding paragraphs, but also:&lt;br /&gt;
** &amp;lt;code&amp;gt;tables=Stats2020&amp;lt;/code&amp;gt; — Transclude the table with id &amp;#039;Stats2020&amp;#039;&lt;br /&gt;
** &amp;lt;code&amp;gt;tables=Stats2020, Stats2019, Stats2018&amp;lt;/code&amp;gt; — Transclude the tables with ids &amp;#039;Stats2020&amp;#039;, &amp;#039;Stats2019&amp;#039; and &amp;#039;Stats2018&amp;#039;&lt;br /&gt;
** &amp;lt;code&amp;gt;tables=-Stats2020&amp;lt;/code&amp;gt; — Transclude all tables except the one with id &amp;#039;Stats2020&amp;#039;&lt;br /&gt;
** &amp;lt;code&amp;gt;tables=-Stats2020, Stats2019, Stats2018&amp;lt;/code&amp;gt; — Transclude all tables except the ones with ids &amp;#039;Stats2020&amp;#039;, &amp;#039;Stats2019&amp;#039; and &amp;#039;Stats2018&amp;#039;&lt;br /&gt;
* &amp;lt;code&amp;gt;templates&amp;lt;/code&amp;gt; — Templates to transclude. By default all templates are transcluded. Same syntax as when transcluding paragraphs, but also:&lt;br /&gt;
** &amp;lt;code&amp;gt;templates=Infobox&amp;lt;/code&amp;gt; — Transclude the template &amp;#039;Infobox&amp;#039;&lt;br /&gt;
** &amp;lt;code&amp;gt;templates=Infobox, Navbox, Chart&amp;lt;/code&amp;gt; — Transclude the template &amp;#039;Infobox&amp;#039;, &amp;#039;Navbox&amp;#039; and &amp;#039;Chart&amp;#039;&lt;br /&gt;
** &amp;lt;code&amp;gt;templates=-Infobox&amp;lt;/code&amp;gt; — Transclude all templates except &amp;#039;Infobox&amp;#039;&lt;br /&gt;
** &amp;lt;code&amp;gt;templates=-Infobox, Navbox, Chart&amp;lt;/code&amp;gt; — Transclude all templates except &amp;#039;Infobox&amp;#039;, &amp;#039;Navbox&amp;#039; and &amp;#039;Chart&amp;#039;&lt;br /&gt;
* &amp;lt;code&amp;gt;this&amp;lt;/code&amp;gt; — Change the initial text of the hatnote. For example, if the transcluded content is a gallery, you can set &amp;lt;code&amp;gt;this=This gallery is&amp;lt;/code&amp;gt; so that the hatnote reads &amp;quot;This gallery is an excerpt from...&amp;quot; ([[#Specific fragment|example]]).&lt;br /&gt;
* &amp;lt;code&amp;gt;hat=no&amp;lt;/code&amp;gt; — Hide the [[Wikipedia:Hatnote|hatnote]] &amp;quot;This section is an excerpt from...&amp;quot;&lt;br /&gt;
* &amp;lt;code&amp;gt;quote=yes&amp;lt;/code&amp;gt; — Wrap the excerpt with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
* &amp;lt;code&amp;gt;inline=yes&amp;lt;/code&amp;gt; — Wrap the excerpt with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tags to use it inside other text.&lt;br /&gt;
* &amp;lt;code&amp;gt;indicator=yes&amp;lt;/code&amp;gt; — Show a vertical bar along the excerpt to indicate where it starts and where it ends.&lt;br /&gt;
* &amp;lt;code&amp;gt;references=no&amp;lt;/code&amp;gt; — Remove all references.&lt;br /&gt;
* &amp;lt;code&amp;gt;subsections=yes&amp;lt;/code&amp;gt; — 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.&lt;br /&gt;
&lt;br /&gt;
=== Replacing Template:Main ===&lt;br /&gt;
&lt;br /&gt;
[[File:How_to_excerpt.webm|thumb|How to replace a section for an excerpt.]]&lt;br /&gt;
&lt;br /&gt;
Sections are often summaries of more precise subpages (generally linked with [[Template:Main]]). Sometimes it&amp;#039;s convenient to replace the content of such sections for excerpts of the subpages, after merging the original content of the section (if any) into the subpage. This improves both the subpage and the section, reduces maintenance, drives contributors to collaborate, etc.&lt;br /&gt;
&lt;br /&gt;
An efficient way to proceed is:&lt;br /&gt;
&lt;br /&gt;
# Open the section in one tab and the subpage in another.&lt;br /&gt;
# Edit both.&lt;br /&gt;
# Copy the text of the section and paste it below the lead section of the subpage.&lt;br /&gt;
# Delete repeated content and adjust using common sense.&lt;br /&gt;
# Save the changes in the subpage with an edit summary like: Bring content from &amp;lt;nowiki&amp;gt;[[Page]]&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
# Back to the section, delete all content and replace it for an excerpt of the subpage.&lt;br /&gt;
# Save the changes in the section with an edit summary like: Move content to &amp;lt;nowiki&amp;gt;[[Subpage]]&amp;lt;/nowiki&amp;gt; and leave an excerpt.&lt;br /&gt;
&lt;br /&gt;
===Compared to #section===&lt;br /&gt;
For simple cases of transcluding sections of articles, the {{pf|section}}, {{pf|section-x}}, and {{pf|section-h}} (abbreviated {{pf|lst}}, {{pf|lstx}}, and {{pf|lsth}})) parser functions can be used instead of this template. {{pf|lsth|article|section}} will transclude the section of &amp;quot;article&amp;quot; with the header &amp;quot;section&amp;quot;, and {{pf|lsth|article}} will transclude the lead section of &amp;quot;article&amp;quot;. Excerpting only specific paragraphs can be done by marking up the source article with {{tag|section}} tags and using {{pf|lst|fragmentname}} to transclude those fragments, which is equivalent to using the {{para|fragment}} parameter with this template. {{tag|lsth}} can also be used to transclude everything &amp;#039;&amp;#039;but&amp;#039;&amp;#039; those fragments.&lt;br /&gt;
&lt;br /&gt;
The text will not be trimmed of excess whitespace, there will not be a header (equivalent to {{para|nohat|yes}}, and all files, templates, tables, references, and subsections will be included unless the source article is marked up with {{tag|section}}, {{tag|noinclude}}, or {{tag|onlyinclude}} tags. [[Help:Self link|Self links]] will appear in bold.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Lead section===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Excerpt|Science}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Excerpt|Science}}&lt;br /&gt;
{{Sources-talk}}&lt;br /&gt;
&lt;br /&gt;
===Specific section===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Excerpt|Science|Branches of science}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Excerpt|Science|Branches of science}}&lt;br /&gt;
{{Sources-talk}}&lt;br /&gt;
&lt;br /&gt;
===Table only===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Excerpt|Science|Branches of science|only=table}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Excerpt|Science|Branches of science|only=table}}&lt;br /&gt;
&lt;br /&gt;
===File only===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Excerpt|Science|19th century|only=file|files=2}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Excerpt|Science|19th century|only=file|files=2}}&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
===List only===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Excerpt|Indian philosophy|Orthodox schools|only=list}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Excerpt|Indian philosophy|Orthodox schools|only=list}}&lt;br /&gt;
{{Sources-talk}}&lt;br /&gt;
&lt;br /&gt;
===Specific fragment===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Excerpt|2020 Republican Party presidential primaries|fragment=declared|this=These tables are}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Excerpt|2020 Republican Party presidential primaries|fragment=declared|this=These tables are}}&lt;br /&gt;
{{Sources-talk}}&lt;br /&gt;
{{Sources-talk|group=lower-alpha|title=Notes}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
For more detail see wikipedia page [[wikipedia:Template:Excerpt]]&lt;br /&gt;
&lt;br /&gt;
==Template data==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;article&amp;quot;&lt;br /&gt;
			],&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Article&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Title of the article to transclude&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Science&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-page-name&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;2&amp;quot;: {&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;section&amp;quot;&lt;br /&gt;
			],&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Section&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Title of the section to transclude&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;History&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;fragment&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Fragment&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Name of the fragment to transclude&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;definition&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;nohat&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Whether to remove the hatnote&amp;quot;,&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;No hatnote&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;yes&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;boolean&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;paragraphs&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Paragraphs&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;What paragraphs to transclude&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;1-3,5&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;files&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Files&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;What files to transclude&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;1-3,5&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;1&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;subsections&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Subsections&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Whether to transclude the subsections of the requested section&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;yes&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;boolean&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;indicator&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Indicator&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Whether to indicate the start and finish of the excerpt&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;yes&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;boolean&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;tag&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Allows use of \&amp;quot;span\&amp;quot; rather than \&amp;quot;div\&amp;quot; for when you don&amp;#039;t want a line break before or after the excerpt&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;div&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;span&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Tag&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;tables&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Tables&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Determines whether to transclude tables or not&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;no&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;boolean&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;yes&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;references&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;References&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Determines whether to transclude references or not&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;no&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;boolean&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;yes&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;only&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Only&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Reduce the transcluded content to this element only&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;table&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;this&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;This&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Change the initial text of the hatnote&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;This gallery is&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;This template is used for transcluding part of an article into another article.&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;1&amp;quot;,&lt;br /&gt;
		&amp;quot;2&amp;quot;,&lt;br /&gt;
		&amp;quot;only&amp;quot;,&lt;br /&gt;
		&amp;quot;fragment&amp;quot;,&lt;br /&gt;
		&amp;quot;this&amp;quot;,&lt;br /&gt;
		&amp;quot;nohat&amp;quot;,&lt;br /&gt;
		&amp;quot;indicator&amp;quot;,&lt;br /&gt;
		&amp;quot;paragraphs&amp;quot;,&lt;br /&gt;
		&amp;quot;files&amp;quot;,&lt;br /&gt;
		&amp;quot;tables&amp;quot;,&lt;br /&gt;
		&amp;quot;references&amp;quot;,&lt;br /&gt;
		&amp;quot;subsections&amp;quot;,&lt;br /&gt;
		&amp;quot;tag&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories go below this line; interwikis go to Wikidata. --&amp;gt;&lt;br /&gt;
[[Category:Wikipedia page-section templates]]&lt;br /&gt;
[[Category:Exclude in print]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Caleb Cooper</name></author>
	</entry>
</feed>