Template:TechWeb: Difference between revisions

From Yogstation-13
Jump to navigation Jump to search
(template for techwebs)
 
mNo edit summary
Line 2: Line 2:
  |
  |
{|width = "100%" cellspacing="0" cellpadding="2" width=560
{|width = "100%" cellspacing="0" cellpadding="2" width=560
|align=center width="120" style="background-color:#9f88d1"|'''Technology'''
|align=center width="120" style="background-color:#9f88d1"|'''{{{techname|Technology}}}'''
|'''Research Cost: '''{{{cost|List research cost here.}}}
|'''Research Cost: '''{{{cost|List research cost here.}}}
|}
|}
{|width = "100%" cellspacing="0" cellpadding="2" width=560
{|width = "100%" cellspacing="0" cellpadding="2" width=560
|align=center width="120" style="background-color:#9f88d1"|''' '''
|align=center width="120" style="background-color:#9f88d1"|''' ''' [[File:{{{image|pai.png}}}|frameless|120px|center]]
|'''Required: '''{{{req|List prerequisite tech here.}}}
|'''Required: '''{{{req|List prerequisite tech here.}}}
|}
|}
Line 20: Line 20:
[[Category:templates]]
[[Category:templates]]
|}
|}
<noinclude>
'''Code:'''
<nowiki>{{TechWeb</nowiki><br>
<nowiki>|techname = Technology</nowiki><br>
<nowiki>|image = pai.png</nowiki><br>
<nowiki>|cost = List research cost here.</nowiki><br>
<nowiki>|req = List prerequisite tech here.</nowiki><br>
<nowiki>|unlock = List what the tech unlocks here.</nowiki><br>
<nowiki>|designs = List designs here.}}</nowiki>
[[Category:Templates]]
</noinclude>

Revision as of 15:35, 9 November 2019

Technology Research Cost: List research cost here.
Pai.png
Required: List prerequisite tech here.
Unlocks: List what the tech unlocks here.
Designs:
List designs here.

Code:

{{TechWeb
|techname = Technology
|image = pai.png
|cost = List research cost here.
|req = List prerequisite tech here.
|unlock = List what the tech unlocks here.
|designs = List designs here.}}