%META:TOPICINFO{author="TWikiContributor" date="1149352158" format="1.1" version="1.1"}%
%META:TOPICPARENT{name="TopicFunction"}%
---+!! Function: %TOPIC%
%FORMFIELD{"TopicDescription"}%

---++ Parameters
Uses TECHNORATICODE preference variable in the WebPreferences.
This function will return nothing if that value is not set

---++ Implementation
<verbatim>
%STARTINCLUDE%
%IFDEFINEDTHEN{"%TECHNORATICODE%"}%
<div class="blogSideBarSection blogSideBarTechnorati">
<h1 class="blogSideBarHeader">Technorati</h1>
<script type="text/javascript" src="http://embed.technorati.com/embed/%TECHNORATICODE%.js"></script>
</div>
%FIDEFINED%
%STOPINCLUDE%
</verbatim>

<!-- interrupt glue -->

---++ Test
<div class="alt">
%DBCALL{"%TOPIC%"}%
</div>

%DBCALL{"RenderFunctionCallers"}%

<!--
   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup
   * Set SIDEBAR = Admin
   * Set SIDEBARARG = TopicFunction
-->

%META:FORM{name="TopicForm"}%
%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicFunction"}%
%META:FIELD{name="TopicDescription" attributes="" title="TopicDescription" value="Render a technorati include "}%
