Module:Abilities/icon: Difference between revisionsGive feedback
mNo edit summary |
mNo edit summary |
||
| Line 95: | Line 95: | ||
return '<span class="ac-scaling--' .. icon.class .. '">' | return '<span class="ac-scaling--' .. icon.class .. '">' | ||
.. '[[' .. icon.icon .. '|link=' .. icon.link .. '|' .. | .. '[[' .. icon.icon .. '|link=' .. icon.link .. '|' .. icon.size .. ']]' | ||
.. '</span>' | .. '</span>' | ||
end | end | ||
return p | return p | ||