Template:Founded by: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
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>

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.