More languages
More actions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
Usage: | Usage: | ||
{{Infobox_essay | {{Infobox_essay | ||
|image=illustrative image to be used in the essays homepage. | |image=illustrative image to be used in the essays homepage. Not required. | ||
|name=What you want to rename your essay to, only in the frontend. Not required. If unspecified, will use TITLE parameter. | |||
|title=Title of the essay. Used to create the link automatically, no need to add the namespace | |title=Title of the essay. Used to create the link automatically, no need to add the namespace | ||
|author=Your username | |author=Your username | ||
Line 42: | Line 43: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"name": { | |||
"label": "Name", | |||
"description": "What you want to rename your essay to, only in the frontend. Not required. If unspecified, will use TITLE parameter.", | |||
"type": "string", | |||
"required": false | |||
}, | }, | ||
"image": { | "image": { |
Revision as of 16:23, 17 September 2023
[[Essay:|{{{title}}}]]
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title of the essay. Used to create the link automatically, no need to add the namespace. Case-sensitive. | String | required |
Name | name | What you want to rename your essay to, only in the frontend. Not required. If unspecified, will use TITLE parameter. | String | optional |
Image | image | Illustrative banner style image (wide). If not specified, will use a placeholder.
| String | optional |
Author | author | Your username, or the essay's author. Case-sensitive. | String | required |
Date | date | YYYY-mm-dd format. Date of first saved edit, i.e. first publication on ProleWiki | Date | required |
Excerpt | excerpt | A brief excerpt from the essay (first or first two paragraphs) | String | required |