Please describe the desired behavior.
This is a feature idea for convention for powertag pages for Activity:foo to
For instance, view https://publiclab.org/tag/activity:microscope to see that the lead card could have a link back to /microscope, and the lead image be pulled from /microscope.

Additional context (optional)
Thank you for reading!
We currently have this card pull from a page that's redirected to, which is a similar situation. So, we can look at these lines of code:
We can add a condition which detects if it's a key:value powertag, like:
elsif tagname = params[:id].match(':') && node = Node.where(slug: tagname)&.first
@wiki = node # skip powertag prefix to find wiki page
...I think? This might take some reworking, but it's worth a try!
This has been marked as a good candidate for becoming a first-timers-only issue like these, meaning that it's simple, self-contained, and with some extra formatting, could be a great entry point for a new contributor. If you're familiar enough with this code, please consider reformatting or reposting it as a first-timers-only issue, and then ping @publiclab/reviewers to get it labelled. Or, if this is not your first time, try to solve it yourself!
Thanks to anyone who might be able to reformat this as a first-timers-only issue 馃挌
Hi @ebarry @jywarren, I am trying to reformat this to be a fto need some clarity though...The link we are editing is it Add a wiki page button in the screenshot about and from the example should it link to /tag/microscope? Thanks
Hi, I am Jigyasa, and I am an Outreachy 2020 applicant. Is this issue open and can I work on this?
Hello! I would like to work with this one.
Hi @Karska-dev we would love your help. Go ahead
Hi @ebarry @jywarren, I am trying to reformat this to be a fto need some clarity though...The link we are editing is it
Add a wiki pagebutton in the screenshot about and from the example should it link to/tag/microscope? Thanks
So, if I get it right. This card:

should look exactly like this one:

Please, correct me where I am wrong!
HI @Karska-dev ,
Thanks for working on this one!
This situation is where there's a power tag in the form key:value where value already has a dedicated wiki page.
In your example, you are showing the tag page for the powertag activity:translation. There is a page publiclab.org/wiki/translation, so the activity:translation card should:
activity:translation