// entry format: functionname, needed param, type of return, remarks, manual example (no function call)
$aTemplates=array(
array("sem_showTotalPosts","",semr_i18n("Integer"),semr_i18n("Number of all Posts"),""),
array("sem_showTotalComments","",semr_i18n("Integer"),semr_i18n("Number of all Comments"),""),
array("sem_showTotalUsers","",semr_i18n("Integer"),semr_i18n("Total Number of all visitors since statistics started"),""),
array("sem_showAverageUserPerDay","",semr_i18n("Decimal"),semr_i18n("Average of daily visitors"),""),
array("sem_showFirstPostDate","",semr_i18n("Date (d.m.y)"),semr_i18n("Date of the first post"),""),
array("sem_showPostDays","",semr_i18n("Integer"),semr_i18n("Days since first post"),""),
array("sem_showFirstCommentDate","",semr_i18n("Date (d.m.y)"),semr_i18n("Date of the first comment"),""),
array("sem_showCommentDays","",semr_i18n("Integer"),semr_i18n("Days since first comment"),""),
array("sem_showPostsPerDay","",semr_i18n("Decimal"),semr_i18n("Average of posts per day"),""),
array("sem_showCommentsPerDay","",semr_i18n("Decimal"),semr_i18n("Average of comments per day"),""),
array("sem_showNumCommenters","",semr_i18n("Integer"),semr_i18n("Total of all commentators"),""),
array("sem_showStatzStartDate","",semr_i18n("Date (d.m.y)"),semr_i18n("Date of commencement of statistics"),""),
array("sem_showStatzDays","",semr_i18n("Integer"),semr_i18n("Period of the statistics in days"),""),
array("sem_showNumUsersOnline","",semr_i18n("Integer"),semr_i18n("Number of users online"),""),
array("sem_showLastComments","10",semr_i18n("Formatted list"),semr_i18n("The 'n' newest comments with author, post, sorted by date desc<br/>CSS-ID: #lastcomments"),"n/a"),
array("sem_showLastPosts","10",semr_i18n("Formatted list"),semr_i18n("The 'n' newest posts with title, sorted bei date desc<br/>CSS_ID: #lastposts"),"n/a"),
array("sem_showMostReads","10",semr_i18n("Formatted list"),semr_i18n("'n' most readed posts/pages with hits in brackets<br/>CSS-ID: #mostreads"),"n/a"),
array("sem_showPostHitsInLoop","get_the_ID()",semr_i18n("Integer"),semr_i18n("Shows count of hits of a post. Only works in the LOOP"),"only in LOOP")