Module:Lang: Difference between revisions

Jump to navigation Jump to search
No edit summary
translation for Attributes
Line 40: Line 40:
     local replacements = {
     local replacements = {
         SpiritIcon = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}',
         SpiritIcon = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}',
         SpiritDamage = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}<span style="color:#bc8ee8;font-weight: bold;">spirit damage</span>',
         SpiritDamage = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}<span style="color:#bc8ee8;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_SpiritDamage}}</span>',
         FireRate = '{{Icon/White|[[File:Fire_Rate.png|link=Fire Rate|20px]]}}<span style="color:#ffefd7;font-weight: bold;">fire rate</span>',
         FireRate = '{{Icon/White|[[File:Fire_Rate.png|link=Fire Rate|20px]]}}<span style="color:#ffefd7;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_FireRate}}</span>',
         MeleeDamage = '{{Icon/Brown|[[File:Melee damage.png|link=Melee Damage|20px]]}}<span style="font-weight: bold;">melee damage</span>',
         MeleeDamage = '{{Icon/Brown|[[File:Melee damage.png|link=Melee Damage|20px]]}}<span style="font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_MeleeDamage}}</span>',
    WeaponDamage = '{{Icon/Brown|[[File:Damage.png|link=Weapon Damage|20px]]}}<span style="color:#ec981a;font-weight: bold;">weapon damage</span>',
        WeaponDamage = '{{Icon/Brown|[[File:Damage.png|link=Weapon Damage|20px]]}}<span style="color:#ec981a;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_WeaponDamage}}</span>',
    MoveSpeed = '{{Icon/NoColor|[[File:Move_speed.png|link=Move speed|20px]]}}<span style="color:#ffefd7;font-weight: bold;">move speed</span>',
        MoveSpeed = '{{Icon/NoColor|[[File:Move_speed.png|link=Move speed|20px]]}}<span style="color:#ffefd7;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_MoveSpeed}}</span>',
BonusSpiritDamage = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}<span style="color:#bc8ee8;font-weight: bold;">bonus spirit damage</span>',  
        BonusSpiritDamage = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}<span style="color:#bc8ee8;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_BonusSpiritDamage}}</span>',
    BonusFireRate = '{{Icon/White|[[File:Fire_Rate.png|link=Fire Rate|20px]]}}<span style="color:#ffefd7;font-weight: bold;">bonus fire rate</span>',
        BonusFireRate = '{{Icon/White|[[File:Fire_Rate.png|link=Fire Rate|20px]]}}<span style="color:#ffefd7;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_BonusFireRate}}</span>',
    Heal = '{{Icon/Green|[[File:Health_regen.png|link=Health_Regen|20px]]}}<span style="color:#9af052;font-weight: bold;">heal</span>',
        Heal = '{{Icon/Green|[[File:Health_regen.png|link=Health_Regen|20px]]}}<span style="color:#9af052;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_Heal}}</span>',
    BonusMoveSpeed = '{{Icon/NoColor|[[File:Move_speed.png|link=Move speed|20px]]}}<span style="color:#ffefd7;font-weight: bold;">bonus move speed</span>',
        BonusMoveSpeed = '{{Icon/NoColor|[[File:Move_speed.png|link=Move speed|20px]]}}<span style="color:#ffefd7;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_BonusMoveSpeed}}</span>',
    Spirit = '{{Icon/NoColor|[[File:Spirit_icon.png|link=Spirit Power|20px]]}}<span style="color:#bc8ee8;font-weight: bold;">Spirit</span>',
        Spirit = '{{Icon/NoColor|[[File:Spirit_icon.png|link=Spirit Power|20px]]}}<span style="color:#bc8ee8;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_Spirit}}</span>',
    Stun = '{{Icon/White|[[File:Status_Stun.png|link=Stun|20px]]}}<span style="font-weight: bold;">stun</span>',
        Stun = '{{Icon/White|[[File:Status_Stun.png|link=Stun|20px]]}}<span style="font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_Stun}}</span>',
    SpiritDPS = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}<span style="color:#bc8ee8;font-weight: bold;">spirit damage over time</span>',  
        SpiritDPS = '{{Icon/Purple|[[File:AttributeIconTechShieldHealth.png|link=Spirit Damage|12px]]}}<span style="color:#bc8ee8;font-weight: bold;">{{#invoke:Lang|get_string|InlineAttribute_SpiritDPS}}</span>',
     }
     }