From Wikipedia, the free encyclopedia

Transclude list item excerpt transcludes the lead of an article as an excerpt. It is designed for use in portals. It returns the text of an article up to but excluding the first header, after removing:

  • initial templates such as infoboxes, hatnotes and article improvement tags
  • noinclude sections
  • references and footnotes
  • images, unless specifically retained

Usage

{{Transclude list item excerpt | 1= | section= | sectiononly= | paragraphs= | files= | fileargs= | errors= }}

Parameters

The template accepts one page name as an unnamed parameter. Wikilinked list items are collected from that page, or a section of it. One such item is selected randomly, and its destination is transcluded. (If the selected page is invalid, the template will choose again.) Include a namespace where necessary. There are no other positional parameters, but there are some optional named parameters:

  • A section name such as section=Featured articles; the default is to collect wikilinks from all sections.
    • A flag sectiononly=yes to exclude subsections.
  • A list of paragraphs such as paragraphs=1,3-5; the default is all paragraphs.
  • A list of file (image) numbers such as files=1; the default is no images. Non-free images are removed.
  • Arguments to pass to File: such as fileargs=left to move images to the left; the default is none.
  • errors= to allow Lua error messages to appear in the output
  • showall= to show all articles simultaneously
  • list= to show a list of articles red-outlined triangle containing exclamation point Coding not compatible with mobile versions of Wikipedia causing display and accessibility problems

paragraphs= and files= each accept a comma-separated list containing numbers and/or number ranges in the format min-max. Alternatively, files= can accept the name of a single image, e.g. files=My image file.jpg.

showall= shows all articles simultaneously. This option is intended for a subpage aimed at editors as well as readers. Using this template on a subpage with <noinclude>|showall=</noinclude> and transcluding the subpage on a main page will show all excerpts on the subpage but only one on the main page, without repeating the template and its arguments.

Miscellaneous options

  • |more=no – to suppress link to the article at the end of the excerpt. |more=custom text to customize the link text at the end of the excerpt. Default is "Full article...".
  • keepSubsections=1 will cause Article#Section to retain any subsections of that section
  • keepRefs=1 will keep references for display in a {{ reflist}} or similar
  • nobold=1 will cause bold text to be displayed in normal font


Page options

Each page to be transcluded may be specified either plain or as a wikilink, possibly piped. Links to sections also work, and extract the named section rather than the lead. Examples: Article; Article#Section; [[Article]]; [[Article#Section|A section of an article]]. (Any piped text will be ignored.)

Any of the above formats may be followed by option(s) separated by pipes, e.g. Article|paragraphs=2. Such options override any global options for the given page only. Note that the characters | and = have special meaning within calls to templates but can be escaped using {{ !}} and {{ =}} respectively. Examples: Article#Section{{!}}files{{=}}2; [[Article|Some page]]{{!}}files{{=}}3,4{{!}}more{{=}}Click here. (= need not be escaped if the parameter is explicitly numbered, e.g. 1=Article{{!}}files=2).

Special characters such as pipes within page options must be doubly escaped, replacing their double braces by {{ ((}} and {{ ))}}. For example, to set display Custom image.jpg on the left with a custom caption, set fileargs to left|Custom caption using Article{{!}}files{{=}}Custom image.jpg{{!}}fileargs{{=}}left{{((}}!{{))}}Custom caption. To add a wikilink within a caption, escape the link brackets and any pipe twice using {{ !((}}, {{ ))!}} and possibly {{ !}}, e.g. Caption with {{((}}!(({{))}}Pipe (computer science){{((}}!{{))}}piped{{((}}))!{{))}} link. This text can be achieved more simply using {{ Doubly escaped wikilink}}, e.g. Caption with {{Doubly escaped wikilink|Pipe (computer science)|piped}} link.

See also

The templates were discussed at Use of direct transclusion in portals and the newer portal transclusion templates.

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Transclude list item excerpt in articles based on its TemplateData.

TemplateData for Transclude list item excerpt

Transclude list item excerpt transcludes the lead of a randomly chosen article as an excerpt

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
11

The name of a page containing list items with wikilinks to articles which may be transcluded

Default
empty
Example
Outline of forestry, 1=Outline of forestry
Stringrequired
sectionsection

Limits wikilink collection to one section of the page

Default
empty
Example
section=Harvesting
Stringoptional
sectiononlysectiononly

Excludes subsections of the selected section

Default
false
Example
sectiononly=yes
Booleanoptional
Paragraphsparagraphs

Numbers of the paragraphs to be transcluded, as a comma-separated list containing numbers and/or number ranges in the format min-max

Default
all paragraphs
Example
paragraphs=1,3-5
Stringoptional
Filesfiles

Numbers of the images to be transcluded, as a comma-separated list containing numbers and/or number ranges in the format min-max

Default
no files
Example
files=1,3-5
Stringoptional
FileArgsfileargs

Arguments to pass to File:

Default
no arguments
Example
fileargs=left
Stringoptional
Moremore

Text for trailing link to the entire article. Note: more=no suppresses the link.

Default
no link
Example
more=(more)
Stringoptional
Errorserrors

Allow Lua error messages to appear in the output?

Default
false
Example
errors=true
Booleanoptional
ShowAllshowall

Show all excerpts simultaneously?

Default
no arguments
Example
showall={{clear}}{{hr}}
Stringoptional
Listlist

Show a list of excerpts?

Default
no list
Example
list=List of articles
Stringoptional


