Talk:Macro image (Slash Command)

From Unofficial Homecoming Wiki
Revision as of 20:18, 6 June 2020 by AboveTheChemist (talk | contribs) (created tables for the icon images for direct wiki display without having to use the google sheet, soliciting feedback on them)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tables from Google sheet

Most of the icons on the Google sheet have been uploaded to the site, so I wrote a Python script to take the texture names from the Google sheet and created a series of collapsible tables that allows the icons and examples to be shown here on the wiki without having to go to the Google sheet. Here's an example for the archetype icons:

Image Texture Name Macro example
Archetypeicon blaster.png
archetypeicon_blaster /macro_image "archetypeicon_blaster" "Tooltip" "Command"
Archetypeicon controller.png
archetypeicon_controller /macro_image "archetypeicon_controller" "Tooltip" "Command"
Archetypeicon defender.png
archetypeicon_defender /macro_image "archetypeicon_defender" "Tooltip" "Command"
Archetypeicon guardian.png
archetypeicon_guardian /macro_image "archetypeicon_guardian" "Tooltip" "Command"
Archetypeicon peacebringer.png
archetypeicon_peacebringer /macro_image "archetypeicon_peacebringer" "Tooltip" "Command"
Archetypeicon scrapper.png
archetypeicon_scrapper /macro_image "archetypeicon_scrapper" "Tooltip" "Command"
Archetypeicon sentinel.png
archetypeicon_sentinel /macro_image "archetypeicon_sentinel" "Tooltip" "Command"
Archetypeicon tanker.png
archetypeicon_tanker /macro_image "archetypeicon_tanker" "Tooltip" "Command"
Archetypeicon warshade.png
archetypeicon_warshade /macro_image "archetypeicon_warshade" "Tooltip" "Command"
V archetypeicon arachnos soldier.png
v_archetypeicon_arachnos_soldier /macro_image "v_archetypeicon_arachnos_soldier" "Tooltip" "Command"
V archetypeicon arachnos widow.png
v_archetypeicon_arachnos_widow /macro_image "v_archetypeicon_arachnos_widow" "Tooltip" "Command"
V archetypeicon brute.png
v_archetypeicon_brute /macro_image "v_archetypeicon_brute" "Tooltip" "Command"
V archetypeicon corruptor.png
v_archetypeicon_corruptor /macro_image "v_archetypeicon_corruptor" "Tooltip" "Command"
V archetypeicon dominator.png
v_archetypeicon_dominator /macro_image "v_archetypeicon_dominator" "Tooltip" "Command"
V archetypeicon mastermind.png
v_archetypeicon_mastermind /macro_image "v_archetypeicon_mastermind" "Tooltip" "Command"
V archetypeicon stalker.png
v_archetypeicon_stalker /macro_image "v_archetypeicon_stalker" "Tooltip" "Command"

I broke the powers icons down into separate tables split alphabetically to keep that from being one giant table with 2500+ entries. My main questions are 1) should these tables be used and if so 2) where should these tables go? I can see putting them on this page or creating a new page for them, but wanted to see if there were other opinions before moving forward. --AboveTheChemist (talk) 20:18, 6 June 2020 (UTC)