Difference between revisions of "Template:Get on Steam"

From Team Fortress Wiki
Jump to: navigation, search
m (What The Korean Translation?!)
m (added cs)
Line 9: Line 9:
 
{{#ifeq:{{{get}}}|free|[steam://install/{{{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
 
{{#ifeq:{{{get}}}|free|[steam://install/{{{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 = Install
 
         | en = Install
 +
        | cs = Instalovat
 
         | it = Installa
 
         | it = Installa
 
         | es = Instalar
 
         | es = Instalar
Line 22: Line 23:
 
       }}</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
 
   | it = Dettagli
 
   | it = Dettagli
 
   | es = Detalles
 
   | es = Detalles
Line 37: Line 39:
 
| 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
 
   | it = Dettagli
 
   | it = Dettagli
 
   | es = Detalles
 
   | es = Detalles
Line 84: Line 87:
  
  
{{translation switching|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 09:13, 20 September 2012


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.