Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a407bd955e01cdd8

Jump to content

Module:Goalscorers/data/2026 ASEAN Championship

From Wikipedia, the free encyclopedia
local data = {}

-- flag template
data.templates = { flag_icon_linked = "fbicon" }

-- date and matches played of latest update
data.updated = { -- round,         matches,   update date,     OF TODAY: matches finished so far/total matches
                    finals  =   {  26,        "complete" },
               }

data.groups = { -- DO NOT CHANGE THIS SECTION
                }

-- controls which teams are still active in tournament, and therefore have their players bolded
data.active_countries = {  }

-- rounds of competition
data.rounds = { finals = 3 } -- DO NOT CHANGE

-- all competition goalscorers
data.goalscorers = {
    -- player wikilink, country, goals
	-- order doesn't matter, that is handled by the module
	-- use   to combine given names for sorting purposes
	-- (only the text after the first regular space is used for sorting)

    -- Cambodia (CAM)
	{"[[Chea Sokmeng]]",			   "CAM", 1 },
	{"[[Iago Bento]]",				   "CAM", 1 },
    {"[[Ouk Sovann]]",				   "CAM", 1 },
	{"[[Hav Soknet]]",				   "CAM", 2 },
	{"[[Mon Rado]]",				   "CAM", 1 },
	
	-- Indonesia (IDN)
    {"[[Mitchell Baker (footballer)|Mitchell Baker]]", "IDN",  4 },
	{"[[Thom Haye]]",                  "IDN", 1 },
    {"[[Ragnar Oratmangoen]]",         "IDN", 1 },
	{"[[Shayne Pattynama]]",           "IDN", 1 },
	{"[[Jens Raven]]",                 "IDN", 1 },
	{"[[Sandy Walsh]]",                "IDN", 1 },

	-- Laos (LAO)
	{"[[Bounchay Chernvanglien]]",	   "LAO", 1 },
    {"[[Damoth Thongkhamsavath]]",	   "LAO", 1 },
	{"[[Phoutthavong Sangvilay]]",	   "LAO", 1 },

	-- Malaysia (MAS)
	{"[[Endrick (footballer, born 1995)|Endrick]]",	 "MAS",	1 },
    {"[[Paulo Josué]]",	       "MAS", 3 },
    {"[[Wan Kuzain]]",		       "MAS", 1 },
	{"[[G. Pavithran|Pavithran Gunalan]]",		         "MAS", 1 },

	-- Myanmar (MYA)
	{"[[Hein Htet Aung]]",             "MYA", 1 },
    {"[[Kyaw Min Oo]]",                "MYA", 1 },
	{"[[Lwin Moe Aung]]",              "MYA", 1 },
	{"[[Maung Maung Lwin]]",           "MYA", 1 },
    {"[[Myat Kaung Khant]]",           "MYA", 1 },
	{"[[Than Paing]]",                 "MYA", 3 },
	{"[[Win Naing Tun]]",              "MYA", 4 },
	
	-- Philippines (PHI)
    {"[[Jarvey Gayoso]]",		       "PHI", 2 },
    {"[[John Lucero]]",                "PHI", 1 },
    {"[[Daisuke Sato (footballer)|Daisuke Sato]]",  "PHI", 1 },

	-- Singapore (SGP)
    {"[[Ilhan Fandi]]",		   "SGP", 4 },
	{"[[Shawal Anuar]]",		   "SGP", 1 },
	{"[[Song Ui-young]]",	       "SGP", 1 },
	{"[[Harhys Stewart]]",	       "SGP", 1 },

	-- Thailand (THA)
    {"[[Kakana Khamyok]]",        "THA", 3 },
    {"[[Sarach Yooyen]]",         "THA", 1 },
	{"[[Seksan Ratree]]",         "THA", 1 },
	{"[[Teerasak Poeiphimai]]",   "THA", 4 },
	{"[[Waris Choolthong]]",      "THA", 1 },
	{"[[Worachit Kanitsribampen]]",      "THA", 1 },
	{"[[Jehhanafee Mamah]]",      "THA", 1 },
	{"[[Yotsakorn Burapha]]",     "THA", 3 },
	{"[[Wanchai Jarunongkran]]",     "THA", 1 },
	
	-- Vietnam (VIE)
	{"[[Đỗ Hoàng Hên]]",	   "VIE", 2 },
    {"[[Nguyễn Đình Bắc]]",  "VIE", 5 },	
    {"[[Nguyễn Hai Long]]",  "VIE", 2 },
	{"[[Nguyễn Quang Hải (footballer, born 1997)|Nguyễn Quang Hải]]", "VIE", 2 },
    {"[[Nguyễn Văn Vĩ]]",    "VIE", 1 },
	{"[[Nguyễn Xuân Son]]",  "VIE", 5 },
}

-- all competition own goal scorers
data.owngoalscorers = {
	-- player wikilink, country, { own goals, "own goal opponents" }
	{"[[Im Vakhim]]", "CAM", { 1, "Vietnam" } },
	{"[[Viengxay Sydavong]]", "LAO", { 2, "Malaysia and Philippines" } },
	{"[[Faris Danish]]",        "MAS", { 1, "Vietnam" } },
	{"[[Pansa Hemviboon]]",        "THA", { 1, "Singapore" } },
	{"[[Chatchai Budprom]]",	"THA", {1, "Vietnam"} },
	{"[[Wanchai Jarunongkran]]", "THA", {1, "Vietnam"} }
}

return data