Template:Set: Difference between revisions

From Wiki The-West EN
Jump to navigation
(Created page with "<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:5p...")
 
No edit summary
 
(11 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}}}|R}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:90px; top:43px;"> {{#if:{{{head|}}}|{{Item {{{head}}}|R}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:90px; top:125px;"> {{#if:{{{cloth|}}}|{{Item {{{cloth}}}|R}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:90px; top:207px;"> {{#if:{{{pant|}}}|{{Item {{{pant}}}|R}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:5px; top:87px;"> {{#if:{{{fire|}}}|{{Item {{{fire}}}|R}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:5px; top:169px;"> {{#if:{{{melee|}}}|{{Item {{{melee}}}|R}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:177px; top:87px;"> {{#if:{{{gun|}}}|{{Item {{{gun}}}|R}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:177px; top:169px;"> {{#if:{{{belt|}}}|{{Item {{{belt}}}|R}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:177px; top:251px;"> {{#if:{{{shoes|}}}|{{Item {{{shoes}}}|R}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:5px; top:289px;"> {{#if:{{{animal|}}}|{{Item {{{animal}}}|R}}|{{Img|Item box}}}} </div> <div style="position:absolute; left:90px; top:289px;"> {{#if:{{{prod|}}}|{{Item {{{prod}}}|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>
{{Set|pant=Lee's pants}}
<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>
 
:* '''Example :'''<br/>
<code><nowiki>{{Set</nowiki><br/>
|head=50210<br/>
|neck=50211<br/>
|cloth=50212<br/>
|belt=50213<br/>
|pant=50214<br/>
|shoes=50215<br/>
|gun=50218<br/>
|prod=51055<br/>
|prod2=51051<br/>
}}
</code>
 
{{Set}}
 
<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