Шаблон:Набор: различия между версиями
Перейти к навигации
мНет описания правки |
мНет описания правки |
||
Строка 1: | Строка 1: | ||
<includeonly> <div style="position:relative;width: 276px;height: 395px;box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;border-radius: 10px;">{{#if:{{{ | <includeonly> <div style="position:relative;width: 276px;height: 395px;box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;border-radius: 10px;">{{#if:{{{fire|}}}|{{#if:{{{melee|}}}|<div id="switch">{{Img|Switch weapons icon|40}}</div>|}}|}}<div style="position:absolute;left: 10px;top:5px;"> {{#if:{{{neck|}}}|{{Item {{{neck}}}}}|{{Img|Item empty neck}}}} </div> <div style="position:absolute;left: 91px;top: 11px;"> {{#if:{{{head|}}}|{{Item {{{head}}}|wear}}|{{Img|Item empty head}}}} </div> <div style="position:absolute;left:90px;top: 105px;"> {{#if:{{{cloth|}}}|{{Item {{{cloth}}}|wear2}}|{{Img|Item empty body}}}} </div> <div style="position:absolute;left:90px;top: 245px;"> {{#if:{{{pant|}}}|{{Item {{{pant}}}|wear2}}|{{Img|Item empty pants}}}} </div> <div style="position:absolute;left: 1px;top: 84px;">{{#if:{{{fire|}}}||{{#if:{{{melee|}}}||{{Img|Item empty rarm}}}}}}{{#if:{{{fire|}}}|<div id="fire" style="position:absolute;left:0px;top:0px;">{{Item {{{fire}}}|wear2}}</div>|}}{{#if:{{{melee|}}}|<div id="melee" style="position:absolute;left:0px;top:0px;">{{Item {{{melee}}}|wear2}}</div>|}}</div> <div style="position:absolute;left: 179px;top: 73px;"> {{#if:{{{gun|}}}|{{Item {{{gun}}}|wear2}}|{{Img|Item empty larm}}}} </div> <div style="position:absolute;left: 180px;top: 209px;"> {{#if:{{{belt|}}}|{{Item {{{belt}}}|wear}}|{{Img|Item empty belt}}}} </div> <div style="position:absolute;left: 180px;top: 297px;"> {{#if:{{{shoes|}}}|{{Item {{{shoes}}}|wear}}|{{Img|Item empty foot}}}} </div> <div style="position:absolute;left: 1px;top: 220px;"> {{#if:{{{animal|}}}|{{Item {{{animal}}}|wear}}|{{Img|Item empty animal}}}} </div> <div style="position:absolute;left: 9px;top: 310px;"> {{#if:{{{prod|}}}|{{Item {{{prod}}}}}|{{Img|Item empty yield}}}} </div> </div> </includeonly><noinclude> | ||
<code><nowiki>{{ | <code><nowiki>{{Set</nowiki><br/> | ||
| | |head=<br/> | ||
| | |neck=<br/> | ||
| | |cloth=<br/> | ||
| | |belt=<br/> | ||
| | |pant=<br/> | ||
| | |shoes=<br/> | ||
| | |melee=<br/> | ||
| | |fire=<br/> | ||
| | |gun=<br/> | ||
| | |prod=<br/> | ||
| | |animal=<br/> | ||
}}</code> | }}</code> | ||
:* ''' | :* '''Example :'''<br/> | ||
<code><nowiki>{{ | <code><nowiki>{{Set</nowiki><br/> | ||
| | |head=Lee's hat<br/> | ||
| | |neck=Lee's bowtie<br/> | ||
| | |cloth=Lee's coat<br/> | ||
| | |belt=Lee's belt<br/> | ||
| | |pant=Lee's pants<br/> | ||
| | |shoes=Lee's boots<br/> | ||
}}</code> | }}</code> | ||
{{ | {{Set | ||
| | |head=Lee's hat | ||
| | |neck=Lee's bowtie | ||
| | |cloth=Lee's coat | ||
| | |belt=Lee's belt | ||
| | |pant=Lee's pants | ||
| | |shoes=Lee's boots | ||
}} | }} | ||
<noinclude> | <noinclude> |
Версия от 15:36, 17 апреля 2017
{{Set
|head=
|neck=
|cloth=
|belt=
|pant=
|shoes=
|melee=
|fire=
|gun=
|prod=
|animal=
}}
- Example :
- Example :
{{Set
|head=Lee's hat
|neck=Lee's bowtie
|cloth=Lee's coat
|belt=Lee's belt
|pant=Lee's pants
|shoes=Lee's boots
}}