Difference between revisions of "Template:Author"
Jump to navigation
Jump to search
Toyhouse_PKC>Benkoo (Created page with "<noinclude> This is the "Author" template. {{#cargo_declare:_table=Authors |Country=String}} </noinclude> <includeonly> {{#cargo_store:_table=Authors}} {| ! Country of origin...") |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
This is the "Author" template. | This is the "Author" template. | ||
{{ | <syntaxhighlight lang=md> | ||
| | {{Author | ||
|first=firstName | |||
|last=lastName | |||
|description= Some description text. | |||
|email= name@example.org | |||
|website= some URL to one's website | |||
}} | |||
</syntaxhighlight> | |||
Example: | |||
{{Author | |||
|first=firstName | |||
|last=lastName | |||
|description= Some description text. | |||
|email= name@example.org | |||
|website= some URL to one's website | |||
}} | |||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{ | |||
{| | {{{description}}} | ||
| {{{ | ==Detailed Information== | ||
| | Author's first name:{{{first}}}, last name:{{{last}}}. | ||
<p>{{#if: {{{email|}}} | {{{email}}}|}}</p> | |||
<p>{{#if: {{{website|}}} |{{{last}}}, {{{first}}} has a website: {{{website}}}.|}}</p> | |||
|} | =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.