Template:TechWeb: Difference between revisions
Jump to navigation
Jump to search
(Fixed missing includeonly-tag, which caused Templates-Category to be injected into article. Improved documentation.) |
(Added an additional linebreak to re-emulate the indirect effect of the now missing category-command (because of which the template most likely is used wrong everywhere).) |
||
Line 18: | Line 18: | ||
|{{{designs|List designs here.}}} | |{{{designs|List designs here.}}} | ||
|} | |} | ||
|}</includeonly><noinclude> | |}<br></includeonly><noinclude> | ||
== About == | == About == | ||
Short details of reasearch-nodes with their prerequisites and unlocks, intended use in [[Tech_Webs]]. | Short details of reasearch-nodes with their prerequisites and unlocks, intended use in [[Tech_Webs]]. |
Revision as of 20:01, 20 April 2020
About
Short details of reasearch-nodes with their prerequisites and unlocks, intended use in Tech_Webs.
Parameter-Usage
Parameter | Example | Description |
---|---|---|
techname | Neural Nanite Programming | Name of the technology |
image | Nanite_techwebs.png | Icon to be displayed for the technology. Default: pai.png |
cost | 2500 | Research cost |
req | Biological Nanite Programming | List of prerequisite technologies |
unlock | Synaptic Nanite Programming | List of technologies which are unlocked |
designs | Nerve Support, Neural Regeneration, Paralysis, Neural Shock, Host Scan | List of unlocked designs |
Examples
Barebones
{{TechWeb}}
|
Real-life
{{TechWeb |techname = Neural Nanite Programming |image = Nanite_techwebs.png |cost = 2500 |req = Biological Nanite Programming |unlock = Synaptic Nanite Programming |designs = Nerve Support, Neural Regeneration, Paralysis, Neural Shock, Host Scan }}
|