Difference between revisions of "User:RJackson/Template:Get on Steam"

From Team Fortress Wiki
Jump to: navigation, search
m (Missing a }, I think)
m (Also a .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:{{{image|Game icon {{{app}}}}}}|65px|link=http://store.steampowered.com/app/{{{app}}}/]]
+
[[File:{{{image|Game icon {{{app}}}.png}}}|65px|link=http://store.steampowered.com/app/{{{app}}}/]]
 
</p>
 
</p>
 
<p style="overflow:auto;text-align:left;">
 
<p style="overflow:auto;text-align:left;">

Revision as of 20:59, 23 April 2013


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.