Template:Bundle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{uselangflags|en=1}}
{{uselangflags|en=1|vi}}
{{messagebox
{{messagebox
|text = {{#if:{{{image|}}}|{{{image}}}}}
|text = {{#if:{{{image|}}}|{{{image}}}}}
The {{{name}}} bundle is provided on Steam<!-- for ${{{price}}} (USD)-->.<br />
{{autolang
|1=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="background-color: black; 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:steam_available.png|link=]]

Revision as of 06:27, 8 May 2023

English (en)

{{messagebox |text =

Red x.png
This template (and its redirect) is Wikipedia icon Deprecated. Its use is not recommended and its functionality may be compromised.
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.

Additional notes:
Use #switch parser function instead. Example
{{#switch: {{language}}
| #default = English
| ja = 日本語
| zh-tw = 中文(台灣)
‎}}

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

Note.pngNote:Cover is optional.