If you'd like to provide updated information and do not have access to directly edit, please contact the site admin; thanks!
tcm_credits
This is another plugin that uses forms to display stuff. Here, it’ll display a list (or a definition list, or a br seperated paragraph) of your plugins. You can see an example here
Supported Tags
- author
- title – name of plugin
- permlink – author uri
- excerpt – plugin description
Defaults
wraptag – no default
form – default “pluginlist"
Code Examples
Form (pluginlist)
<dt><txp:title /></dt><dd>by <txp:permlink><txp:author /></txp:permlink></dd>
Plugin code
<txp:tcm_pluginlist wraptag="dl"/>
These examples will give you a definition list – a format that some people aren’t comfortable with. If you want to just make an unordered list, go for these.
Form (pluginlist)
<li><txp:title /> by <txp:permlink><txp:author /></txp:permlink></li>
Plugin code
<txp:tcm_pluginlist wraptag="ul"/>