-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8 files | isteamugc.html, links.json, sections.html, tabs.html, 2024o…
…ct.html, sales_feature_beta.html, promos.html, trailer.html
- Loading branch information
1 parent
191499e
commit f6ad278
Showing
8 changed files
with
168 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<h1>Sale Page Section: Tabs</h1> | ||
If you have an event with more than 50-100 games, you probably want to split the content up into | ||
different tabs. You can use tabs to organize your page by genre, category, theme, or any other way | ||
that makes sense for the games included in your event.<br /> | ||
<br /> | ||
<img | ||
src="https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/steamworks_docs/english/sectionType_tabs.jpg" | ||
alt="sectionType_tabs.jpg" | ||
title="sectionType_tabs.jpg" | ||
/> | ||
<h2 class="bb_section"><a name="1"></a>Tabs as Filters</h2> | ||
Once tabs are enabled, you can use each tab to filter content by applying a filter setting on the | ||
tab configuration itself.<br /> | ||
You can specify individual tags as filters, or you can use certain features. Here are a few | ||
examples:<br /> | ||
<table> | ||
<tr> | ||
<th>Filter Name</th> | ||
<th>Function</th> | ||
</tr> | ||
<tr> | ||
<td>[Feature] HasDemo</td> | ||
<td>Will filter down to only show base games that have a valid, visible demo available</td> | ||
</tr> | ||
<tr> | ||
<td>[Feature] Discounted</td> | ||
<td>Will filter down to only show games that have an active discount running</td> | ||
</tr> | ||
<tr> | ||
<td>[Feature] VR</td> | ||
<td>Will filter down to only show games that support VR</td> | ||
</tr> | ||
<tr> | ||
<td>[Feature] Free</td> | ||
<td>Will filter down to only show free and free to play games</td> | ||
</tr> | ||
<tr> | ||
<td>[Feature] Coming Soon</td> | ||
<td>Will filter down to only show unreleased games</td> | ||
</tr> | ||
</table> | ||
<br /> | ||
<br /> | ||
<img | ||
src="https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/steamworks_docs/english/TabFilters.png" | ||
alt="TabFilters.png" | ||
title="TabFilters.png" | ||
/> | ||
<h2 class="bb_section"><a name="2"></a>Using tabs to hide/show sections</h2> | ||
Or you can define sections listed below the tabs to display only when chosen tab(s) are active.<br /> | ||
<br /> | ||
<img | ||
src="https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/steamworks_docs/english/TabDisplaySection.png" | ||
alt="TabDisplaySection.png" | ||
title="TabDisplaySection.png" | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters