HTML #91

Parent #1Owner #361Flags readSource hellcore/hellcore.db

Aliases: HTML

4 verbs · 10 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
option_listthis none thisrxd#9110
tablethis none thisrxd#910
linkthis none thisrxd#915
ascii_subthis none thisrxd#911

Properties

PropertyDefinerFlagsOwnerValue
aliases#1rc#361{"HTML"}
description#1rc#361<clear>
object_size#1r#29{1592, 1298433815}
hidden_verbs#1rc#361<clear>
phelp_msg#1rc#361<clear>
weight#1rc#361<clear>
owner_verbs#1rc#361<clear>
plural_name#1rc#361<clear>
client_image#1rc#361<clear>
listening#1rc#361<clear>

Ancestry

Ancestors (nearest first): #1 root

Children: none

Source

option_list

Spec this none thisFlags rxdOwner #361Definer #91

Referenced by

none

Source

1options = args[1];
2optags = args[2];
3cgi_target = args[3];
4notify(player, "<UL>");
5for x in [1..length(options)]
6option = options[x];
7optag = optags[x];
8notify(player, ((((("<LI><A HREF=\"/" + cgi_target) + ",") + option) + "\">") + optag) + "</A>");
9endfor
10notify(player, "</UL>");

table

Spec this none thisFlags rxdOwner #361Definer #91

Referenced by

none

Source

No program (verb defined but unprogrammed).

Spec this none thisFlags rxdOwner #361Definer #91

Referenced by

Source

1"$html:link(STR text, STR url) => Wraps text in an HTML anchor specified by";
2"  url and returns it.";
3text = args[1];
4url = args[2];
5return ((("<a href=\"" + url) + "\">") + text) + "</a>";

ascii_sub

Spec this none thisFlags rxdOwner #361Definer #91

Referenced by

Source

1return args[1];