Template:Founded by: Difference between revisions

update after page rename
m (Hoof Hearted moved page Template:WikiFoundedBy to Template:Founded by: rename, so it can be used on wiki engines and wiki farms too)
(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><nowiki>{{WikiFoundedBy
<pre>{{Founded by
|name   =
|name   =
|url     =
|url   =
|founder =
|founder=
|date   =  
|date   =  
}}</nowiki></pre>
}}</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><nowiki>{{WikiFoundedBy
<pre>{{Founded by
|name   = WikiIndex
|name   = WikiIndex
|url     = http://wikiindex.org/John_Stanton
|url   = http://wikiindex.org/John_Stanton
|founder = John Stanton
|founder= John Stanton
|date   = 23rd January, 2006
|date   = 23rd January, 2006
}}</nowiki></pre>
}}</pre>
This gives:<br>
This gives:<br>
{{WikiFoundedBy
{{Founded by
|name   = WikiIndex
|name   = WikiIndex
|url     = http://wikiindex.org/John_Stanton
|url   = http://wikiindex.org/John_Stanton
|founder = John Stanton
|founder= John Stanton
|date   = 23rd January, 2006
|date   = 23rd January, 2006
}}</noinclude>
}}
<noinclude>
 
[[Category:Templates]]</noinclude>
[[Category:People templates]]</noinclude>