Template:Founded by: Difference between revisions

m
(color?)
Line 1: Line 1:
<includeonly><font color="red">'''{{{name|{{PAGENAME}}}}}''' was [[Founder|founded]] and created by {{#if:{{{url|}}}|[{{{url}}} {{{creator|{{{founder}}}}}}]|{{{creator|{{{founder}}}}}}}} {{#if:{{{date|}}}| on {{{date}}}|}}.</font></includeonly><noinclude>
<includeonly><font color=red>'''{{{name|{{PAGENAME}}}}}''' was [[Founder|founded]] and created by {{#if:{{{url|}}}|[{{{url}}} {{{creator|{{{founder}}}}}}]|{{{creator|{{{founder}}}}}}}} {{#if:{{{date|}}}| on {{{date}}}|}}.</font></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]], <nowiki>{{PAGENAME}}</nowiki> may be used in this field if our WikiIndex article name is identical to the actual wiki name
;name: Original name of the [[wiki]], <nowiki>{{PAGENAME}}</nowiki> may be used in this field if our WikiIndex article name is identical to the actual wiki name
; url: URL to an article about the {{tag|Wiki People|person}} who originally created the wiki, ideally on their actual wiki
;url: URL to an article about the {{tag|Wiki People|person}} who originally created the wiki, ideally on their actual wiki
; founder: [[Founder]]s [[WikiIndex:RealNames|real name]], and/or [[username]]
;founder: [[Founder]]s [[WikiIndex:Real names|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==
Line 17: Line 17:
|url    = http://WikiIndex.org/John_Stanton
|url    = http://WikiIndex.org/John_Stanton
|founder= John Stanton
|founder= John Stanton
|date  = 23rd January, {{tag|FoundedIn2006|2006}}
|date  = 23rd January {{tag|FoundedIn2006|2006}}
}}</pre>
}}</pre>
This gives:
This gives:
Line 25: Line 25:
|url    = http://WikiIndex.org/John_Stanton
|url    = http://WikiIndex.org/John_Stanton
|founder= John Stanton
|founder= John Stanton
|date  = 23rd January, [[:Category:FoundedIn2006|2006]]
|date  = 23rd January [[:Category:FoundedIn2006|2006]]
}}
}}