Template:Founded by: Difference between revisions
Jump to navigation
Jump to search
Hoof Hearted (talk | contribs) m (Hoof Hearted moved page Template:WikiFoundedBy to Template:Founded by: rename, so it can be used on wiki engines and wiki farms too) |
Hoof Hearted (talk | contribs) (update after page rename) |
||
Line 1: | Line 1: | ||
{{{name|{{PAGENAME}}}}} was created by {{#if:{{{url|}}}|[{{{url}}} {{{creator|{{{founder}}}}}}]|{{{creator|{{{founder}}}}}}}} {{#if:{{{date|}}}| on {{{date}}}|}}.<noinclude> | {{{name|{{PAGENAME}}}}} was created by {{#if:{{{url|}}}|[{{{url}}} {{{creator|{{{founder}}}}}}]|{{{creator|{{{founder}}}}}}}} {{#if:{{{date|}}}| on {{{date}}}|}}.<noinclude> | ||
==Code== | ==Code== | ||
<pre | <pre>{{Founded by | ||
|name | |name = | ||
|url | |url = | ||
|founder = | |founder= | ||
|date | |date = | ||
}} | }}</pre> | ||
;Name: Name of the wiki | ;Name: Name of the wiki | ||
;URL: URL to an article about the person | ;URL: URL to an article about the person | ||
;Founder: Founder's (user)name | ;Founder: Founder's (user)name | ||
;Date: Date the wiki was created on | ;Date: Date the wiki was created on | ||
==Example== | ==Example== | ||
<pre | <pre>{{Founded by | ||
|name | |name = WikiIndex | ||
|url | |url = http://wikiindex.org/John_Stanton | ||
|founder = John Stanton | |founder= John Stanton | ||
|date | |date = 23rd January, 2006 | ||
}} | }}</pre> | ||
This gives:<br> | This gives:<br> | ||
{{ | {{Founded by | ||
|name | |name = WikiIndex | ||
|url | |url = http://wikiindex.org/John_Stanton | ||
|founder = John Stanton | |founder= John Stanton | ||
|date | |date = 23rd January, 2006 | ||
}} | }} | ||
[[Category: | [[Category:People templates]]</noinclude> |
Revision as of 23:27, 19 January 2014
Founded by was created by {{{founder}}} .
Code
{{Founded by |name = |url = |founder= |date = }}
- Name
- Name of the wiki
- URL
- URL to an article about the person
- Founder
- Founder's (user)name
- Date
- Date the wiki was created on
Example
{{Founded by |name = WikiIndex |url = http://wikiindex.org/John_Stanton |founder= John Stanton |date = 23rd January, 2006 }}
This gives:
WikiIndex was created by John Stanton on 23rd January, 2006.