Template:Infobox player

From Liquipedia VALORANT Wiki

Documentation (view - edit)

[e][h]Natus VincereNatus Vincere cNed
Player Information
Name:
Mehmet Yağız İpek
Nationality:
Born:
January 18, 2002 (age 22)
Status:
Active
Years Active (Player):
2020 - Present
Links

Adding an infobox to your player page

An Infobox is one of the standard features of any Liquipedia page and it's no different for players. The {{Infobox player}}-template should come be before the article text start, but perhaps after other templates such as Tabs or Stub, and also after a banner that you'd like to add to the top. Following will be the explanation of the code, and some templates for you to use on a tournament page.

Code Explanation

{{Infobox player
|id=
|ids=
|nicknames=
|image=
|caption=
|name=
|romanized_name=

Romanization of the name

|givenname=
|familyname=

Use given and family name to alter Player Introduction

|country=
|country2=

Player's second nationality

|birth_date=

Use template: YYYY-MM-DD

|death_date=

Use template: YYYY-MM-DD

|status=
|banned=
|years_active=
|years_active_coach=
|years_active_talent=
|years_active_org=
|team=
|teamlink=

Link to team's page if different from name, e.g. (eg. Astralis_(Finnish_team)

|site=
|stream=
|twitch=
|huomaotv=
|douyutv=
|pandatv=
|huyatv=
|zhangyutv=
|own3d=
|tlstream=
|facebook=
|twitter=
|instagram=
|youtube=
|mildom=

Use the channel's custom URL (XXX) or the ID (channel/XXX)

|reddit=
|vk=
|tencent=
|weibo=
|steam=

Use customURL or steamID64

|faceit=
|esea=
|esl=
|cevo=
|cybergamer=
|5ewin=
|b5csgo=
|sk=
|tlprofile=
|fanclub=

TeamLiquid.net fanclub

|playlist=
|team_history=

Use template: {{TeamHistoryAuto}}

}}


Outdated variables

  • retired=
  • clan=
  • azubu=
  • gplus=

Copy & Paste Template

You'll find two templates and a full variables list below. Chose the one that suits your needs the best.

Barebones
{{Infobox player
|id=
|image=
|name=
|birth_date=YYYY-MM-DD
|country=
|team=
|status=
|years_active=
|team_history={{TeamHistoryAuto}}
}}
Typical
{{Infobox player
|id=
|ids=
|image=
|name=
|birth_date=YYYY-MM-DD
|country=
|team=
|status=
|years_active=
|twitter=
|twitch=
|youtube=
|instagram=
|steam=
|team_history={{TeamHistoryAuto}}
}}
NOTE: After you've entered all the information you have, do not add: 0, N/A, TBD etc to empty variable fields, instead it is often times best to just remove the empty ones, unless you know this information will be coming in the future (like team or image information) but then you can just leave the fields blank.