2,840 バイト追加
、 2021年1月4日 (月) 06:52
<includeonly>{{infobox
|width=330px
|float=right
|clear=right
|header=<div style="font-size:150%; padding: 3px 0px; margin-bottom: 3px;">{{#if: {{{icon|}}} | [[File:{{{icon|}}}|28px|link={{{header|}}} ]] }} {{{header|DLC}}}</div>
|content=
{{#if: {{{logo|}}} | [[File:{{{logo}}}|330px]]
----}}
'''Type'''<div style="float:right;">[[Downloadable content#{{{header|}}}| {{{type|What type of DLC is it?}}} ]]</div>
----
'''Release date {{#if: {{{patch|}}}|/ Patch }}'''<div style="float:right;">{{{date|YYYY-MM-DD}}} {{#if: {{{patch|}}}|/ [[Patch {{{patch|}}}|{{{patch|1.XX}}}]] }}</div>
{{#if: {{{storeb|}}}|
----
'''Store: {{{type|}}}'''<div style="float:right;"> {{{storeb|{{Store|pdx}} / {{Store|steam}} }}} </div> }}
{{#if: {{{storec|}}}|
----
'''Store: Content pack'''<div style="float:right;"> {{{storec|{{Store|pdx}} / {{Store|steam}} }}} </div> }}
{{#if: {{{storem|}}}|
----
'''Store: Music pack'''<div style="float:right;"> {{{storem|{{Store|pdx}} / {{Store|steam}} }}} </div> }}
}}</includeonly><noinclude>
The template's main purpose is to provide useful "at-a-glance" info on the related product. Store links are to be provided ''via'' the {{template|Store}} template.
== Parameters ==
{| class="wikitable"
! Parameter !! Notes !! Status
|-
| header
|
* DLC title (expansions will also display the in-game icon).
* Expansion icons can be found in [[:Category:Expansion icons]].
| '''required'''
|-
| logo
|
* DLC banner/header (usually from Steam for size consistency).
* DLC banners can be found in [[:Category:DLC banners]].
| '''optional'''
|-
| type
| DLC type (includes link to section on [[DLC]] page). Can be either: {{MultiColumn|
* Expansion
* Immersion Pack
* Content Pack
* Music Pack
* E-book |2}}
| '''required'''
|-
| patch
|
* Add only for gameplay affecting DLCs.
* Only major versions - good 1.x , bad 1.x.y
| '''optional'''
|-
| date
| Release date in the format YYYY-MM-DD
| '''required'''
|-
| storeb
|
* Base product link to the Paradox Interactive / Steam store.
* To be used alongside the {{template|Store}} template.
| '''required'''
|-
| storec</br>storem
|
Additional store links for: {{MultiColumn|
* Content pack
* Music pack |2}}
| '''optional'''
|}
== Example ==
The DLC infoxbox for the ''Crusader Kings III'' base game will be set up as follows:
<pre>
{{DLC
| header= Crusader Kings III
| logo= Banner Crusader Kings III.jpg
| type= Base game
| patch= 1.0
| date= 2020-09-01
| storeb = {{Store|pdx|crusader-kings-iii/CKCK03GSK0000001-MASTER.html}} / {{Store|steam|app/1158310}}
}}
</pre>
{{DLC
| header= Crusader Kings III
| logo= Banner Crusader Kings III.jpg
| type= Base game
| patch= 1.0
| date= 2020-09-01
| storeb = {{Store|pdx|crusader-kings-iii/CKCK03GSK0000001-MASTER.html}} / {{Store|steam|app/1158310}}
}}
[[Category:DLC]]
[[Category:Infoboxes]]
[[Category:Templates]]</noinclude>