Module:Data/Infobox Icons

From Plague Inc. Wiki
Jump to navigation Jump to search

LUA module destined to store information for the proper rendering of the Infobox icons in the articles, keeping their respective size, as well as without having to write the full name of the file that stores the image of them.

  • The list of icons can be found at here.

return {
    General = {image="Info Icon - General.png", size="20px"},
    DNA = {image="Info Icon - DNA Points.png", size="18px"},
    Biohazard = {image="Info Icon - Biohazard.png", size="18px"},
    Severity = {image="Info Icon - Severity.png", size="19x19px"},
    Mutation = {image="Info Icon - Mutation.png", size="20px"},
    Death = {image="Info Icon - Death.png", size="19x20px"},
    Stats = {image="Info Icon - Graph.png", size="18x19px"},
    Cure = {image="Info Icon - Cure Flask.png", size="20x20px"},
    Land = {image="Info Icon - Land Border.png", size="18x18px"},
    Airport = {image="Info Icon - Airport.png", size="18x18px"},
    Seaport = {image="Info Icon - Seaport.png", size="18x18px"},
    Human = {image="Info Icon - Human.png", size="18x18px"},
    Apes = {image="Info Icon - Apes.png", size="19x19px"},
    Building = {image="Info Icon - Building.png", size="19x19px"},
    Resources = {image="Info Icon - Resources.png", size="19x19px"},
    Hospital = {image="Info Icon - Hospital.png", size="19x19px"},
    Warning = {image="Info Icon - Warning.png", size="19x19px"},
    Lens = {image="Info Icon - Lens.png", size="19x19px"},
    Operative = {image="Info Icon - Operative.png", size="19x19px"},
}