Difference between revisions of "Template:Get on Steam"

From Team Fortress Wiki
Jump to: navigation, search
(Added Finnish translations.)
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:{{{image|User HugoC Steamlogo.png}}}|65px|link=http://store.steampowered.com/app/{{{app|440}}}/]]
+
[[File:{{{image|Steam_tray.png}}}|65px|link=http://store.steampowered.com/app/{{{app|440}}}/]]
 
</p>
 
</p>
 
<p style="overflow:auto;text-align:left;">
 
<p style="overflow:auto;text-align:left;">
Line 60: Line 60:
 
| price = ''$9.99'' // Price of the game on Steam<br />
 
| price = ''$9.99'' // Price of the game on Steam<br />
 
| get = ''<free/money>'' // Game status on Steam<br />
 
| get = ''<free/money>'' // Game status on Steam<br />
| image = ''User HugoC Steamlogo.png'' // Image in the box<br />
+
| image = ''Steam_tray.png'' // Image in the box<br />
 
| placing = ''<left/right/center>'' // placing of the box. Default value is ''right''. <br />
 
| placing = ''<left/right/center>'' // placing of the box. Default value is ''right''. <br />
 
&#125;&#125;</code></p>
 
&#125;&#125;</code></p>

Revision as of 17:57, 14 August 2011


Documentation for Get on Steam

Displays a status box on your mod's page, and adds it to the appropriate categories.

Usage:{{Get on Steam
| app = 440 // Game's app-number on Steam
| part = <yes/no> // For 2-part games (L4D, Portal)
| app2 = 550 // Second part of game.
| series = <l4d/p> // Left 4 Dead or Portal series.
| game = Team Fortress 2 // Name of the game
| price = $9.99 // Price of the game on Steam
| get = <free/money> // Game status on Steam
| image = Steam_tray.png // Image in the box
| placing = <left/right/center> // placing of the box. Default value is right.
}}

Example:

  • See source for template code.