Difference between revisions of "Template:Author"

From PKC
Jump to navigation Jump to search
Line 4: Line 4:
<syntaxhighlight lang=md>
<syntaxhighlight lang=md>
{{Author
{{Author
|name= Some name
|first=firstName
|last=lastName
|description= Some description text.
|description= Some description text.
|email= name@example.org
|email= name@example.org
Line 13: Line 14:


<includeonly>
<includeonly>
{{{name}}} is an author. {{{description}}}
{{{last}}}, {{{first}}} is an author. {{{description}}}


=References=
=References=
</includeonly>
</includeonly>

Revision as of 19:26, 1 July 2021

This is the "Author" template.

{{Author
|first=firstName
|last=lastName
|description= Some description text.
|email= name@example.org
}}