h1. Exemple basique macro run
{run:replace=greeting:Hello,who:Bob}
$greeting $who
{run}
h1. Visualisation fixe d'un fichier
{viewfile:2011-06_nsalatge.ppt}
h1. Visualisation dynamique d'un fichier
{run:replace=user:nsalatge}
{viewfile:2011-06_$user.ppt}
{run}
{run:replace=greeting:Hello,who:Bob}
$greeting $who
{run}
h1. Visualisation fixe d'un fichier
{viewfile:2011-06_nsalatge.ppt}
h1. Visualisation dynamique d'un fichier
{run:replace=user:nsalatge}
{viewfile:2011-06_$user.ppt}
{run}