Name:
Resource
FullName:
Resource interface
URI:
IW:SuikaWiki:WikiResource
{
Name:
wikiform_input/res
FullName:
Get text from resource
Format:
$r = $o->resource ($p->{name},escape=>1);
}
{
Name:
wikiview/res
FullName:
Get text from resource
Format:
$r = $o->formatter('view-resource')->replace ($o->resource ($p->{name}), $o);
}
{
Name:
wikiview-resource/res
FullName:
Get text from resource
Format:
$r = $o->formatter('view-resource')->replace ($o->resource ($p->{name}), $o);
}
{
Name:
wikiview-resource/-bare_text
FullName:
HTML escape for bare text
Format:
$r = $o->escape ($p->{-bare_text});
}
{
Name:
wikiview-resource/span
FullName:
Give class name
Format:
$r = qq() . $o->escape($p->{content}) . '';
}
POD:LICENSE:
Copyright 2002 Wakaba
%%GNUGPL2%%