In a table, is there a way to automatically create an external link from a cell value?

What I’m trying to do

I have a table with a list of things and some properties. In a column in the table, I want to include an external link to the Wikipedia page about the thing. Is there a way to automatically create this link based on the contents of one of the cells?

Example:

| Subject | Description | Wikipedia link (auto created based on Subject column) |
|-|-|-|
| Obsidian | bla bla bla | https://en.wikipedia.org/wiki/Obsidian
| Markdown | bla bla bla | https://en.wikipedia.org/wiki/Markdown

Things I have tried

I’ve looked at the Advanced Tables and Simple Maths Tables plugins, but they are applying formulae to columns to sum them etc.

I really didn’t want to install Dataview again, because I’ve been able to move away from it completely and rely on Bases.
So I turned the table into a Base, with each row as a note, and the columns as properties. This actually fits better with the data I’m managing anyway.
Now I can add a column with a formula that creates the external link I need.