If the ICON parameter is empty, as in
%ICON{}%
, an icon URL of just
.gif
is generated.
- Expected: Use
- ICON{empty}
- Test:
- ICON{}
Related, if a filepath/filename is specified and the file type is not known, currently the icon is assumed to exist in the Main.TWikiDocGraphics icon library.
- Expected: Use
- ICON{else}
(as was the case in early TWiki versions)
- Test:
- ICON{/path/foobar.xxz}
However, if a filepath/filename is
not specified and the file type is not known, assume an icon of that name to exist in the Main.TWikiDocGraphics icon library.
- Expected:
ICON{foobared}
pointing to Main.TWikiDocGraphics attachment directory
- Test:
- ICON{foobared}
--
TWiki:Main/PeterThoeny
- 2012-12-16