Editing Module:InfoboxHeroGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 320: | Line 320: | ||
-- 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 = 'release_date', label_dict = 'ReleaseDate', link = 'Heroes by release' }, | |||
{ param = 'pronouns', label_dict = 'Pronouns' }, | { param = 'pronouns', label_dict = 'Pronouns' }, | ||
{ param = 'voice_actor', label_dict = 'VoiceActor | { param = 'voice_actor', label_dict = 'VoiceActor' }, | ||
{ 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' }, | ||
} | } | ||