Template:Ability card v2/Card: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Saag (talk | contribs)
No edit summary
Saag (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly>{{anchor|{{{name}}}}}
<includeonly>{{anchor|{{{name}}}}}
<div style="font-size: 16px; font-family: 'PT Serif', 'Palatino', 'Georgia'; display:flex; flex-direction:column; background-color: #121212; align-items: center">
<div style="font-size: 16px; font-family: 'PT Serif', 'Palatino', 'Georgia'; color: #FFEFD7; display:flex; flex-direction:column; background-color: #121212; align-items: center">
   <!-- HEADER -->
   <!-- HEADER -->
   <div style="display:flex; flex-direction:row; justify-content: space-between; width: 100%;">     
   <div style="display:flex; flex-direction:row; justify-content: space-between; width: 100%;">     
     <div style="display:flex; flex-direction:column;">
     <div style="display:flex; flex-direction:column;">
       <div style="font-size: 26px">{{{name}}}</div>
       <div style="font-size: 26px">{{{name}}}</div>
       <div>{{{radius}}}</div>
       <div>{{{radius|}}}</div>
       <div>{{{range}}} </div>
       <div>{{{range|}}} </div>
       <div>{{{ability_width}}} </div>
       <div>{{{ability_width|}}} </div>
       <div>{{{duration}}}</div>
       <div>{{{duration|}}}</div>
     </div>
     </div>


     <div style="display:flex; flex-direction:column;">
     <div style="display:flex; flex-direction:column;">
       <div style="display:flex; flex-direction:row;">
       <div style="display:flex; flex-direction:row;">
         <div>{{{num_of_charges}}}</div>
         <div>{{{num_of_charges|}}}</div>
         <div>{{{charge_cooldown}}}</div>  
         <div>{{{charge_cooldown|}}}</div>  
       </div>
       </div>
       <div>{{{cooldown}}}</div>
       <div>{{{cooldown|}}}</div>
     </div>
     </div>
   </div>
   </div>
    
    
   <!-- INFO SECTIONS -->
   <!-- INFO SECTIONS -->
   <div style="display:flex; flex-direction:column; align-items: center>
   <div style="display:flex; flex-direction:column; align-items: center; background-color: #3B3B3B;>
     <div>{{{description}}}</div>
     <div>{{{description}}}</div>
     <div style="display:flex; flex-direction:row;">
     <div style="display:flex; flex-direction:row;">

Revision as of 16:30, 22 September 2024


Script error: The function "get_ability_card" does not exist.