Template:HC Jam: Difference between revisions

From Hardcore Wiki
Content deleted Content added
No edit summary
No edit summary
Line 28: Line 28:
{
{
"params": {
"params": {
"title1": {
"suggested": true,
"label": "Title",
"description": "The Formal name of the HC Jam",
"type": "line"
},
"image1": {
"suggested": true,
"label": "Logo",
"description": "The logo of the HC Jam",
"type": "wiki-file-name"
},
"start_date": {
"start_date": {
"suggested": true,
"suggested": true,
Line 56: Line 44:
"description": "The number of submissions the HC Jam got",
"description": "The number of submissions the HC Jam got",
"type": "line",
"type": "line",
"suggested": true
},
"title": {
"label": "Title",
"description": "The Formal name of the HC Jam",
"type": "line",
"suggested": true
},
"image": {
"label": "Logo",
"description": "The logo of the HC Jam",
"type": "wiki-file-name",
"suggested": true
"suggested": true
}
}
Line 61: Line 61:
"sets": [],
"sets": [],
"paramOrder": [
"paramOrder": [
"title1",
"title",
"image1",
"image",
"start_date",
"start_date",
"end_date",
"end_date",

Revision as of 07:19, 25 January 2024

Example usage:

{{HC Jam
|title=Example
|image=Example
|start_date=Example
|end_date=Example
|#_of_submissions=Example
}}

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

The Formal name of the HC Jam

Linesuggested
Logoimage

The logo of the HC Jam

Filesuggested
Start Datestart_date

The starting date of the HC Jam

Datesuggested
End Dateend_date

The cutoff date for HC Jam entries

Datesuggested
Number of Submissions#_of_submissions

The number of submissions the HC Jam got

Linesuggested