Advanced

Change History

New api methods will be announced here. Changes in our data that is relevant to checkers scripts/tags will also be announced here.

Message: Re: Checker CSS and helper functions

Changed By: magma1447
Change Date: January 29, 2026 10:42PM

Re: Checker CSS and helper functions
[size=150large][b]Helper functions[/b][/size]

[list]
[][font=monospace[*]PGC.Icon.GeocacheType(type)[/font] - Returns an icon as an [font=monospace[i]<i>[/font] i] html tag.
[][font=monospace[*]PGC.Icon.GeocacheSize(size)[/font] - Returns an icon as an [font=monospace[i]<i>[/font] i] html tag.
[][font=monospace[*]PGC.Icon.GeocacheFound()[/font] - Returns an icon as an [font=monospace[i]<i>[/font] i] html tag.
[][font=monospace[*]PGC.Icon.GeocacheOwned()[/font] - Returns an icon as an [font=monospace[i]<i>[/font] i] html tag.
[][font=monospace[*]PGC.Icon.Challenge()[/font] - Returns an icon as an [font=monospace[i]<i>[/font] i] html tag.
[][font=monospace[*]PGC.Icon.Check(large)[/font] - Returns an icon as an [font=monospace[i]<i>[/font] i] html tag. Defaults to 16px, make large true to get 32px.
[][font=monospace[*]PGC.Icon.Stop(large)[/font] - Returns an icon as an [font=monospace[i]<i>[/font] i] html tag. Defaults to 16px, make large true to get 32px.
[][font=monospace[*]PGC.Icon.CountryFlag(countryName)[/font] - Returns a flag icon as an [font=monospace[i]<img>[/font] i] html tag.
[*][font=monospace[*]PGC.Icon.Attribute(int|string attribute, null|'yes'|'no' state)[/font] - Returns an icon as an [font=monospace[i]<img>[/font] i] html tag.
[/list]

Original Message

Author: magma1447
Date: January 29, 2026 10:34PM

Re: Checker CSS and helper functions
[size=150][b]Helper functions[/b][/size]
[list]
[][font=monospace]PGC.Icon.GeocacheType(type)[/font] - Returns an icon as an [font=monospace][/font] html tag.
[][font=monospace]PGC.Icon.GeocacheSize(size)[/font] - Returns an icon as an [font=monospace][/font] html tag.
[][font=monospace]PGC.Icon.GeocacheFound()[/font] - Returns an icon as an [font=monospace][/font] html tag.
[][font=monospace]PGC.Icon.GeocacheOwned()[/font] - Returns an icon as an [font=monospace][/font] html tag.
[][font=monospace]PGC.Icon.Challenge()[/font] - Returns an icon as an [font=monospace][/font] html tag.
[][font=monospace]PGC.Icon.Check(large)[/font] - Returns an icon as an [font=monospace][/font] html tag. Defaults to 16px, make large true to get 32px.
[][font=monospace]PGC.Icon.Stop(large)[/font] - Returns an icon as an [font=monospace][/font] html tag. Defaults to 16px, make large true to get 32px.
[][font=monospace]PGC.Icon.CountryFlag(countryName)[/font] - Returns a flag icon as an [font=monospace][/font] html tag.
[*][font=monospace]PGC.Icon.Attribute(int|string attribute, null|'yes'|'no' state)[/font] - Returns an icon as an [font=monospace][/font] html tag.
[/list]