Difference between revisions of "Template:Football manager history/doc"
Jump to navigation
Jump to search
imported>Yahia.barie (bn:টেমপ্লেট:Football manager history) |
imported>Johnuniq (update with documentation for Module:Football manager history implementation) |
||
| Line 1: | Line 1: | ||
| − | {{Documentation subpage}} | + | {{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 | |
| + | |name = | ||
| + | |teamname = | ||
| + | |managerlist = | ||
| + | |title = | ||
| + | |state = {{{state|}}} | ||
| + | |bgcolor = | ||
| + | |textcolor = | ||
| + | |bordercolor = | ||
| + | |list = | ||
| + | |note = | ||
| + | |below = | ||
| + | |american_english = | ||
| + | }} | ||
| + | </pre> | ||
| − | == | + | 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. |
| + | |||
| + | <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> | <pre> | ||
| − | + | |list= | |
| − | + | [[Levir Culpi|Culpi]] 2005 | |
| − | + | [[Paulo César Gusmão|PC Gusmão]] 2005 to 06 | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</pre> | </pre> | ||
| − | ==Example== | + | |
| + | <code>|note=</code> may be used to add a note beneath the list. | ||
| + | |||
| + | == Example == | ||
<pre> | <pre> | ||
{{Football manager history | {{Football manager history | ||
| − | |name= | + | |name = Cruzeiro Esporte Clube managers |
| − | |teamname= | + | |teamname = Cruzeiro Esporte Clube |
| − | | | + | |title = Cruzeiro |
| − | |bgcolor=# | + | |state = {{{state|}}} |
| − | |textcolor= | + | |bgcolor = #165A9E |
| − | |bordercolor=# | + | |textcolor = white |
| − | |list = | + | |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> | </pre> | ||
produces: | produces: | ||
{{Football manager history | {{Football manager history | ||
| − | |name= | + | |name = Cruzeiro Esporte Clube managers |
| − | |teamname= | + | |teamname = Cruzeiro Esporte Clube |
| − | | | + | |title = Cruzeiro |
| − | |bgcolor=# | + | |state = {{{state|}}} |
| − | |textcolor= | + | |bgcolor = #165A9E |
| − | |bordercolor=# | + | |textcolor = white |
| − | |list = | + | |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> | ||
}} | }} | ||
| − | + | <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|| | |
| − | <includeonly> | ||
[[Category:Navigational box wrapper templates]] | [[Category:Navigational box wrapper templates]] | ||
[[Category:Association football manager history navigational boxes| ]] | [[Category:Association football manager history navigational boxes| ]] | ||
| − | + | }}</includeonly> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | </includeonly> | ||
Revision as of 04:46, 12 February 2016
| 40px | This is a documentation subpage for Template:Football manager history. It contains usage information, categories and other content that is not part of the original template page. |
{{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
{{Football manager history
|name =
|teamname =
|managerlist =
|title =
|state = {{{state|}}}
|bgcolor =
|textcolor =
|bordercolor =
|list =
|note =
|below =
|american_english =
}}
The navigation bar at the top of the navbox includes a link to the |teamname= page title. The link will display the |title= text, or teamname if no title is given.
|state= defaults to autocollapse.
The |list= 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:
|list= [[Levir Culpi|Culpi]] 2005 [[Paulo César Gusmão|PC Gusmão]] 2005 to 06
|note= may be used to add a note beneath the list.
Example
{{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>
}}
produces: