Template:Autowiki/StockPart: Difference between revisions

From tgwiki2
Jump to navigation Jump to search
imported>Senefi
mNo edit summary
imported>Senefi
No edit summary
Line 11: Line 11:


     Inner div for icon and item name
     Inner div for icon and item name
   --><div style="float:left; width:128px; height:128px; padding:0px; background:#EEEEEE; text-align:center"><!--
   --><div style="float:left; width:128px; height:128px; padding:0px; background:#EEEEFF; text-align:center"><!--
     -->[[File:{{{icon}}}|64px|link=]]<br>{{{name}}}<!--
     -->[[File:{{{icon}}}|64px|link=]]<br>{{{name}}}<!--
   --></div><!--
   --></div><!--
     Inner div for description and data we consider to be important enough not to put on the table
     Inner div for description and data we consider to be important enough not to put on the table
   --><div style="float:right; width:390px; margin:7px; margin-bottom:0px;"><!--
   --><div style="float:right; width:390px; margin:7px; margin-bottom:0px;"><!--
     --><span style="display:block; text-align:center; background:#EEEEFF">''{{{desc}}}''</span><!--
     --><span style="display:block; text-align:center; background:#CCCCEE">''{{{desc}}}''</span><!--
     -->'''Type:''' <span style="float:right">{{{type}}}</span><br><!--
     -->'''Type:''' <span style="float:right">{{{type}}}</span><br><!--
     -->'''ID:''' <span style="float:right">{{{id}}}</span><br><!--
     -->'''ID:''' <span style="float:right">{{{id}}}</span><br><!--

Revision as of 22:22, 11 July 2023


capacitor
A basic capacitor used in the construction of a variety of devices.Type: /obj/item/stock_parts/capacitor
ID: basic_capacitor
Tier: 1
Crafted in Protolathe, Autolathe, Ancient Protolathe
Required Research Basic Research Technology
Material Cost 10 Iron
10 Glass


This template is generated by the following code:

{{Autowiki/StockPart
  |name=capacitor
  |icon=capacitor.png
  |desc=A basic capacitor used in the construction of a variety of devices.
  |type=/obj/item/stock_parts/capacitor
  |id=basic_capacitor
  |tier=1
  |sources=Protolathe, Autolathe, Ancient Protolathe
  |departments=Engineering, Science
  |node=Basic Research Technology
  |materials=10 Iron<br>10 Glass
}}