Manual talk:Geyser

From Mudlet
Jump to navigation Jump to search

Trying to add some content to this page but the overzealous spam filter thinks I'm adding links (when I'm not)

I'm trying to add the following to the Manual:Geyser#Geyser.Gauge section, but ofc the spam filter is claiming that I'm adding links (when I'm not), so if anyone could help me out with this, that would be greatly appreciated.

=== Simple gauge colors ===
Geyser gauges can also be given colours via the :setColor(<color>) method. The gauge's 'front' (the fill area) will be given that colour, whilst the 'back' (the unfilled area) will be a darker shade of that colour.
<syntaxhighlight lang="lua">
myredgauge:setColor("#ff0000")
mypurplegauge:setColor("#900090")
</syntaxhighlight>

Any help you could provide would be greatly appreciated. AnotherContrivedUsername (talk) 00:17, 8 June 2024 (UTC)