Open main menu

Changes

add dissolved parameter
{{Documentation subpage}}
<includeonly>{{lua|Module:Football manager history}}</includeonly>

{{tl|Football manager history}} is used to create manager history templates which are typically placed at the bottom of a manager's article. Using this template makes editing and standardisation easier.

== Usage ==

<pre>
{{Football manager history
|dissolved =
|name =
|teamname =
|managerlist =
|title =
|state = {{{state|}}}
|bgcolor =
|textcolor =
|bordercolor =
|list =
|note =
|below =
|american_english =
}}
</pre>

Normally <code>|dissolved=</code> would not be set; that causes a dash (–) to be added after the ''from'' year for the last manager if no ''to'' year is given. If the club has been dissolved, enter <code>yes</code> or the year of dissolution, for example <code>|dissolved=yes</code> or <code>|dissolved=2010</code>. No dash is added for the last manager of a dissolved club.

The navigation bar at the top of the navbox includes a link to the <code>|teamname=</code> page title. The link will display the <code>|title=</code> text, or <code>teamname</code> if no <code>title</code> is given.

By default, the navigation bar will display "managers". If <code>|american_english=</code> is defined (for example, <code>|american_english=on</code>), "Head coaches" is displayed instead of "managers".

<code>|state=</code> defaults to autocollapse.

The <code>|list=</code> parameter is followed by lines of wikitext, one manager per line. Each line must finish with either a year or a range of years. On each line, the first year must be four digits. If present, the second year must follow "to" and may be 1, 2, 3, or 4 digits, for example:
<pre>
|list=
[[Levir Culpi|Culpi]] 2005
[[Paulo César Gusmão|PC Gusmão]] 2005 to 06
</pre>

<code>|note=</code> may be used to add a note beneath the list.

If information is missing, an alternate syntax is available using <code>from=<small>''FROM''</small></code> and <code>to=<small>''TO''</small></code>. Any text can be used for <code><small>''FROM''</small></code> and <code><small>''TO''</small></code>, but there must be no spaces. For example:
<pre>
|list=
[[Example|Example A]] from=19??
[[Levir Culpi|Culpi]] 2005
[[Paulo César Gusmão|PC Gusmão]] 2005 to 06
[[Example|Example B]] from=2011 to=?
</pre>

== Examples ==
<pre>
{{Football manager history
|name = Cruzeiro Esporte Clube managers
|teamname = Cruzeiro Esporte Clube
|title = Cruzeiro
|state = {{{state|}}}
|bgcolor = #165A9E
|textcolor = white
|bordercolor = #77BBFF
|list =
[[Levir Culpi|Culpi]] 2005
[[Paulo César Gusmão|PC Gusmão]] 2005 to 06
[[Oswaldo de Oliveira|O. Oliveira]] 2006
[[Paulo Autuori|Autuori]] 2007
[[Emerson Ávila|Ávila]]<sup>c</sup> 2007
[[Dorival Júnior|Dorival Jr.]] 2007
[[Adílson Batista|Adílson]] 2008 to 10
|note = <small>(c) = [[caretaker manager]]</small>
}}
</pre>
produces:
{{Football manager history
|name = Cruzeiro Esporte Clube managers
|teamname = Cruzeiro Esporte Clube
|title = Cruzeiro
|state = {{{state|}}}
|bgcolor = #165A9E
|textcolor = white
|bordercolor = #77BBFF
|list =
[[Levir Culpi|Culpi]] 2005
[[Paulo César Gusmão|PC Gusmão]] 2005 to 06
[[Oswaldo de Oliveira|O. Oliveira]] 2006
[[Paulo Autuori|Autuori]] 2007
[[Emerson Ávila|Ávila]]<sup>c</sup> 2007
[[Dorival Júnior|Dorival Jr.]] 2007
[[Adílson Batista|Adílson]] 2008 to 10
|note = <small>(c) = [[caretaker manager]]</small>
}}

<pre>
{{Football manager history
|name = Cruzeiro Esporte Clube managers
|teamname = Cruzeiro Esporte Clube
|title = Cruzeiro
|state = {{{state|}}}
|bgcolor = #165A9E
|textcolor = white
|bordercolor = #77BBFF
|list =
[[Example|Example A]] from=19??
[[Levir Culpi|Culpi]] 2005
[[Paulo César Gusmão|PC Gusmão]] 2005 to 06
[[Oswaldo de Oliveira|O. Oliveira]] 2006
[[Paulo Autuori|Autuori]] 2007
[[Emerson Ávila|Ávila]]<sup>c</sup> 2007
[[Dorival Júnior|Dorival Jr.]] 2007
[[Adílson Batista|Adílson]] 2008 to 10
[[Example|Example B]] from=2011 to=?
|note = <small>(c) = [[caretaker manager]]</small>
}}
</pre>
produces:
{{Football manager history
|name = Cruzeiro Esporte Clube managers
|teamname = Cruzeiro Esporte Clube
|title = Cruzeiro
|state = {{{state|}}}
|bgcolor = #165A9E
|textcolor = white
|bordercolor = #77BBFF
|list =
[[Example|Example A]] from=19??
[[Levir Culpi|Culpi]] 2005
[[Paulo César Gusmão|PC Gusmão]] 2005 to 06
[[Oswaldo de Oliveira|O. Oliveira]] 2006
[[Paulo Autuori|Autuori]] 2007
[[Emerson Ávila|Ávila]]<sup>c</sup> 2007
[[Dorival Júnior|Dorival Jr.]] 2007
[[Adílson Batista|Adílson]] 2008 to 10
[[Example|Example B]] from=2011 to=?
|note = <small>(c) = [[caretaker manager]]</small>
}}
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
[[Category:Navigational box wrapper templates]]
[[Category:Association football manager history navigational boxes| ]]
}}</includeonly>
Anonymous user