Template:College Football HoF/doc

< Template:College Football HoF

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

  1. Go to Hall of Fame Inductees search page
  2. Click on the correct link to go to the player's page
  3. 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
  1. {{College Football HoF | 1 }}
    College Football HoF/doc at the College Football Hall of Fame
  2. {{College Football HoF | id= 1 }}
    College Football HoF/doc at the College Football Hall of Fame

Two parameters:

Earl "Tuffy" Abell:
http://www.footballfoundation.org/Programs/CollegeFootballHallofFame/SearchDetail.aspx?id=10009
  1. {{College Football HoF | 10009 | Earl "Tuffy" Abell }}
    Earl "Tuffy" Abell at the College Football Hall of Fame
  2. {{College Football HoF | id= 10009 | name= Earl "Tuffy" Abell }}
    Earl "Tuffy" Abell at the College Football Hall of Fame

See also