Template:Founded by: Difference between revisions
Jump to navigation
Jump to search
Hoof Hearted (talk | contribs) (pagename emphasis fix) |
Hoof Hearted (talk | contribs) (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: Original name of the [[wiki]] | ||
; | ;url: URL to an article about the {{tag|Wiki People|person}} | ||
; | ;founder: Founder's [[WikiIndex:RealNames|real name]], and/or (aka [[username]]) | ||
; | ;date: {{tag|Wiki Age|Date}} the wiki was created on | ||
==Example== | ==Example== | ||
<pre>{{Founded by | <pre>{{Founded by | ||
|name | |name = WikiIndex | ||
|url | |url = http://wikiindex.org/John_Stanton | ||
|founder= John Stanton | |founder = John Stanton | ||
|date | |date = 23rd January, 2006 | ||
}}</pre> | }}</pre> | ||
This gives:<br> | This gives: | ||
<br> | |||
{{Founded by | {{Founded by | ||
|name | |name = WikiIndex | ||
|url | |url = http://wikiindex.org/John_Stanton | ||
|founder= John Stanton | |founder = John Stanton | ||
|date | |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.