TOML
スポーツチームのポジション - TOML
スポーツチームのポジションは、各競技において選手が担う役割と位置を定義するものです。サッカーではGK・DF・MF・FWの4大ポジション、野球では投手・捕手・内野手・外野手の9ポジション、バスケットボールではPG・SG・SF・PF・Cの5ポジションが基本となっています。それぞれのポジションには特定の役割、必要なスキル、戦術的な重要性があり、チーム全体の戦略を形成する重要な要素です。
スポーツ
ポジション
サッカー
野球
バスケットボール
チームスポーツ
戦術
[[items]]
code = "SOCCER-GK"
slug = "soccer-goalkeeper"
name = "ゴールキーパー"
description = "ゴールを守る最後の砦。フィールド内で唯一手を使えるプレーヤー。"
abbreviation = "GK"
category = "goalkeeper"
number = 1
sport = "soccer"
[[items]]
code = "SOCCER-DF"
slug = "soccer-defender"
name = "ディフェンダー"
description = "相手の攻撃を防ぐ守備の要。CB、SB、SWなどの細分ポジションがある。"
abbreviation = "DF"
category = "defender"
number = ""
sport = "soccer"
[[items]]
code = "SOCCER-MF"
slug = "soccer-midfielder"
name = "ミッドフィルダー"
description = "攻守の繋ぎ役。試合の主導権を握るゲームメイカー。"
abbreviation = "MF"
category = "midfielder"
number = ""
sport = "soccer"
[[items]]
code = "SOCCER-FW"
slug = "soccer-forward"
name = "フォワード"
description = "得点を狙う攻撃の主役。CF、WG、SSなどの役割がある。"
abbreviation = "FW"
category = "forward"
number = ""
sport = "soccer"
[[items]]
code = "BASEBALL-P"
slug = "baseball-pitcher"
name = "投手"
description = "マウンドからボールを投げ、打者をアウトにする。試合の勝敗を左右する重要ポジション。"
abbreviation = "P"
category = "pitcher"
number = 1
sport = "baseball"
[[items]]
code = "BASEBALL-C"
slug = "baseball-catcher"
name = "捕手"
description = "ホームベース後方で投手の球を受ける。チームの司令塔。"
abbreviation = "C"
category = "catcher"
number = 2
sport = "baseball"
[[items]]
code = "BASEBALL-1B"
slug = "baseball-first-baseman"
name = "一塁手"
description = "ファーストベースを守る内野手。内野手からの送球を確実に捕球する。"
abbreviation = "1B"
category = "infielder"
number = 3
sport = "baseball"
[[items]]
code = "BASEBALL-2B"
slug = "baseball-second-baseman"
name = "二塁手"
description = "セカンドベースを守る内野手。ダブルプレーの要。"
abbreviation = "2B"
category = "infielder"
number = 4
sport = "baseball"
[[items]]
code = "BASEBALL-3B"
slug = "baseball-third-baseman"
name = "三塁手"
description = "サードベースを守る内野手。ホットコーナーと呼ばれる。"
abbreviation = "3B"
category = "infielder"
number = 5
sport = "baseball"
[[items]]
code = "BASEBALL-SS"
slug = "baseball-shortstop"
name = "遊撃手"
description = "二塁と三塁の間を守る内野手。内野の要で最も広い守備範囲を持つ。"
abbreviation = "SS"
category = "infielder"
number = 6
sport = "baseball"
[[items]]
code = "BASEBALL-LF"
slug = "baseball-left-fielder"
name = "左翼手"
description = "左翼を守る外野手。右打者の引っ張り球を処理する。"
abbreviation = "LF"
category = "outfielder"
number = 7
sport = "baseball"
[[items]]
code = "BASEBALL-CF"
slug = "baseball-center-fielder"
name = "中堅手"
description = "中堅を守る外野手。外野の要で最も広い守備範囲をカバーする。"
abbreviation = "CF"
category = "outfielder"
number = 8
sport = "baseball"
[[items]]
code = "BASEBALL-RF"
slug = "baseball-right-fielder"
name = "右翼手"
description = "右翼を守る外野手。強肩でランナーの進塁を阻止する。"
abbreviation = "RF"
category = "outfielder"
number = 9
sport = "baseball"
[[items]]
code = "BASKETBALL-PG"
slug = "basketball-point-guard"
name = "ポイントガード"
description = "チームの司令塔。ボール運び、パス配給、ゲームメイクを担当。"
abbreviation = "PG"
category = "guard"
number = 1
sport = "basketball"
[[items]]
code = "BASKETBALL-SG"
slug = "basketball-shooting-guard"
name = "シューティングガード"
description = "得点スペシャリスト。外角シュートとドライブが武器。"
abbreviation = "SG"
category = "guard"
number = 2
sport = "basketball"
[[items]]
code = "BASKETBALL-SF"
slug = "basketball-small-forward"
name = "スモールフォワード"
description = "オールラウンダー。攻守両面で活躍する。"
abbreviation = "SF"
category = "forward"
number = 3
sport = "basketball"
[[items]]
code = "BASKETBALL-PF"
slug = "basketball-power-forward"
name = "パワーフォワード"
description = "インサイドの要。リバウンドとスクリーンが主な役割。"
abbreviation = "PF"
category = "forward"
number = 4
sport = "basketball"
[[items]]
code = "BASKETBALL-C"
slug = "basketball-center"
name = "センター"
description = "チームの大黒柱。リバウンド支配とショットブロックが役割。"
abbreviation = "C"
category = "center"
number = 5
sport = "basketball"