Difference between revisions of "Template:MCBuild"

From SMT: Dx2 Wiki
Jump to: navigation, search
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
;<includeonly>
+
<includeonly>{| border=0 style="max-width: 190px; text-align: center"
{| border=0 style="max-width: 190px; text-align: center"
+
| style="text-align: left" |{{#if: {{{mc|}}} | [[File: mc{{{style}}}.png|40px]]|}} {{#ifeq: {{{mc|Protag}}} | Protagonist | Protagonist | {{MCIcon|{{{mc|Protagonist}}}|{{{style}}} Style  }}|} }}
| style="text-align: left" |{{#if: {{{mc|}}} | [[File: mc{{{style}}}.png|50px]]|}} {{#ifeq: {{{mc|gender}}} | gender | gender | {{MCIcon|{{{mc|gender}}}|{{{style}}} Style  }}|
+
|- BGCOLOR="#9F5BC4" style="height: 5px;"
} }}
+
|
|- BGCOLOR="#cfbb20" style="height: 5px;"
+
|-
 +
{{#if: {{{demonite|}}} | <tr style="color: white; background: #4b4d4f; text-align: center; font-size: 12px"><td>'''Demonite'''</td></tr> | <tr height="0"></tr>}}
 +
{{#if: {{{demonite|}}} | <tr style="color: black; background: #f0f0f0; text-align: center; font-size: 12px; height: 15px;"><td>{{{demonite}}}</td></tr>|<tr height="0"></tr>}}
 +
|- style="color: white; background: #c0c0c0; text-align: center; font-size: 12px; height: 3px"
 +
|
 +
|-
 +
| style="text-align: left; display: flex; flex-flow: row nowrap; gap: 4px" |{{#if: {{{demonsword|}}} | [[File: SwordIcon.png|45px]]|}} {{
 +
#if: {{{demonsword|}}} |
 +
<div style="display: inline">[[File:{{{demonsword}}}.jpg|50px|link={{{demonsword}}}]]</div><div style="display: flex; flex-flow: row wrap; align-content: flex-start; justify-content: center; align-items: flex-start;"> <span style="flex: 1 1 100%; text-align: center">[[{{{demonsword}}}]]</span><span style="flex: 0 1 51%; text-align: center">{{#if: {{{SwordPanel|}}} |{{{SwordPanel}}}}}</span></div>
 +
}}
 +
|-
 +
|- style="color: white; background: #c0c0c0; text-align: center; font-size: 12px; height: 3px"
 +
|
 +
|-
 +
| style="text-align: left; display: flex; flex-flow: row nowrap; gap: 4px" |{{#if: {{{demonshield|}}} | [[File: ShieldIcon.png|45px]]|}} {{
 +
#if: {{{demonshield|}}} |
 +
<div style="display: inline">[[File:{{{demonshield}}}.jpg|50px|link={{{demonshield}}}]]</div><div style="display: flex; flex-flow: row wrap; align-content: flex-start; justify-content: center; align-items: flex-start;flex: 1 1 auto"> <span style="flex: 1 1 100%; text-align: center">[[{{{demonshield}}}]]</span><span style="flex: 0 1 51%; text-align: center">{{#if: {{{ShieldPanel|}}} |{{{ShieldPanel}}}}}</span></div>
 +
}}
 +
|
 
|}</includeonly>
 
|}</includeonly>
 +
<noinclude>
 +
Hello! this is a template collab between [[User:Ouran|Arisu]] and [[User:Wanderingseth|Sef]]!!
 +
 +
__TOC__
 +
== Single ==
 +
<pre>{{MCBuild|mc=FemaleMC or MaleMC for icons, Protag can be used to make a version without a icon |style=No,St,Ma,Ag,Vi or Lu|demonite=Any Demonite|demonsword=Any Demon|SwordPanel=P0 P1 P2 or P3|demonshield=Any Demon|ShieldPanel=P0 P1 P2 or p3|}}</pre>
 +
 +
 +
'''Examples'''
  
 +
<pre>{{MCBuild|mc=FemaleMC|style=Lu|demonite=1xFast 2xDream|demonsword=Frost Ace|SwordPanel=P3|demonshield=Rama|ShieldPanel=P0|}}</pre>
  
 +
{{MCBuild|mc=FemaleMC|style=Lu|demonite=1xFast 2xDream|demonsword=Frost Ace|SwordPanel=P3|demonshield=Rama|ShieldPanel=P0|}}
  
 +
<pre>{{MCBuild|style=Ma|mc=MaleMC|demonsword=Garuda A|demonshield=Garuda A|SwordPanel=P3|ShieldPanel=P3|demonite=3xMagic}}</pre>
  
 +
{{MCBuild|style=Ma|mc=MaleMC|demonsword=Garuda A|demonshield=Garuda A|SwordPanel=P3|ShieldPanel=P3|demonite=3xMagic}}
  
<noinclude>
+
== Party ==
<pre>{| border=0 style="max-width: 190px; text-align: center"
+
It works with another templates such as [[Template:DemonBuild:Thin]] or [[Template:DemonBuild:PVP]]
| style="text-align: left" |{{#if: {{{mc|}}} | [[File: MC{{{Style}}}.png|20px]]|}} {{#ifeq: {{{mc|}}} | Any Demon | Any Demon | {{DemonIcon|{{{demon|Any Demon}}}}} }}
+
 
 +
'''Examples'''
 +
=== DemonBuild:PVP ===
 +
{| border=0 align="left" style="display: block"
 +
| valign="top" |{{MCBuild|style=Ag|mc=MaleMC|demonite=3x Fast|demonsword=Yoshitsune|SwordPanel=P3|demonshield=Yoshitsune|ShieldPanel=P3}}
 +
| valign="top" |{{DemonBuild:PVP|demon=Koga Saburo|archetype=Purple|skill1=Epitome of Finesse|skill2=Speedster|brandSets=War, Speed|panels=P1, P2, P3}}
 +
| valign="top" |{{DemonBuild:PVP|demon=Angra Mainyu|archetype=Purple|skill1=Epitome of Swiftness|skill2=Evade|brandSets=Divine, Ward|panels=P1, P2}}
 +
| valign="top" |{{DemonBuild:PVP|demon=Masakado A|archetype=Red|skill1=Epitome of Swiftness|skill2=Speedster|brandSets=Divine, Speed}}
 +
|}
 +
<div style="clear: both;"></div>
 +
<br>
 +
 
 +
<pre>
 +
{| border=0 align="left" style="display: block"
 +
| valign="top" |{{MCBuild|style=Ag|mc=MaleMC|demonite=3x Fast|demonsword=Yoshitsune|SwordPanel=P3|demonshield=Yoshitsune|ShieldPanel=P3}}
 +
| valign="top" |{{DemonBuild:PVP|demon=Koga Saburo|archetype=Purple|skill1=Epitome of Finesse|skill2=Speedster|brandSets=War, Speed|panels=P1, P2, P3}}
 +
| valign="top" |{{DemonBuild:PVP|demon=Angra Mainyu|archetype=Purple|skill1=Epitome of Swiftness|skill2=Evade|brandSets=Divine, Ward|panels=P1, P2}}
 +
| valign="top" |{{DemonBuild:PVP|demon=Masakado A|archetype=Red|skill1=Epitome of Swiftness|skill2=Speedster|brandSets=Divine, Speed}}
 +
|}
 +
</pre>
 +
</br>
 +
<div style="clear: both;"></div>
 +
 
 +
=== DemonBuild:Thin ===
 +
<div style="clear: both;"></div>
 +
{| border=0 align="left"
 +
| valign="top" |{{MCBuild|mc=FemaleMC|style=St|demonite=1xFast 2xPhysical|demonsword=Huang Di|SwordPanel=P0|demonshield=Cu Chulainn|ShieldPanel=P1|}}<br>
 +
| valign="top" |{{DemonBuild:Thin|demon=Berserker Guts|archetype=Purple|skill1=Epitome of Carnage|skill2=Phys Amp|brands=War|statreq=-}}
 +
| valign="top" |{{DemonBuild:Thin|demon=Masakado A|archetype=Red|skill1=Hama|skill2=Speedster|brands=Divine and Lead|statreq=-}}
 +
| valign="top" |{{DemonBuild:Thin|demon=Angra Mainyu|archetype=Purple|skill1=Solar Downfall|skill2=Speedster|brands=Divines and Speed|statreq=P2}}
 +
|}
 +
 
 +
<div style="clear: both;"></div>
 +
<pre>{| border=0 align="left"
 +
| valign="top" |{{MCBuild|mc=FemaleMC|style=St|demonite=1xFast 2xPhysical|demonsword=Huang Di|SwordPanel=P0|demonshield=Cu Chulainn|ShieldPanel=P1|}}<br>
 +
| valign="top" |{{DemonBuild:Thin|demon=Berserker Guts|archetype=Purple|skill1=Epitome of Carnage|skill2=Phys Amp|brands=War|statreq=-}}
 +
| valign="top" |{{DemonBuild:Thin|demon=Masakado A|archetype=Red|skill1=Hama|skill2=Speedster|brands=Divine and Lead|statreq=-}}
 +
| valign="top" |{{DemonBuild:Thin|demon=Angra Mainyu|archetype=Purple|skill1=Solar Downfall|skill2=Speedster|brands=Divines and Speed|statreq=P2}}
 +
|}
 
</pre>
 
</pre>
{{MCBuild|style=Lu|mc=FemaleMC|demonsword=Frost Ace|demonshield=Rama|SwordPanel=Panel 3|ShieldPanel=Unpaneled |demonite=ag}}
+
 
=======
+
<div style="clear: both;"></div>
{{MCBuild|style=ST|mc=MaleMC|demonsword=Frost Ace|demonshield=Rama|SwordPanel=Panel 3|ShieldPanel=Unpaneled |demonite=ag}}
 
 
</noinclude>
 
</noinclude>

Latest revision as of 01:40, 12 October 2021


Hello! this is a template collab between Arisu and Sef!!

Single

{{MCBuild|mc=FemaleMC or MaleMC for icons, Protag can be used to make a version without a icon |style=No,St,Ma,Ag,Vi or Lu|demonite=Any Demonite|demonsword=Any Demon|SwordPanel=P0 P1 P2 or P3|demonshield=Any Demon|ShieldPanel=P0 P1 P2 or p3|}}


Examples

{{MCBuild|mc=FemaleMC|style=Lu|demonite=1xFast 2xDream|demonsword=Frost Ace|SwordPanel=P3|demonshield=Rama|ShieldPanel=P0|}}
McLu.png FemaleMC.png Lu Style
Demonite
1xFast 2xDream
SwordIcon.png
Frost Ace.jpg
ShieldIcon.png
Rama.jpg
RamaP0


{{MCBuild|style=Ma|mc=MaleMC|demonsword=Garuda A|demonshield=Garuda A|SwordPanel=P3|ShieldPanel=P3|demonite=3xMagic}}
McMa.png MaleMC.png Ma Style
Demonite
3xMagic
SwordIcon.png
Garuda A.jpg
ShieldIcon.png
Garuda A.jpg


Party

It works with another templates such as Template:DemonBuild:Thin or Template:DemonBuild:PVP

Examples

DemonBuild:PVP

McAg.png MaleMC.png Ag Style
Demonite
3x Fast
SwordIcon.png
Yoshitsune.jpg
ShieldIcon.png
Yoshitsune.jpg
ArchPurple.png Koga Saburo.jpg
Panels | Transcend
P1, P2, P3 | 0
Skills
Epitome of Finesse
Speedster
-
Brand Sets
War, Speed
Detailed Stats
Infusion Distribution
-
Stats
-
Brand Stats
-
ArchPurple.png Angra Mainyu.jpg
Panels | Transcend
P1, P2 | 0
Skills
Epitome of Swiftness
Evade
-
Brand Sets
Divine, Ward
Detailed Stats
Infusion Distribution
-
Stats
-
Brand Stats
-
ArchRed.png Masakado A.jpg
Panels | Transcend
None | 0
Skills
Epitome of Swiftness
Speedster
-
Brand Sets
Divine, Speed
Detailed Stats
Infusion Distribution
-
Stats
-
Brand Stats
-


{| border=0 align="left" style="display: block"
| valign="top" |{{MCBuild|style=Ag|mc=MaleMC|demonite=3x Fast|demonsword=Yoshitsune|SwordPanel=P3|demonshield=Yoshitsune|ShieldPanel=P3}}
| valign="top" |{{DemonBuild:PVP|demon=Koga Saburo|archetype=Purple|skill1=Epitome of Finesse|skill2=Speedster|brandSets=War, Speed|panels=P1, P2, P3}}
| valign="top" |{{DemonBuild:PVP|demon=Angra Mainyu|archetype=Purple|skill1=Epitome of Swiftness|skill2=Evade|brandSets=Divine, Ward|panels=P1, P2}}
| valign="top" |{{DemonBuild:PVP|demon=Masakado A|archetype=Red|skill1=Epitome of Swiftness|skill2=Speedster|brandSets=Divine, Speed}}
|}


DemonBuild:Thin

McSt.png FemaleMC.png St Style
Demonite
1xFast 2xPhysical
SwordIcon.png
Huang Di.jpg
ShieldIcon.png
Cu Chulainn.jpg


ArchPurple.png Berserker Guts.jpg Berserker Guts
Skills
Epitome of Carnage
Phys Amp
Brands
War
Requirements
-
ArchRed.png Masakado A.jpg Masakado A
Skills
Hama
Speedster
Brands
Divine and Lead
Requirements
-
ArchPurple.png Angra Mainyu.jpg Angra Mainyu
Skills
Solar Downfall
Speedster
Brands
Divines and Speed
Requirements
P2
{| border=0 align="left"
| valign="top" |{{MCBuild|mc=FemaleMC|style=St|demonite=1xFast 2xPhysical|demonsword=Huang Di|SwordPanel=P0|demonshield=Cu Chulainn|ShieldPanel=P1|}}<br>
| valign="top" |{{DemonBuild:Thin|demon=Berserker Guts|archetype=Purple|skill1=Epitome of Carnage|skill2=Phys Amp|brands=War|statreq=-}}
| valign="top" |{{DemonBuild:Thin|demon=Masakado A|archetype=Red|skill1=Hama|skill2=Speedster|brands=Divine and Lead|statreq=-}}
| valign="top" |{{DemonBuild:Thin|demon=Angra Mainyu|archetype=Purple|skill1=Solar Downfall|skill2=Speedster|brands=Divines and Speed|statreq=P2}}
|}