Variable on Status page?

Hello I want to be able to show a global or local variable for a users signal strength on the status.html page. Is this possible? I do not think in ROS ver 3.30 you are able to make your own variables visible to a call like say :global test =“test”; and then on the status.html page do a $(test) to call up the variable. What I would like to do truly is be able to display the following via an variable output to a webpage for the users to see their signal strength easier.


:global test [/interface wireless registration-table get [find last-ip=10.5.7.252]]]
:put $test
:put [:pick $test 17]

Of course the Ip address I have would need to be from another variable.

Once done I would want to parse out the number off the end and if it is a certain value I want a happy or sad face or something like that.

Is this possible?

Thanks in advance.

-Sincerely,
DesertAdmin