Шаблон:Autowiki/StockPart: различия между версиями

imported>Senefi
Нет описания правки
мНет описания правки
 
(не показаны 2 промежуточные версии этого же участника)
Строка 1: Строка 1:
<!--
<includeonly>
 
{{FlexBox
    This is the template for automatically generated stock parts
| Title = {{{name}}}
    This template is designed for automatically generated content, but could be also be filled out manually.
| SubTitle = Тир {{{tier}}}
 
| Image = {{{icon}}}{{!}}96px
--><includeonly><!--
| ImagePadding = 0.5em
TEMPLATE BEGIN
| Content = '''Создаётся в:''' {{{sources}}}<br> '''Необходимые исследования:''' {{{node}}}<br> '''Стоимость:'''<br> {{{materials}}}
 
| DropdownTitle = Описание
  Outer div block contains the entire template for nice vertical spacing
| DropdownContent = {{{desc}}}
--><div style="display:inline-block; width:532px; border:1px solid #CCCCEE; padding:0px; margin-bottom:10px; background:#DDDDDD;"><!--
}}
 
</includeonly><noinclude>
    Inner div for icon and item name
{{Autowiki/StockPart
  --><div style="float:left; width:128px; height:128px; padding:0px; background:#EEEEFF; text-align:center"><!--
    -->[[File:{{{icon}}}|64px|link=]]<br>{{{name}}}<!--
  --></div><!--
    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;"><!--
    --><span style="display:block; text-align:center; background:#CCCCEE">''{{{desc}}}''</span><!--
    -->'''Tier:''' <span style="float:right">{{{tier}}}</span><!--
  --></div>
    {| class="wikitable" style="width:532px; margin:0px;"
    |-
    ! Crafted in
    | {{{sources}}}
    |-
    ! Required Research
    | {{{node}}}
    |-
    ! Material Cost
    | {{{materials}}}
    |}<!--
--></div><br><!--
 
TEMPLATE END
--></includeonly><!--
 
--><noinclude><!--
DOCUMENTATION BEGIN
 
-->{{Autowiki/StockPart
   |name=power cell
   |name=power cell
   |icon=Autowiki-cell.png
   |icon=Autowiki-cell.png
Строка 57: Строка 29:
   |node=Basic Research Technology
   |node=Basic Research Technology
   |materials=70 iron<br>5 glass
   |materials=70 iron<br>5 glass
}}</pre><!--
}}</pre>
 
</noinclude>
DOCUMENTATION END
--></noinclude><!--

Текущая версия от 06:54, 12 декабря 2024


Тир 1power cell
Autowiki-cell.png
Создаётся в: Protolathe, Ancient Protolathe, Autolathe
Необходимые исследования: Basic Research Technology
Стоимость:
70 iron
5 glass
A rechargeable electrochemical power cell. This one has a rating of 1000 kJ.


This template is generated by the following code:

{{Autowiki/StockPart
  |name=power cell
  |icon=Autowiki-cell.png
  |desc=A rechargeable electrochemical power cell. This one has a rating of 1000 kJ.
  |tier=1
  |sources=Protolathe, Ancient Protolathe, Autolathe
  |node=Basic Research Technology
  |materials=70 iron<br>5 glass
}}