Template:NBA game

L 0–0

Documentation icon Template documentation[view] [edit] [history] [purge]

Usage

{{NBA game|date=|id=|pf=|pa=}}

With overtime:

{{NBA game|date=|id=|pf=|pa=|ot=1}}

TemplateData

<templatedata> { "params": { "date": { "description": "Specifies the date on which the game was played.", "example": "20141126", "type": "number", "required": true }, "id": { "description": "Specify the teams between the game was played.", "example": "GSWORL", "type": "string", "required": true }, "pf": { "label": "Points For", "description": "Display the points scored. If pf>pa, it shows win.", "example": "12", "type": "number", "suggested": true }, "pa": { "label": "Points Allowed", "description": "Display the points allowed. If pa>pf, it shows loss.", "example": "2", "type": "number", "suggested": true }, "ot": { "label": "Overtime", "description": "Displays the overtime.", "example": "1", "type": "number" } }, "description": "Generates URL to the specified NBA game.", "format": "inline" } </templatedata>