From b5fe6c1c446c647c3b3c12a4fa73440d5e4f82d3 Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Mon, 30 Dec 2024 14:52:36 -0800 Subject: [PATCH] wiki.txt.j2: Link to add-on page (which then links to source) --- templates/summary/wiki.txt.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/summary/wiki.txt.j2 b/templates/summary/wiki.txt.j2 index c59885cf..8bf6d7c5 100644 --- a/templates/summary/wiki.txt.j2 +++ b/templates/summary/wiki.txt.j2 @@ -1,11 +1,11 @@ {| class="prettytable sortable plainlinks" -! Libretro core !! Platform emulated !! Version !! License * !! Supports VFS !! Supports Rewind !! Requires GL !! Status +! Libretro core !! Platform emulated !! Version !! License * !! Supports VFS !! Supports Rewind !! Requires GL !! Status |- {% for addon in addons %} {{ '{{' }}game add-on -| Name= [https://github.com/kodi-game/{{ addon.game.addon }}/blob/master/{{ addon.game.addon }}/addon.xml.in {{ addon.libretro_info.display_name | default(addon.game.name) | e }}] +| Name= [[Add-on:{{ addon.libretro_info.display_name | default(addon.game.name) | default(addon.system_info.name) | default(addon.game.name) }}]] | Platform= {{ addon.libretro_info.systemname | default('') }} | Version= {{ addon.game.version | default('0.0.0') }} {% if addon.libretro_info.license in ['Non-commercial'] %}