සැකිල්ල:Transclude random excerpt
මෙම සැකිල්ල ලුවා භාවිතා කරයි: |
Transclude random 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 random excerpt | 1= | 2= | paragraphs= | files= | fileargs= | more= | errors= }}
The template accepts any number of page names as unnamed parameters. One of them is selected randomly, and the page with that title 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 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. - A link to the article itself such as
more=(more)
; the default is no link. Short cut:more=
produces Read more... errors=
to allow Lua error messages to appear in the output
paragraphs= and files= each accept a comma-separated list containing numbers and/or number ranges in the format min-max.
See also
සංස්කරණය- {{Transclude lead excerpt}}: specifies the article explicitly
- {{Transclude list item excerpt}}: chooses the article randomly from those listed on a page
- {{Transclude linked excerpt}}: chooses the article randomly from those linked from a page
- {{Transclude selected excerpt}}: chooses the article from a list using an index such as the week number
TemplateData
සංස්කරණයTemplateData for Transclude random excerpt
Transclude random excerpt transcludes the lead of a randomly chosen article as an excerpt
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | The name of a page which may be transcluded
| String | required |
2 | 2 | The name of another page which may be transcluded. Similarly for optional parameters 3, 4, ...
| String | optional |
Paragraphs | paragraphs | Numbers of the paragraphs to be transcluded, as a comma-separated list containing numbers and/or number ranges in the format min-max
| String | optional |
Files | files | Numbers of the images to be transcluded, as a comma-separated list containing numbers and/or number ranges in the format min-max
| String | optional |
FileArgs | fileargs | Arguments to pass to File:
| String | optional |
More | more | Text for trailing link to the entire article. Note: more= with no value produces the standard text: Read more...
| String | optional |
Errors | errors | Allow Lua error messages to appear in the output?
| Boolean | optional |