Difference between revisions of "Template:Author"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Example: | |||
{{Author | {{Author | ||
|first=firstName | |first=firstName | ||
Line 23: | Line 24: | ||
<includeonly> | <includeonly> | ||
{{{description}}} | {{{description}}} | ||
{{#if: {{{email|}}} | {{{email}}}|}} | ==Detailed Information== | ||
{{#if: {{{website|}}} |{{{last}}}, {{{first}}} has a website: {{{website}}}.|}} | Author's first name:{{{first}}}, last name:{{{last}}}. | ||
<p>{{#if: {{{email|}}} | {{{email}}}|}}</p> | |||
<p>{{#if: {{{website|}}} |{{{last}}}, {{{first}}} has a website: {{{website}}}.|}}</p> | |||
=References= | =References= | ||
</includeonly> | </includeonly> | ||
[[Category:Author]] |
Latest revision as of 09:51, 4 July 2021
This is the "Author" template.
{{Author
|first=firstName
|last=lastName
|description= Some description text.
|email= name@example.org
|website= some URL to one's website
}}
Example:
Some description text.
Detailed Information
Author's first name:firstName, last name:lastName.
name@example.org
lastName, firstName has a website: some URL to one's website.