More languages
More actions
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- | |||
@param title Essay title as it appears in the URL (case-sensitive). | |||
@param image Banner image to illustrate your essay. If not specified, a placeholder will be used. | |||
@param author Your username (case-sensitive). | |||
@param date Date the essay was first published (YYYY-mm-dd), usually the date of the first edit saved. | |||
--> | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"description": "Title of the essay. Used to create the link automatically, no need to add the namespace. Case-sensitive.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Illustrative banner style image (wide). If not specified, will use a placeholder.", | |||
"type": "string", | |||
"default": "Placeholder-image.png", | |||
"required": false | |||
}, | |||
"author": { | |||
"label": "Author", | |||
"description": "Your username, or the essay's author. Case-sensitive.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"date": { | |||
"label": "Date", | |||
"description": "YYYY-mm-dd format. Date of first saved edit, i.e. first publication on ProleWiki", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"excerpt": { | |||
"label": "Excerpt", | |||
"description": "A brief excerpt from the essay (first or first two paragraphs)", | |||
"type": "string", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 00:15, 17 September 2023
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 |
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 | String | required |
Excerpt | excerpt | A brief excerpt from the essay (first or first two paragraphs) | String | required |