Template:Founded by: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(tweaks, cats, wikilinks)
(tweaks, tag the year when included)
Line 1: Line 1:
<u>'''{{{name|{{PAGENAME}}}}}''' was created by {{#if:{{{url|}}}|[{{{url}}} {{{creator|{{{founder}}}}}}]|{{{creator|{{{founder}}}}}}}} {{#if:{{{date|}}}| on {{{date}}}|}}.</u><noinclude>
<includeonly><u>'''{{{name|{{PAGENAME}}}}}''' was founded and created by {{#if:{{{url|}}}|[{{{url}}} {{{creator|{{{founder}}}}}}]|{{{creator|{{{founder}}}}}}}} {{#if:{{{date|}}}| on {{{date}}}|}}.</u></includeonly><noinclude>
 
==Code==
==Code==
<pre>{{Founded by
<pre>{{Founded by
|name   =  
|name   =  
|url     =  
|url   =  
|founder =  
|founder=  
|date   =  
|date   =  
}}</pre>
}}</pre>
;name: Original name of the [[wiki]]
;name: Original name of the [[wiki]]-site
;url: URL to an article about the {{tag|Wiki People|person}}
;url: URL to an article about the {{tag|Wiki People|person}}
;founder: Founder's [[WikiIndex:RealNames|real name]], and/or (aka [[username]])
;founder: Founder's [[WikiIndex:RealNames|real name]], and/or [[username]]
;date: {{tag|Wiki Age|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, {{tag|FoundedIn2006|2006}}
}}</pre>
}}</pre>
This gives:
This gives:
<br>
<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, [[:Category:FoundedIn2006|2006]]
}}
}}



Revision as of 22:12, 1 June 2014

Code

{{Founded by
|name   = 
|url    = 
|founder= 
|date   = 
}}
name
Original name of the wiki-site
url
URL to an article about the person
founder
Founder's real name, and/or 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, {{tag|FoundedIn2006|2006}}
}}

This gives:
WikiIndex was founded and created by John Stanton on 23rd January, 2006.