Template:SkillPageStatInfo: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly><div style="overflow:hidden;"> | <includeonly><div style="overflow:hidden;"> | ||
{| class="wikitable" style="margin-right:auto; border:3px solid #1195db; display:block; width: | {| class="wikitable" style="margin-right:auto; border:3px solid #1195db; display:block; width:80%; font-size:13px; overflow-x:auto; scrollbar-color: #1195db #e1f5ff;" | ||
|style="padding:0px 0px 0px 0px; border:none;" | | |style="padding:0px 0px 0px 0px; border:none;" | | ||
{| class="wikitable" style="margin:0px 0px 0px 0px; float:left; width:100%; border-color:transparent; text-align:center; font-size:12px;" | {| class="wikitable" style="margin:0px 0px 0px 0px; float:left; width:100%; border-color:transparent; text-align:center; font-size:12px;" |
Latest revision as of 21:34, 7 May 2024
[edit]Template Documentation
Description
This is the "SkillPageStatInfo" template.
This template is for Skill pages. This template is for listing multiple things from increased stats per rank, to damage %, ap required, etc.
How to Use
It should be called in the following format:
{{SkillPageStatInfo | Stat Rows= <!--- ---> {{SkillPageStatInfo/Row|Row Name= | Stats= {{SkillPageStatInfo/Stats|Columns= |Amount= }} <!--- Copy-paste this line with a space between them.---> }} }}
Parameters
Parameter | Usage | Example |
---|---|---|
Stat Rows | Here is where you will copy-paste the multiple row code for as many rows needed for different bonuses the skill gives (primarily stat bonuses / damage bonuses / cooldown, etc.) The lines of code is:
<!--- ---> {{SkillPageStatInfo/Row|Row Name= | Stats= {{SkillPageStatInfo/Stats|Columns= |Amount= }} }} The <!--- --->is just a separator to help separate each line of code for visual reasons. Just copy-paste as many lines as needed. |
<!--- ---> {{SkillPageStatInfo/Row|Row Name= Row 1 | Stats= {{SkillPageStatInfo/Stats|Columns= |Amount= }} }} <!--- ---> {{SkillPageStatInfo/Row|Row Name= Row 2 | Stats= {{SkillPageStatInfo/Stats|Columns= |Amount= }} }} |
Row Name | The name of the stat / bonus the row will represent. Examples include: Stamina Bonus, MP Bonus, Damage % Bonus, Max Damage, Crit, etc. (When stating that the row of stats is specific to a certain race, put the race on a separate line with a <br>line break. |
| Row Name= Damage Bonus (%) |
Stats | This is the line of code that each row will get. This is where you will put the stat information via this line:{{SkillPageStatInfo/Stats|Columns= |Amount= }} Copy-paste that line of code on the same line, with a space between them. The amount of times you need to copy-paste is dependent on how many separate column sections you need. |
| Stats= {{SkillPageStatInfo/Stats|Columns= |Amount= }} {{SkillPageStatInfo/Stats|Columns= |Amount= }} {{SkillPageStatInfo/Stats|Columns= |Amount= }} {{SkillPageStatInfo/Stats|Columns= |Amount= }} |
Columns | Columns are part of the stats code line. It dictates how many columns (ranks) that the same stat falls under. It helps expedite the process of adding the same stat number multiple times in one go. (Just make sure that the amount of columns between all these add up to 15.) | | Stats= {{SkillPageStatInfo/Stats|Columns= 1|Amount= }} {{SkillPageStatInfo/Stats|Columns= 4|Amount= }} {{SkillPageStatInfo/Stats|Columns= 10|Amount= }} |
Amount | For this one, just put the stat amount that is added for this rank/these groups of ranks (dependent on how many columns are used.) | | Stats= {{SkillPageStatInfo/Stats|Columns= 1|Amount= 1}} {{SkillPageStatInfo/Stats|Columns= 4|Amount= 2}} {{SkillPageStatInfo/Stats|Columns= 10|Amount= 4}} |