You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a configurable SpiffyTitles template for parsing game titles from Steam links
Links
Game links from Steam are follow this format afaik: https://store.steampowered.com/app/n/game-title, where n seems to be the numeric product id, and game-title seems to be purely cosmetic or for seo
Variables
I think the basic variables for the template can be:
Variables
Description
title
Product title
genre
Product genre found within <div class="popup_menu_subheader">
all_reviews
Product review summary of all reviews and total count eg. "Mostly positive (45,654)"
recent_reviews
Product review summary of recent reviews and count, eg. "Mixed (4,324)"
description
Description of product @ <meta property="og:description" content="...>
Some games are on sale and have a discounted price. It would be cool to show that price with the discount <div class=\"discount_pct\">. Discounted games can be found here for testing purposes: https://store.steampowered.com/specials#tab=TopSellers
The default template could probably be {{title}} {{date}} :: {{developer}} :: {{genre}} :: {{description}}
The text was updated successfully, but these errors were encountered:
Add a configurable SpiffyTitles template for parsing game titles from Steam links
Links
Game links from Steam are follow this format afaik: https://store.steampowered.com/app/n/game-title, where n seems to be the numeric product id, and game-title seems to be purely cosmetic or for seo
Variables
I think the basic variables for the template can be:
<div class="popup_menu_subheader">
<meta property="og:description" content="...>
Notes
<div class=\"discount_pct\">
. Discounted games can be found here for testing purposes: https://store.steampowered.com/specials#tab=TopSellers{{title}} {{date}} :: {{developer}} :: {{genre}} :: {{description}}
The text was updated successfully, but these errors were encountered: