Difference between revisions of "User:RJackson/Template:Get on Steam"
m (Fix ifeq typo) |
m (Returning 'series' to template parameter; icons now use File:Game icon [appid].png) |
||
Line 2: | Line 2: | ||
<div style="border-width:1px;border-style:solid;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em;padding:.5em;min-height:58px;width:20em; margin:.4em .75em .5em;float:{{{placing|right}}};background-color:#262626; border-color:#3C3D3E;"> | <div style="border-width:1px;border-style:solid;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em;padding:.5em;min-height:58px;width:20em; margin:.4em .75em .5em;float:{{{placing|right}}};background-color:#262626; border-color:#3C3D3E;"> | ||
<p style="float:left;margin:0;padding:5px;"> | <p style="float:left;margin:0;padding:5px;"> | ||
− | [[File: | + | [[File:Game icon {{{app}}}|65px|link=http://store.steampowered.com/app/{{{app}}}/]] |
</p> | </p> | ||
<p style="overflow:auto;text-align:left;"> | <p style="overflow:auto;text-align:left;"> | ||
Line 46: | Line 46: | ||
| ja = インストール | | ja = インストール | ||
}}</span>]|}} | }}</span>]|}} | ||
− | [http://store.steampowered.com/app/{{{app}}}/ <span style="color:white; font-weight:bold; padding:0 3px; background-color:#73A234; -moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;">{{lang | + | [http://store.steampowered.com/app/{{{app}}}/ <span style="color:white; font-weight:bold; padding:0 3px; background-color:#73A234; -moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;">{{lang |
| en = Details | | en = Details | ||
| cs = Detaily | | cs = Detaily | ||
Line 60: | Line 60: | ||
| fi = Lisätietoja | | fi = Lisätietoja | ||
| ja = 詳細 | | ja = 詳細 | ||
− | }}{{#switch: {{ | + | }}{{#switch: {{{series}}} | l4d = (L4D) | p = (P1)}}</span>] |
{{#switch: {{{part}}} | {{#switch: {{{part}}} | ||
− | | yes = [http://store.steampowered.com/app/{{{app2}}}/ <span style="color:white; font-weight:bold; padding:0 3px; background-color:#73A234; -moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;">{{lang | + | | yes = [http://store.steampowered.com/app/{{{app2}}}/ <span style="color:white; font-weight:bold; padding:0 3px; background-color:#73A234; -moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;">{{lang |
| en = Details | | en = Details | ||
| cs = Detaily | | cs = Detaily | ||
Line 76: | Line 76: | ||
| fi = Lisätietoja | | fi = Lisätietoja | ||
| ja = 詳細 | | ja = 詳細 | ||
− | }}{{#switch: {{ | + | }}{{#switch: {{{series}}} | l4d = (L4D2) | p = (P2)}}</span>] |
| #default =}} | | #default =}} | ||
</p> | </p> | ||
Line 89: | Line 89: | ||
<p style="text-align:left;margin-left:1.5em;"><span style="float:left;margin-right:.5em;">'''Usage:'''</span><code style="overflow:auto;display:block;">{{Get on Steam <br /> | <p style="text-align:left;margin-left:1.5em;"><span style="float:left;margin-right:.5em;">'''Usage:'''</span><code style="overflow:auto;display:block;">{{Get on Steam <br /> | ||
| app = ''440'' // Game's app-number on Steam<br /> | | app = ''440'' // Game's app-number on Steam<br /> | ||
+ | | series = ''<l4d/p>'' // Left 4 Dead or Portal series.<br /> | ||
| part = ''<yes/no> // For 2-part games (L4D, Portal)<br /> | | part = ''<yes/no> // For 2-part games (L4D, Portal)<br /> | ||
| app2 = ''550'' // Second part of game.<br /> | | app2 = ''550'' // Second part of game.<br /> | ||
Line 96: | Line 97: | ||
'''Example:''' | '''Example:''' | ||
* See source for template code. | * See source for template code. | ||
− | {{Get on Steam | + | {{Get on Steam |
| app = 92800 | | app = 92800 | ||
− | | | + | | |
}} | }} | ||
− | |||
− | |||
{{translation switching|cs, es, fr, ko, nl, pl, pt-br, ru, zh-hant, fi}} | {{translation switching|cs, es, fr, ko, nl, pl, pt-br, ru, zh-hant, fi}} | ||
</noinclude> | </noinclude> |
Revision as of 19:25, 23 April 2013
[[File:Game icon {{{app}}}|65px|link=http://store.steampowered.com/app/{{{app}}}/]]
User:RJackson/Template:Gameinfo
User:RJackson/Template:Gameinfo / User:RJackson/Template:Gameinfo / User:RJackson/Template:Gameinfo
Details
Documentation for RJackson/Template:Get on Steam
Displays a status box on your mod's page, and adds it to the appropriate categories. Some information is loaded from Template:Dictionary/Gameinfo.
Usage:{{Get on Steam
| app = 440 // Game's app-number on Steam
| series = <l4d/p> // Left 4 Dead or Portal series.
| part = <yes/no> // For 2-part games (L4D, Portal)
| app2 = 550 // Second part of game.
| placing = <left/right/center> // placing of the box. Default value is right.
}}
Example:
- See source for template code.
This template uses translation switching. The correct language will be displayed automatically. Localized versions of this template (e.g. User:RJackson/Template:Get on Steam/ru) are not necessary. Add your translations directly to this template by editing it. Supported languages for this template: cs, es, fr, ko, nl, pl, pt-br, ru, zh-hant, fi (add) |