TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
62 stars 29 forks source link

Add title to movie links in wiki #1750

Closed nattthebear closed 6 months ago

nattthebear commented 6 months ago

This matches behavior in the old site, where a ##M / ##S / ##G link with link text provided would still get the standard text as a title.

[1M]             ->       <a href=/1M>[1] Some Really Awesome Movie</a>
[1M|foo]         ->       <a href=/1M title="[1] Some Really Awesome Movie">foo</a>

The implementation logic be reasonably straightforward; it just has to process substitutions and replacements in a specific order to get the fallback behavior we need.

fixes #1349

vadosnaprimer commented 6 months ago

I checked and it's ready now.