====== txp:author ======
The ''author'' tag is a Single Tag which is used to return the name of the author of the currently displayed article. Its context is an article form.
===== Syntax =====
The ''author'' tag has the following syntactic structure...
====== Attributes ======
Tag will accept the following attributes (**case-sensitive**):
=====link="boolean"=====
Make text a link to author's posts. Available values: __0__ (no) or __1__ (yes). Default is __0__ (no).
=====section="section_name"=====
Only link to articles from the named section. Default is unset.
=====this_section="boolean"=====
Only link to articles from the same section as the current article's. Available values: __1__ (yes) or __0__ (no). Default is __0__ (no).
====== Examples ======
===== As a linked element in an article Form =====
An article form can be created any way you want it by using a combination of article-related Tags. Following is just one possibility:
Posted By: @
Tags used: <[[txp:posted /]]>, <[[txp:title /]]>
====== Genealogy ======
===== Version 4.0.4 =====
* __section__, __this_section__ added.