Difference between revisions of "Template:Infobox"

From QBWiki
Jump to navigation Jump to search
Line 43: Line 43:
 
}}
 
}}
 
|-
 
|-
|'''Stats'''||
+
{{#if:{{{nostats|}}}||
 +
{{!}}'''Stats'''{{!!}}
 
{{#if:{{{stats|}}}
 
{{#if:{{{stats|}}}
 
<!---->|{{{stats}}}
 
<!---->|{{{stats}}}
Line 75: Line 76:
 
<!----><!---->}}
 
<!----><!---->}}
 
<!---->}}
 
<!---->}}
 +
}}
 
}}
 
}}
 
|-
 
|-
Line 105: Line 107:
 
   |lastname = Name (optional)
 
   |lastname = Name (optional)
 
   |naqtstats = naqtstats (optional)
 
   |naqtstats = naqtstats (optional)
 +
  |nostats = optional
 
}}</pre>
 
}}</pre>
  
Line 110: Line 113:
  
 
An alternative to ''firstname/lastname'' is {{{1}}}/{{{2}}}, the first two anonymous parameters. All named parameters will take precedence over these anonymous parameters, though.
 
An alternative to ''firstname/lastname'' is {{{1}}}/{{{2}}}, the first two anonymous parameters. All named parameters will take precedence over these anonymous parameters, though.
 +
 +
''nostats'' removes the entire stats section of the infobox. Using''nostats'' requires setting it to any non-whitespace value (e.g. not " " or "").
  
 
{{Infobox
 
{{Infobox

Revision as of 09:20, 30 March 2021


Full Name
200px
Noted Subjects:
Subjects (optional)
Current Collegiate Team schoolcur (optional)
Past Collegiate Teams schoolpast (optional)
High School Team highschool (optional)
Middle School Team middleschool (optional)
Elementary School Team elementaryschool (optional)
Stats

HDWhite
naqtstats (optional)

Usage:

{{Infobox
  |Name = Full Name
  |Image = Image (optional)
  |Subjects = Subjects (optional)
  |schoolcur = schoolcur (optional)
  |schoolpast = schoolpast (optional)
  |highschool = highschool (optional)
  |middleschool = middleschool (optional)
  |elementaryschool = elementaryschool (optional)
  |firstname = Full (optional)
  |lastname = Name (optional)
  |naqtstats = naqtstats (optional)
  |nostats = optional
}}

firstname and lastname should be their first and last name as it appears in stats and is used to look up the name on HDWhite. If an explicit link to naqt stats is not provided via naqtstats, it will use the firstname and lastname to search them up on NAQT's player search.

An alternative to firstname/lastname is {{{1}}}/{{{2}}}, the first two anonymous parameters. All named parameters will take precedence over these anonymous parameters, though.

nostats removes the entire stats section of the infobox. Usingnostats requires setting it to any non-whitespace value (e.g. not " " or "").


Full Name
Noted Subjects:
n/a
Stats

HDWhite
NAQT page

Minimal box:

{{Infobox
  |Name = Full Name
}}


Full Name
Noted Subjects:
n/a
Stats

HDWhite
NAQT page

Box with firstname/lastname but no naqtstats:

{{Infobox
  |Name = Full Name
  |firstname = Full
  |lastname = Name
}}


Full Name
Noted Subjects:
n/a
Stats

HDWhite
naqtstats

Box with naqtstats but no firstname/lastname:

{{Infobox
  |Name = Full Name
  |naqtstats = naqtstats
}}


Full Name
Noted Subjects:
n/a
Stats

HDWhite
NAQT page

Box with full name passed in anonymous parameters.

{{Infobox
  |Full|Name
}}


Full Middle Initials Name
Noted Subjects:
n/a
Stats

HDWhite
NAQT page

Box with full name + middle name passed in anonymous parameters.

{{Infobox
  |Full|Middle Initials|Name
}}


Explicitly specified full name
Noted Subjects:
n/a
Stats

HDWhite
NAQT page

Box with full name passed in anonymous parameters and also manually specified.

{{Infobox
  |Name=Explicitly specified full name
  |Full|Name
}}


Full Name
Noted Subjects:
n/a
Stats

HDWhite
naqtstats

Box with full name passed in anonymous parameters and naqtstats.

{{Infobox
  |Full|Name
  |naqtstats = naqtstats
}}


Full Name
Noted Subjects:
n/a
Stats

stats

Box with full name passed in anonymous parameters and stats.

{{Infobox
  |Full|Name
  |naqtstats = naqtstats
}}