Template:Transclude random excerpt/doc: Difference between revisions

Content deleted Content added
m typo
+fileargs
Line 12:
*A list of paragraphs such as <code>paragraphs=1,3-5</code>; the default is all paragraphs.
*A list of file (image) numbers such as <code>files=1</code>; the default is no images. Note that images within infoboxes etc. are not available.
*Arguments to pass to File: such as <code>fileargs=left</code> to move images to the left; the default is none.
*A link to the article itself such as <code>more=(more)</code>; the default is no link. Short cut: <code>more=</code> produces [[Wikipedia|Read more...]]
*<code>errors=</code> to allow Lua error messages to appear in the output
Line 51 ⟶ 52:
"example": "1,3-5",
"default": "no files"
},
"fileargs": {
"label": "fileargs",
"description": "Arguments to pass to File:",
"type": "string",
"required": false,
"example": "left",
"default": "no arguments"
},
"more": {