Template:Founded by: Difference between revisions

no edit summary
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>
1,923

edits