From 0f6823a34592ff127ae6a7c55439b8c312dc4de7 Mon Sep 17 00:00:00 2001 From: Rikard Blixt Date: Wed, 4 Dec 2024 17:26:57 +0100 Subject: [PATCH] feat(match2): add SAP logo to LoL's match pages (#5165) --- components/match2/wikis/dota2/match_page_template.lua | 3 --- .../match2/wikis/leagueoflegends/match_page_template.lua | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/components/match2/wikis/dota2/match_page_template.lua b/components/match2/wikis/dota2/match_page_template.lua index 707aa2a55ba..dfe1b416dc5 100644 --- a/components/match2/wikis/dota2/match_page_template.lua +++ b/components/match2/wikis/dota2/match_page_template.lua @@ -6,9 +6,6 @@ -- Please see https://github.com/Liquipedia/Lua-Modules to contribute -- --- todo's: --- Team logo's are currently 50x50 => need to be 80x80. Already made preparations for this in the css. - -- luacheck: ignore return { header = diff --git a/components/match2/wikis/leagueoflegends/match_page_template.lua b/components/match2/wikis/leagueoflegends/match_page_template.lua index b7dfb3d7a23..6ce3fc60a1a 100644 --- a/components/match2/wikis/leagueoflegends/match_page_template.lua +++ b/components/match2/wikis/leagueoflegends/match_page_template.lua @@ -11,6 +11,7 @@ return { header = [=[
+
[[File:DataProvidedSAP.svg|link=]]
{{#opponents.1}}{{&iconDisplay}}
{{#page}}[[{{page}}|{{name}}]]{{/page}}
[[{{page}}|{{shortname}}]]
{{#seriesDots}} {{.}}{{/seriesDots}}
{{/opponents.1}}
{{#isBestOfOne}}{{#games.1.apiInfo}}{{team1.scoreDisplay}}–{{team2.scoreDisplay}}{{/games.1.apiInfo}}{{/isBestOfOne}}{{^isBestOfOne}}{{opponents.1.score}}–{{opponents.2.score}}{{/isBestOfOne}}