Module:InfoboxHero: Difference between revisionsGive feedback
Jump to navigation
Jump to search
move back to fancy tooltips, also add classes to label spans |
Gammaton32 (talk | contribs) added link for voice actor, adjusted order |
||
| Line 314: | Line 314: | ||
-- The "Information" block. Manual input only; hidden entirely when all are empty. | -- The "Information" block. Manual input only; hidden entirely when all are empty. | ||
local INFO_ROWS = { | local INFO_ROWS = { | ||
{ param = 'pronouns', label_dict = 'Pronouns' }, | |||
{ param = 'voice_actor', label_dict = 'VoiceActor', link = 'Voice actors' }, | |||
{ param = 'release_date', label_dict = 'ReleaseDate', link = 'Heroes by release' }, | { param = 'release_date', label_dict = 'ReleaseDate', link = 'Heroes by release' }, | ||
{ param = 'codenames', label_dict = 'Codenames', tooltip = 'Codenames used for this hero in the game files' }, | { param = 'codenames', label_dict = 'Codenames', tooltip = 'Codenames used for this hero in the game files' }, | ||
} | } | ||