Talk:Macro image (Slash Command)
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 | /macro_image "archetypeicon_blaster" "Tooltip" "Command" | |
archetypeicon_controller | /macro_image "archetypeicon_controller" "Tooltip" "Command" | |
archetypeicon_defender | /macro_image "archetypeicon_defender" "Tooltip" "Command" | |
archetypeicon_guardian | /macro_image "archetypeicon_guardian" "Tooltip" "Command" | |
archetypeicon_peacebringer | /macro_image "archetypeicon_peacebringer" "Tooltip" "Command" | |
archetypeicon_scrapper | /macro_image "archetypeicon_scrapper" "Tooltip" "Command" | |
archetypeicon_sentinel | /macro_image "archetypeicon_sentinel" "Tooltip" "Command" | |
archetypeicon_tanker | /macro_image "archetypeicon_tanker" "Tooltip" "Command" | |
archetypeicon_warshade | /macro_image "archetypeicon_warshade" "Tooltip" "Command" | |
v_archetypeicon_arachnos_soldier | /macro_image "v_archetypeicon_arachnos_soldier" "Tooltip" "Command" | |
v_archetypeicon_arachnos_widow | /macro_image "v_archetypeicon_arachnos_widow" "Tooltip" "Command" | |
v_archetypeicon_brute | /macro_image "v_archetypeicon_brute" "Tooltip" "Command" | |
v_archetypeicon_corruptor | /macro_image "v_archetypeicon_corruptor" "Tooltip" "Command" | |
v_archetypeicon_dominator | /macro_image "v_archetypeicon_dominator" "Tooltip" "Command" | |
v_archetypeicon_mastermind | /macro_image "v_archetypeicon_mastermind" "Tooltip" "Command" | |
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)