Difference between revisions of "Template:Level Scaling"

From LeikaRO wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
<span class="explain" title=" 100 ~ 150 ~ 175 <nowiki>=></nowiki> {{#expr: 10000/{{{level}}} round 1}}% ~ {{#expr: 15000/{{{level}}} round 1}}% ~ {{#expr: 17500/{{{level}}} round 1}}%">{{{1}}}</span>
+
<span class="explain" title="100 ~ 150 ~ 175 <nowiki>=></nowiki> {{#expr: 10000/{{{2}}} round 1}}% ~ {{#expr: 15000/{{{2}}} round 1}}% ~ {{#expr: 17500/{{{2}}} round 1}}%">{{{1}}}</span>
 
</includeonly>
 
</includeonly>
 
<noinclude>
 
<noinclude>

Revision as of 21:46, 19 January 2017


This template is used to create a tooltip over a particular text that displays the level scaling of the skill.

Usage

{{Level_Scaling|text|level}}
  • text is the target text to be used.
  • level is the level where the skill has a 100% mod

Example

{{Level_Scaling|Level Scaling of Crimson Rock|100}}

Level Scaling of Crimson Rock


{{Level_Scaling|Damage(ATK)|120}}

Damage(ATK)


Notes

  • Using some characters like a quotation mark (") or an equal mark (=) in the 'level' parameter (the hidden text) will cause the template to display incorrectly. To display these characters, use the html entity quot (i.e. write & quot ; without the spaces) or alternatively put the second parameter in <nowiki> tags.