Module:HeroDataArrays: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) No edit summary |
Gammaton32 (talk | contribs) fixed dash table |
||
| Line 319: | Line 319: | ||
local z = "{| class=\"wikitable sortable mw-collapsible\" style=\"text-align:center\" \n".. | local z = "{| class=\"wikitable sortable mw-collapsible\" style=\"text-align:center\" \n".. | ||
"|+ Hero Base Dash Speed Stats \n".. | "|+ Hero Base Dash Speed Stats \n".. | ||
"! Hero !! Dash Speed \n" | "! Hero !! Dash Speed (s) \n" | ||
for i,a in pairs(heroDashData) do | for i,a in pairs(heroDashData) do | ||
| Line 327: | Line 327: | ||
"| style=\"text-align:left;\" | ".. | "| style=\"text-align:left;\" | ".. | ||
frame:expandTemplate{title="PageRef", args={a["Name"]}}.. | frame:expandTemplate{title="PageRef", args={a["Name"]}}.. | ||
" || "..groundDashDuration.." | " || "..groundDashDuration.." \n" | ||
end | end | ||
z = z.."|}" | z = z.."|}" | ||