Template:HC Jam: Difference between revisions

From Hardcore Wiki
Content deleted Content added
No edit summary
No edit summary
Line 14: Line 14:
</data>
</data>
</infobox>
</infobox>

<noinclude>
<noinclude>
Example usage:
Example usage:
<pre>
<pre>
{{HC Jam
{{HC Jam
| title1=Example
|title=Example
| image1=Example
|image=Example
| caption-image1=Example
|start_date=Example
| start_date=Example
|end_date=Example
| end_date=Example
|#_of_submissions=Example
| number_of_submissions=Example
}}
}}
</pre>
</pre>
<templatedata>
<templatedata>
{
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption-image1":{"suggested":true},"start_date":{"suggested":true},"end_date":{"suggested":true},"number_of_submissions":{"suggested":true}},"sets":[],"maps":{}}
"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"
},
"start_date": {
"suggested": true,
"label": "Start Date",
"description": "The starting date of the HC Jam",
"type": "date"
},
"end_date": {
"suggested": true,
"label": "End Date",
"description": "The cutoff date for HC Jam entries"
},
"#_of_submissions": {
"label": "Number of Submissions",
"description": "The number of submissions the HC Jam got",
"type": "line",
"suggested": true
}
},
"sets": [],
"paramOrder": [
"title1",
"image1",
"start_date",
"end_date",
"#_of_submissions"
]
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 07:18, 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
Titletitle1

The Formal name of the HC Jam

Linesuggested
Logoimage1

The logo of the HC Jam

Unknownsuggested
Start Datestart_date

The starting date of the HC Jam

Datesuggested
End Dateend_date

The cutoff date for HC Jam entries

Unknownsuggested
Number of Submissions#_of_submissions

The number of submissions the HC Jam got

Linesuggested