TOML

Sports Position Roles - TOML

Sports Position Roles systematically summarizes the positions, roles, characteristics, and required abilities in major sports such as soccer, basketball, baseball, and volleyball. Each position plays a different role within the team and contributes to victory through coordination. This information serves as a reference for position selection based on player aptitude and team tactics.

sports positions soccer basketball baseball volleyball team sports
[[items]]
code = "GK"
slug = "goalkeeper"
name = "Goalkeeper"
description = "The last line of defense protecting the goal. The only player allowed to use hands within the penalty area."
sport = "soccer"

[[items]]
code = "CB"
slug = "center-back"
name = "Center Back"
description = "A defender responsible for the center of the defensive line."
sport = "soccer"

[[items]]
code = "SB"
slug = "side-back"
name = "Side Back"
description = "Defenders responsible for the left and right sides of the defensive line, involved in both attack and defense."
sport = "soccer"

[[items]]
code = "DMF"
slug = "defensive-midfielder"
name = "Defensive Midfielder"
description = "A defensive midfielder who wins the ball in front of the defense and connects attack and defense."
sport = "soccer"

[[items]]
code = "OMF"
slug = "attacking-midfielder"
name = "Attacking Midfielder"
description = "An attacking midfielder responsible for supplying passes to forwards and taking mid-range shots."
sport = "soccer"

[[items]]
code = "SMF"
slug = "side-midfielder"
name = "Side Midfielder"
description = "A midfielder who initiates plays from the sides with crosses and breakthroughs."
sport = "soccer"

[[items]]
code = "CF"
slug = "center-forward"
name = "Center Forward"
description = "An ace striker who aims to score in front of the goal."
sport = "soccer"

[[items]]
code = "WG"
slug = "winger"
name = "Winger"
description = "A forward who cuts inside from the sides to attack."
sport = "soccer"

[[items]]
code = "PG"
slug = "point-guard"
name = "Point Guard"
description = "The floor general. Responsible for organizing attacks and distributing passes."
sport = "basketball"

[[items]]
code = "SG"
slug = "shooting-guard"
name = "Shooting Guard"
description = "A scoring specialist. Uses outside shots and drives as weapons."
sport = "basketball"

[[items]]
code = "SF"
slug = "small-forward"
name = "Small Forward"
description = "An all-around versatile player who handles both offense and defense."
sport = "basketball"

[[items]]
code = "PF"
slug = "power-forward"
name = "Power Forward"
description = "The key in the paint and mid-range. Main duties are rebounding and setting screens."
sport = "basketball"

[[items]]
code = "C"
slug = "center"
name = "Center"
description = "The team's cornerstone. Dominates rebounds and blocks as the guardian of the paint."
sport = "basketball"

[[items]]
code = "P"
slug = "pitcher"
name = "Pitcher"
description = "The pitcher who throws the ball to get batters out."
sport = "baseball"

[[items]]
code = "C-BB"
slug = "catcher"
name = "Catcher"
description = "The catcher who receives the pitcher's throws and serves as the command tower for pitch calling."
sport = "baseball"

[[items]]
code = "1B"
slug = "first-baseman"
name = "First Baseman"
description = "An infielder responsible for defending first base."
sport = "baseball"

[[items]]
code = "2B"
slug = "second-baseman"
name = "Second Baseman"
description = "An infielder responsible for defending around second base, where double play coordination is crucial."
sport = "baseball"

[[items]]
code = "3B"
slug = "third-baseman"
name = "Third Baseman"
description = "An infielder responsible for defending third base, where handling hard-hit balls is required."
sport = "baseball"

[[items]]
code = "SS"
slug = "shortstop"
name = "Shortstop"
description = "The 'key of the infield' who defends the wide central area of the infield."
sport = "baseball"

[[items]]
code = "LF"
slug = "left-fielder"
name = "Left Fielder"
description = "An outfielder responsible for defending the left side of the outfield."
sport = "baseball"

[[items]]
code = "CF-BB"
slug = "center-fielder"
name = "Center Fielder"
description = "An outfielder who defends center field and serves as the captain of the outfield."
sport = "baseball"

[[items]]
code = "RF"
slug = "right-fielder"
name = "Right Fielder"
description = "An outfielder responsible for defending the right side of the outfield, where a strong arm is required."
sport = "baseball"

[[items]]
code = "S-VB"
slug = "setter"
name = "Setter"
description = "The team's command tower. Responsible for setting up attackers with tosses."
sport = "volleyball"

[[items]]
code = "OH"
slug = "outside-hitter"
name = "Outside Hitter"
description = "The center of attack who spikes from both left and right sides."
sport = "volleyball"

[[items]]
code = "OP"
slug = "opposite"
name = "Opposite"
description = "An attacking position located diagonally opposite the setter."
sport = "volleyball"

[[items]]
code = "MB"
slug = "middle-blocker"
name = "Middle Blocker"
description = "A position where blocking in the center is the main role."
sport = "volleyball"

[[items]]
code = "L"
slug = "libero"
name = "Libero"
description = "A defense-only position. Main duties are receiving and digging in the back row."
sport = "volleyball"