FrontPage 

Tim's Space Wiki

Login

TestBlockName Help

The TestBlockName processor shows the name of the block it is used in.

This processor is primarily intended to show how block names are used, and may be useful for debugging processor operations involving block names.

ProcessorArguments: None

Example Usage:

{{ {#!TestBlockName:foo
This is content in the 'foo' block.
}} }

This should show:

block_name=foo
Block content:
This is content in the 'foo' block.


{{ {#!TestBlockName
This is the second block on the page, the first not explicitly named.
}} }

Back to page: System_Info

TBWiki engine 2.0.1 by Tim Bird