[pmwiki-users] Any idea for something like (:define ManagerOnDutyName=Abc Xyz:) ?

Dominique Faure dominique.faure at gmail.com
Sat Jul 29 21:14:26 CDT 2006


On 7/28/06, Tom <celok at gmx.net> wrote:
> Actually there is (:properties ManagerOnDutyName='Abc Xyz':)
>
> as descripted on http://www.pmwiki.org/wiki/Cookbook/Properties
>

These are now almost deprecated. You should prefer:

http://www.pmwiki.org/wiki/Cookbook/PageVariableExtensions

Which would handle things like below (and much more):

(:set ManagerOnDutyName="Abc Xyz" ManagerOnDutyPhone=0123456789:)
"In case of problem, please call {$ManagerOnDutyName} on {$ManagerOnDutyPhone}".

Regards,
Dom




More information about the pmwiki-users mailing list