Template:Season Infobox HARDCORE: Difference between revisions

From Hardcore Wiki
Content deleted Content added
imported>Pictouser
No edit summary
No edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<infobox>
<infobox>
<title source="title1">
<title source="title">
<default>{{PAGENAME}}</default>
<default>{{PAGENAME}}</default>
</title>
</title>
<image source="image1">
<image source="image">
<caption source="caption1"/>
<caption source="caption1"/>
</image>
</image>
Line 17: Line 17:
<data source="editor">
<data source="editor">
<label>Editor</label>
<label>Editor</label>
</data>
<data source="artist">
<label>Artist</label>
</data>
</data>
<data source="date_start">
<data source="date_start">
Line 23: Line 26:
<data source="date_end">
<data source="date_end">
<label>Date End</label>
<label>Date End</label>
</data>
<data source="date_recorded">
<label>Date of Recording</label>
</data>
</data>
<data source="#_of_episodes">
<data source="#_of_episodes">
<label>Number of Episodes</label>
<label>Number of Episodes</label>
</data>
<data source="preceded_by">
<label>Preceded By</label>
</data>
<data source="followed_by">
<label>Followed By</label>
</data>
</data>
<data source="playlist">
<data source="playlist">
<label>Playlist</label>
<label>Playlist</label>
</data>
</data>
<group layout="horizontal">
<header>Seasons Directory</header>
<data source="preceded_by">
<label>Preceded By</label>
</data>
<data source="followed_by"
style="float: right;">
<label>Followed By</label></data>
</group>
</infobox>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>
{{Season Infobox
{{Season Infobox
|title1=Example
|title=Example
|image1=Example
|image=Example
|caption1=Example
|caption1=Example
|game=Example
|game=Example
|goal=Example
|goal=Example
|uploader=Example
|uploader=Example
|editor=Example
|artist=Example
|date_start=Example
|date_start=Example
|date_end=Example
|date_end=Example
|date_recorded=Example
|#_of_episodes=Example
|#_of_episodes=Example
|playlist=Example
|preceded_by=Example
|preceded_by=Example
|followed_by=Example
|followed_by=Example
|playlist=Example
}}
}}
</pre>
</pre>
<templatedata>
</noinclude>
{
"params": {
"game": {
"label": "Game",
"description": "The game that the HC is played within",
"type": "line"
},
"goal": {
"label": "Goal",
"description": "The goal of the HC",
"type": "line"
},
"uploader": {
"label": "Uploader",
"description": "The YouTube channel the HC is uploaded to",
"type": "url"
},
"editor": {
"label": "Editor",
"description": "The individual(s) who edited the HC",
"type": "line"
},
"artist": {
"label": "Artist",
"description": "The artist(s) who drew assets for the HC",
"type": "line"
},
"date_start": {
"label": "Date Start",
"description": "The date the first episode of the HC was uploaded",
"type": "date"
},
"date_end": {
"label": "Date End",
"description": "The date the last episode of the HC was uploaded",
"type": "date"
},
"date_recorded": {
"label": "Date Recorded",
"description": "The date the HC was initially recorded on",
"type": "date"
},
"#_of_episodes": {
"label": "Number of Episodes",
"type": "line",
"description": "The number of episodes the HC has"
},
"playlist": {
"label": "Playlist",
"description": "The YouTube playlist every episode of the HC is in",
"type": "url"
},
"preceded_by": {
"label": "Preceded By",
"description": "The HC that was released previously in its series",
"type": "line"
},
"followed_by": {
"label": "Followed By",
"description": "The HC that was released next in its series",
"type": "line"
},
"image": {
"label": "Logo",
"description": "The logo of the HC",
"type": "wiki-file-name"
},
"title": {
"label": "Title",
"description": "The proper name of the HC",
"type": "line"
}
},
"paramOrder": [
"title",
"image",
"game",
"goal",
"uploader",
"editor",
"artist",
"date_start",
"date_end",
"date_recorded",
"#_of_episodes",
"playlist",
"preceded_by",
"followed_by"
]
}
</templatedata></noinclude>

Latest revision as of 06:53, 25 January 2024

Example usage:

{{Season Infobox
|title=Example
|image=Example
|caption1=Example
|game=Example
|goal=Example
|uploader=Example
|editor=Example
|artist=Example
|date_start=Example
|date_end=Example
|date_recorded=Example
|#_of_episodes=Example
|playlist=Example
|preceded_by=Example
|followed_by=Example
}}

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

The proper name of the HC

Lineoptional
Logoimage

The logo of the HC

Fileoptional
Gamegame

The game that the HC is played within

Lineoptional
Goalgoal

The goal of the HC

Lineoptional
Uploaderuploader

The YouTube channel the HC is uploaded to

URLoptional
Editoreditor

The individual(s) who edited the HC

Lineoptional
Artistartist

The artist(s) who drew assets for the HC

Lineoptional
Date Startdate_start

The date the first episode of the HC was uploaded

Dateoptional
Date Enddate_end

The date the last episode of the HC was uploaded

Dateoptional
Date Recordeddate_recorded

The date the HC was initially recorded on

Dateoptional
Number of Episodes#_of_episodes

The number of episodes the HC has

Lineoptional
Playlistplaylist

The YouTube playlist every episode of the HC is in

URLoptional
Preceded Bypreceded_by

The HC that was released previously in its series

Lineoptional
Followed Byfollowed_by

The HC that was released next in its series

Lineoptional