Difference between revisions of "User talk:Mastupuchu"
From Unofficial Fantasica Wiki
Mastupuchu (Talk | contribs) |
Mastupuchu (Talk | contribs) (→Displaying Unit or Monster info in those fancy tables: new section) |
||
Line 1: | Line 1: | ||
<p>Alright so, gonna put small guides here so people know how to code, and how to do it right.</p> | <p>Alright so, gonna put small guides here so people know how to code, and how to do it right.</p> | ||
<p>Any questions about my cards or anything else, take it to LINE or kik. If you flood this page, I will haunt you.</p> | <p>Any questions about my cards or anything else, take it to LINE or kik. If you flood this page, I will haunt you.</p> | ||
+ | |||
+ | == Displaying Unit or Monster info in those fancy tables == | ||
+ | |||
+ | <h3>For Units:</h3> | ||
+ | <code><nowiki> | ||
+ | {{Unit_header_s}} | ||
+ | </nowiki></code><br /> | ||
+ | <code><nowiki> | ||
+ | {{Unit_GroupName|9★}} | ||
+ | </nowiki></code><br /> | ||
+ | <code><nowiki> | ||
+ | {{Unit_Row|Ironblood}} | ||
+ | </nowiki></code><br /> | ||
+ | <code><nowiki> | ||
+ | |} <!-- This is important to close off the table, otherwise you end up with a mess --> | ||
+ | </nowiki></code> | ||
+ | |||
+ | <p>It will look like this:</p> | ||
+ | |||
+ | {{Unit_header_s}} | ||
+ | {{Unit_GroupName|9★}} | ||
+ | {{Unit_Row|Ironblood}} | ||
+ | |} | ||
+ | |||
+ | <h3>For Monsters:</h3> | ||
+ | <code><nowiki> | ||
+ | {{Monster_Header}} | ||
+ | </nowiki></code><br /> | ||
+ | <code><nowiki> | ||
+ | {{Unit_GroupName|9★}} | ||
+ | </nowiki></code><br /> | ||
+ | <code><nowiki> | ||
+ | {{Monster_Row|Ironblood_m}} | ||
+ | </nowiki></code><br /> | ||
+ | <code><nowiki> | ||
+ | |} <!-- This is important to close off the table, otherwise you end up with a mess --> | ||
+ | </nowiki></code> | ||
+ | |||
+ | <p>It will look like this:</p> | ||
+ | |||
+ | {{Monster_Header}} | ||
+ | {{Unit_GroupName|4★}} | ||
+ | {{Monster_Row|Ironblood_m}} | ||
+ | |} |
Revision as of 05:45, 17 January 2018
Alright so, gonna put small guides here so people know how to code, and how to do it right.
Any questions about my cards or anything else, take it to LINE or kik. If you flood this page, I will haunt you.
Displaying Unit or Monster info in those fancy tables
For Units:
{{Unit_header_s}}
{{Unit_GroupName|9★}}
{{Unit_Row|Ironblood}}
|} <!-- This is important to close off the table, otherwise you end up with a mess -->
It will look like this:
Unit | ★ | Type | C | S | R | Skill | Source | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
9★ | |||||||||||
Ironblood |
9 | Melee | 30 | C | 130 | 261,108 | 217,626 | 201,430 | Poison, Iron Wall |
Simply Elementary Group Rank Reward + Recruitment 1st - 15th 30 units awarded |
For Monsters:
{{Monster_Header}}
{{Unit_GroupName|9★}}
{{Monster_Row|Ironblood_m}}
|} <!-- This is important to close off the table, otherwise you end up with a mess -->
It will look like this:
Monster | ★ | Type | Speed | Base HP (Max HP) |
Source | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
4★ | |||||||||||
Ironblood_m |
9 | C | A | A | A | 70,000 (1,310,470) |
Simply Elementary Group Rank Reward 1st - 15th 30 units awarded |