00332: integrate attr=value parsing function for directive markups

Summary: integrate attr=value parsing function for directive markups
Created: 2005-02-14 11:19
Status: Closed - added for 2.0.beta24
Category: Feature
From: Pm
Assigned:
Priority: 3
Version: 2.0.beta21
OS:

Description: Lots of custom directives for PmWiki make use of attr=value pairs to adjust the meaning of the directive. It would be nice to have a built-in function that makes it easier for script authors to automatically parse such values (rather than each author writing a specific one).

See also Cookbook:GettingMarkupArguments? for a start on this.


This is now provided by the core ParseArgs() function, described at Cookbook.ParseArgs.

--Pm