Code Snippets
Module offer functionality similar to standard PHP-execution filter, but in more flexible manner. Site admin or power users may create
named snippets of PHP-code (with access to Drupal API), then categorize and store them to the site code repository. Particular users can't view PHP-code - only snippet name and help. From user point of view snippets are macros, which may be used in postings - nodes and comments. Macros may accept parameters which transferred to snippet code. Example: [macro], [macro|param1|param2], [link|9165]. You may imitate many filters such manner, instead of usage of separate modules for each small filter and allow users to create dynamic pages.
Note: module in alpha stage now, but works. See *.txt files for details about current version.
