Template:Set: Difference between revisions

From Wiki The-West EN
Jump to navigation
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly> <div style="position:relative; height:375px; width:259px;border:1px solid #685741;box-shadow: 2px 2px 4px #000;"> <div style="position:absolute; left:5px; top:5px;border:0px solid blue;"> {{#if:{{{neck|}}}|{{Item {{{neck}}}|{{#if:{{{neck_pos|}}}|{{{neck_pos}}}|R}}}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:90px; top:43px;"> {{#if:{{{head|}}}|{{Item {{{head}}}|{{#if:{{{head_pos|}}}|{{{head_pos}}}|R}}}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:90px; top:125px;"> {{#if:{{{cloth|}}}|{{Item {{{cloth}}}|{{#if:{{{cloth_pos|}}}|{{{cloth_pos}}}|R}}}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:90px; top:207px;"> {{#if:{{{pant|}}}|{{Item {{{pant}}}|{{#if:{{{pant_pos|}}}|{{{pant_pos}}}|R}}}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:5px; top:87px;"> {{#if:{{{fire|}}}|{{Item {{{fire}}}|{{#if:{{{fire_pos|}}}|{{{fire_pos}}}|R}}}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:5px; top:169px;"> {{#if:{{{melee|}}}|{{Item {{{melee}}}|{{#if:{{{melee_pos|}}}|{{{melee_pos}}}|R}}}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:177px; top:87px;"> {{#if:{{{gun|}}}|{{Item {{{gun}}}|{{#if:{{{gun_pos|}}}|{{{gun_pos}}}|L}}}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:177px; top:169px;"> {{#if:{{{belt|}}}|{{Item {{{belt}}}|{{#if:{{{belt_pos|}}}|{{{belt_pos}}}|L}}}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:177px; top:251px;"> {{#if:{{{shoes|}}}|{{Item {{{shoes}}}|{{#if:{{{shoes_pos|}}}|{{{shoes_pos}}}|L}}}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:5px; top:289px;"> {{#if:{{{animal|}}}|{{Item {{{animal}}}|{{#if:{{{animal_pos|}}}|{{{animal_pos}}}|R}}}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:90px; top:289px;"> {{#if:{{{prod|}}}|{{Item {{{prod}}}|{{#if:{{{prod_pos|}}}|{{{prod_pos}}}|R}}}}|{{Img|Item box}}}} </div> </div> </includeonly><noinclude>
<includeonly> <div class="set_container" data-set-id="{{{set_id|}}}">{{#if:{{{fire|}}}|{{#if:{{{melee|}}}|<div id="switch">{{Img|Switch weapons icon|40}}</div>|}}|}}{{#if:{{{prod2|}}}|<div id="switch_prod">{{Img|Switch 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|}}}|<div id="prod" style="position:absolute;left:0px;top:0px;">{{Item {{{prod}}}}}</div>{{#if:{{{prod2|}}}|<div id="prod2" style="position:absolute;left:0px;top:0px;">{{Item {{{prod2}}}}}</div>|}}|{{Img|Item empty yield}}}} </div> </div> </includeonly><noinclude>
<code><nowiki>{{Set</nowiki><br/>
<code><nowiki>{{Set</nowiki><br/>
|head=<br/>
|head=<br/>
Line 16: Line 16:
:* '''Example :'''<br/>
:* '''Example :'''<br/>
<code><nowiki>{{Set</nowiki><br/>
<code><nowiki>{{Set</nowiki><br/>
|head=Lee's hat<br/>
|head=50210<br/>
|neck=Lee's bowtie<br/>
|neck=50211<br/>
|cloth=Lee's coat<br/>
|cloth=50212<br/>
|belt=Lee's belt<br/>
|belt=50213<br/>
|pant=Lee's pants<br/>
|pant=50214<br/>
|shoes=Lee's boots<br/>
|shoes=50215<br/>
}}</code>
|gun=50218<br/>
|prod=51055<br/>
|prod2=51051<br/>
}}
</code>


{{Set
{{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>

Latest revision as of 16:23, 20 August 2018

{{Set
|head=
|neck=
|cloth=
|belt=
|pant=
|shoes=
|melee=
|fire=
|gun=
|prod=
|animal=
}}

  • Example :

{{Set
|head=50210
|neck=50211
|cloth=50212
|belt=50213
|pant=50214
|shoes=50215
|gun=50218
|prod=51055
|prod2=51051
}}

Item empty neck.png
Item empty head.png
Item empty body.png
Item empty pants.png
Item empty rarm.png
Item empty larm.png
Item empty belt.png
Item empty foot.png
Item empty animal.png
Item empty yield.png