Template:Bundle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated bundles and added syntax on how to use it.)
m (autolang replace)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{lang|Template:Bundles}}
{{ulf|en=1|vi=1}}
{{messagebox
{{messagebox
|text =  
|text = {{#if:{{{image|}}}|{{{image}}}}}
The {{{name}}} bundle is provided on Steam<!-- for ${{{price}}} (USD)-->.<br />
{{#switch: {{language}}
|#default = The {{{name}}} bundle is provided on Steam<!-- for ${{{price}}} (USD)-->.<br />
Click [http://store.steampowered.com/bundle/{{{id|100}}} <span style="color: yellow">here</span>] to preview the package on Steam page<br />
Click [http://store.steampowered.com/bundle/{{{id|100}}} <span style="color: yellow">here</span>] to preview the package on Steam page<br />
The following items are included in this packages:<br />
The following items are included in this packages:<br />
<div style="background-color: black; color: orange; display: inline-block; text-align: left; padding: .3em;">
<div style="color: orange; display: inline-block; text-align: left; padding: .3em;">
{{{list}}}
{{{list}}}
|vi = Gói {{{package}}} hiện đang có trên của hàng Steam<!-- for ${{{price}}} (USD)-->.<br />
Nhấn [http://store.steampowered.com/sub/{{{id|100}}} <span style="color: yellow">vào đây</span>] để xem gói này trong cửa hàng Steam.<br />
Các mục sau đây được có trong gói này:<br />
}}
</div>
</div>
|image = [[File:steam_available.png|link=]]
|image = [[File:Logo-Steam-white-notext.png|link=|64px|Steam Logo|alt=Steam Logo.]]
|bgcolor = #000000
|bgcolor = #4f55594a
|bdcolor = #474747
|bgcolordeg = -60deg<!-- Disabled alongside fallback to bgcolor if browser doesn't support it. -->
|bdcolor2 = #474747
|bgcolorgradient = #4f55594a<!-- Fallback to bgcolor if browser doesn't support it. -->
|style = border: 2px #474747 solid;{{border-radius|10px}}
|bgcolorgradient2 = #0f13144a<!-- Fallback to bgcolor if browser doesn't support it. -->
|bdcolor = #4f5559
|bdcolor2 = #4f5559
|style = border: 2px #4f5559 solid;{{border-radius|8px}}
|txtcolor = #ffffff
|txtcolor = #ffffff
}}
}}
<noinclude>[[Category:Notice templates|{{PAGENAME}}]]
<noinclude>[[Category:Notice templates|{{PAGENAME}}]]
{{Deprecated|This template has been merged with [[Template:Package]], and this template will soon redirect to [[Template:Package]].}}
Same as [[Template:Package]], but with bundles URLs instead.
Same as [[Template:Package]], but with bundles URLs instead.
{{syntax|<nowiki>{{bundle|name=<bundle name>|id=<bundle id>|list=<list of games>}}</nowiki>}}
{{syntax|<nowiki>{{bundle|image=[[File:Package Cover - (Title here).jpg|320px|link=]]|name=<bundle name>|id=<bundle id>|list=<list of games>}}</nowiki>}}
{{note|Cover is optional.}}
</noinclude>
</noinclude>

Latest revision as of 18:45, 5 August 2024

English (en)Tiếng Việt (vi)
Obsolete-notext.pngDeprecated:This template has been merged with Template:Package, and this template will soon redirect to Template:Package.

Same as Template:Package, but with bundles URLs instead. Syntax: {{bundle|image=[[File:Package Cover - (Title here).jpg|320px|link=]]|name=<bundle name>|id=<bundle id>|list=<list of games>}}

Note.pngNote:Cover is optional.