Module:AbilityData/hero: Difference between revisionsGive feedback
m note transclusion message moved to inside the notes |
m now just an h3 and no collapsible |
||
| Line 124: | Line 124: | ||
--Determine tab content | --Determine tab content | ||
local | local notes_content = '{{'..notes_source_page..'}}' | ||
local tab_content = ability_module.get_ability_card_from_key( | local tab_content = ability_module.get_ability_card_from_key( | ||
hero_key, | hero_key, | ||
ability_num, | ability_num, | ||
'true', | 'true', | ||
frame:preprocess(notes_content) | |||
) | ) | ||
ret = ret .. tab_name .. tab_content .. '\n' | ret = ret .. tab_name .. tab_content .. '\n' | ||
end | end | ||