Hi, i want to implement something like a command prompt in a web page, some commands will have nodes linked to them and if arguments are passed to the command, the node should recieve them. Some of these nodes should receive arguments.
My question is: what would be the best way to implement this?
My guess is some taxonomy and some custom code in my template files, but probably isn't the best way...