Template:Founded by: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(pagename emphasis fix)
(tweaks, cats, wikilinks)
Line 1: Line 1:
'''{{{name|{{PAGENAME}}}}}''' was created by {{#if:{{{url|}}}|[{{{url}}} {{{creator|{{{founder}}}}}}]|{{{creator|{{{founder}}}}}}}} {{#if:{{{date|}}}| on {{{date}}}|}}.<noinclude>
<u>'''{{{name|{{PAGENAME}}}}}''' was created by {{#if:{{{url|}}}|[{{{url}}} {{{creator|{{{founder}}}}}}]|{{{creator|{{{founder}}}}}}}} {{#if:{{{date|}}}| on {{{date}}}|}}.</u><noinclude>


==Code==
==Code==
<pre>{{Founded by
<pre>{{Founded by
|name   =
|name   =  
|url   =
|url     =  
|founder=
|founder =  
|date   =  
|date   =  
}}</pre>
}}</pre>
;Name: Name of the wiki
;name: Original name of the [[wiki]]
;URL: URL to an article about the person
;url: URL to an article about the {{tag|Wiki People|person}}
;Founder: Founder's (user)name
;founder: Founder's [[WikiIndex:RealNames|real name]], and/or (aka [[username]])
;Date: Date the wiki was created on
;date: {{tag|Wiki Age|Date}} the wiki was created on


==Example==
==Example==
<pre>{{Founded by
<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
}}</pre>
}}</pre>
This gives:<br>
This gives:
<br>
{{Founded by
{{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
}}
}}


[[Category:People templates]]</noinclude>
[[Category:People templates]]
[[Category:Wiki People| ]]
[[Category:Wiki Age| ]]</noinclude>

Revision as of 08:46, 14 May 2014

Founded by was created by {{{founder}}} .

Code

{{Founded by
|name    = 
|url     = 
|founder = 
|date    = 
}}
name
Original name of the wiki
url
URL to an article about the person
founder
Founder's real name, and/or (aka username)
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.