Template:Founded by: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
{{{name|{{PAGENAME}}}}} was founded by {{#if:{{{url|}}}|[{{{url}}} {{{founder}}}]|{{{founder}}}}}{{#if:{{{date|}}}| at {{{date}}}|}}.
{{{name|{{PAGENAME}}}}} was founded by {{#if:{{{url|}}}|[{{{url}}} {{{founder}}}]|{{{founder}}}}}{{#if:{{{date|}}}| at {{{date}}}|}}.<noinclude>
==Code==
<pre><nowiki>{{WikiFoundedBy
| name    =
| url    =
| founder =
| date    =
}}</nowiki></pre>
;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==
<pre><nowiki>{{WikiFoundedBy
| name    = WikiIndex
| url    = http://www.wikiindex.com/John_Stanton
| founder = John Stanton
| date    = 23rd January, 2006
}}</nowiki></pre>
This gives:<br>
{{WikiFoundedBy
| name    = WikiIndex
| url    = http://www.wikiindex.com/John_Stanton
| founder = John Stanton
| date    = 23rd January, 2006
}}</noinclude>

Revision as of 08:36, 17 November 2006

Founded by was founded by {{{founder}}}.

Code

{{WikiFoundedBy
| 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

{{WikiFoundedBy
| name    = WikiIndex
| url     = http://www.wikiindex.com/John_Stanton
| founder = John Stanton
| date    = 23rd January, 2006
}}

This gives:
Template:WikiFoundedBy