Template:College Football HoF/doc
| This is a documentation subpage for Template:College Football HoF. It contains usage information, categories and other content that is not part of the original template page. |
Template:College Football HoF displays an external link to a player's College Football Hall of Fame page at the National Football Foundation website.
Usage
One parameter:
{{College Football HoF | ID }}{{College Football HoF | id= ID }}
Two parameters:
{{College Football HoF | ID | NAME }}{{College Football HoF | id= ID | name= NAME }}
TemplateData
This is the TemplateData documentation for the template used by the new VisualEditor.
College Football HoF
<templatedata> {
"description": "This template displays an external link to a player's College Football Hall of Fame page at the National Football Foundation website.",
"params": {
"1": {
"label": "ID",
"aliases": ["id"],
"description": "ID portion of URL for player's web page. Example: 10009 is the ID portion of http://www.footballfoundation.org/Programs/CollegeFootballHallofFame/SearchDetail.aspx?id=10009",
"type": "number",
"default": "",
"required": true
},
"2": {
"label": "Name",
"aliases": ["name"],
"description": "Name of player. If not given it defaults to the Wikipedia article name, without any disambiguation such as (American football).",
"type": "string",
"default": "College Football HoF/doc",
"required": false
}
}
} </templatedata>
Instructions
- Go to Hall of Fame Inductees search page
- Click on the correct link to go to the player's page
- The page URL should look like
http://www.footballfoundation.org/Programs/CollegeFootballHallofFame/SearchDetail.aspx?id=#####- where "#####" indicates the ID number for a specific player.
Examples
One parameter:
- Jack "Old Hatfield" Hubbard
http://www.footballfoundation.org/Programs/CollegeFootballHallofFame/SearchDetail.aspx?id=1
{{College Football HoF | 1 }}{{College Football HoF | id= 1 }}
Two parameters:
- Earl "Tuffy" Abell:
http://www.footballfoundation.org/Programs/CollegeFootballHallofFame/SearchDetail.aspx?id=10009
{{College Football HoF | 10009 | Earl "Tuffy" Abell }}{{College Football HoF | id= 10009 | name= Earl "Tuffy" Abell }}
See also