From Wikipedia, the free encyclopedia

Transclude list item excerpt transcludes the lead of an article as an excerpt. It is designed for use in portals. It returns the text of an article up to but excluding the first header, after removing:

  • initial templates such as infoboxes, hatnotes and article improvement tags
  • noinclude sections
  • references and footnotes
  • images, unless specifically retained

Usage

{{Transclude list item excerpt | 1= | section= | sectiononly= | paragraphs= | files= | fileargs= | errors= }}

Parameters

The template accepts one page name as an unnamed parameter. Wikilinked list items are collected from that page, or a section of it. One such item is selected randomly, and its destination is transcluded. (If the selected page is invalid, the template will choose again.) Include a namespace where necessary. There are no other positional parameters, but there are some optional named parameters:

  • A section name such as section=Featured articles; the default is to collect wikilinks from all sections.
    • A flag sectiononly=yes to exclude subsections.
  • A list of paragraphs such as paragraphs=1,3-5; the default is all paragraphs.
  • A list of file (image) numbers such as files=1; the default is no images. Non-free images are removed.
  • Arguments to pass to File: such as fileargs=left to move images to the left; the default is none.
  • errors= to allow Lua error messages to appear in the output
  • showall= to show all articles simultaneously
  • list= to show a list of articles red-outlined triangle containing exclamation point Coding not compatible with mobile versions of Wikipedia causing display and accessibility problems

paragraphs= and files= each accept a comma-separated list containing numbers and/or number ranges in the format min-max. Alternatively, files= can accept the name of a single image, e.g. files=My image file.jpg.

showall= shows all articles simultaneously. This option is intended for a subpage aimed at editors as well as readers. Using this template on a subpage with <noinclude>|showall=</noinclude> and transcluding the subpage on a main page will show all excerpts on the subpage but only one on the main page, without repeating the template and its arguments.

Miscellaneous options

  • |more=no – to suppress link to the article at the end of the excerpt. |more=custom text to customize the link text at the end of the excerpt. Default is "Full article...".
  • keepSubsections=1 will cause Article#Section to retain any subsections of that section
  • keepRefs=1 will keep references for display in a {{ reflist}} or similar
  • nobold=1 will cause bold text to be displayed in normal font


Page options

Each page to be transcluded may be specified either plain or as a wikilink, possibly piped. Links to sections also work, and extract the named section rather than the lead. Examples: Article; Article#Section; [[Article]]; [[Article#Section|A section of an article]]. (Any piped text will be ignored.)

Any of the above formats may be followed by option(s) separated by pipes, e.g. Article|paragraphs=2. Such options override any global options for the given page only. Note that the characters | and = have special meaning within calls to templates but can be escaped using {{ !}} and {{ =}} respectively. Examples: Article#Section{{!}}files{{=}}2; [[Article|Some page]]{{!}}files{{=}}3,4{{!}}more{{=}}Click here. (= need not be escaped if the parameter is explicitly numbered, e.g. 1=Article{{!}}files=2).

Special characters such as pipes within page options must be doubly escaped, replacing their double braces by {{ ((}} and {{ ))}}. For example, to set display Custom image.jpg on the left with a custom caption, set fileargs to left|Custom caption using Article{{!}}files{{=}}Custom image.jpg{{!}}fileargs{{=}}left{{((}}!{{))}}Custom caption. To add a wikilink within a caption, escape the link brackets and any pipe twice using {{ !((}}, {{ ))!}} and possibly {{ !}}, e.g. Caption with {{((}}!(({{))}}Pipe (computer science){{((}}!{{))}}piped{{((}}))!{{))}} link. This text can be achieved more simply using {{ Doubly escaped wikilink}}, e.g. Caption with {{Doubly escaped wikilink|Pipe (computer science)|piped}} link.

See also

The templates were discussed at Use of direct transclusion in portals and the newer portal transclusion templates.

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Transclude list item excerpt in articles based on its TemplateData.

TemplateData for Transclude list item excerpt

Transclude list item excerpt transcludes the lead of a randomly chosen article as an excerpt

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
11

The name of a page containing list items with wikilinks to articles which may be transcluded

Default
empty
Example
Outline of forestry, 1=Outline of forestry
Stringrequired
sectionsection

Limits wikilink collection to one section of the page

Default
empty
Example
section=Harvesting
Stringoptional
sectiononlysectiononly

Excludes subsections of the selected section

Default
false
Example
sectiononly=yes
Booleanoptional
Paragraphsparagraphs

Numbers of the paragraphs to be transcluded, as a comma-separated list containing numbers and/or number ranges in the format min-max

Default
all paragraphs
Example
paragraphs=1,3-5
Stringoptional
Filesfiles

Numbers of the images to be transcluded, as a comma-separated list containing numbers and/or number ranges in the format min-max

Default
no files
Example
files=1,3-5
Stringoptional
FileArgsfileargs

Arguments to pass to File:

Default
no arguments
Example
fileargs=left
Stringoptional
Moremore

Text for trailing link to the entire article. Note: more=no suppresses the link.

Default
no link
Example
more=(more)
Stringoptional
Errorserrors

Allow Lua error messages to appear in the output?

Default
false
Example
errors=true
Booleanoptional
ShowAllshowall

Show all excerpts simultaneously?

Default
no arguments
Example
showall={{clear}}{{hr}}
Stringoptional
Listlist

Show a list of excerpts?

Default
no list
Example
list=List of articles
Stringoptional



Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook