Template:Software page: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 73: Line 73:
-->{{#if:{{{mode|}}}|<div style="padding:0 10px"><span style="opacity:0.6">{{Software page/strings|Mode}}:</span> {{{mode|}}}</div>|}}<!--
-->{{#if:{{{mode|}}}|<div style="padding:0 10px"><span style="opacity:0.6">{{Software page/strings|Mode}}:</span> {{{mode|}}}</div>|}}<!--


-->{{#if:{{{genre|}}}|<div style="padding:0 10px"><span style="opacity:0.6">{{Software page/strings|Genre}}:</span> {{Software page/strings|Genre|{{{genre|}}}}}</div>|}}<!--
-->{{#if:{{{genre|}}}|<div style="padding:0 10px"><span style="opacity:0.6">{{Software page/strings|Genre}}:</span> {{Software page/strings|Genres|{{{genre|}}}}}</div>|}}<!--


--><div style="padding:0 10px"><span style="opacity:0.6">{{Software page/strings|Engine}}:</span> {{{{#switch:{{{engine|}}}|1=source|2=source2|gldsrc}}|4}}</div><!--
--><div style="padding:0 10px"><span style="opacity:0.6">{{Software page/strings|Engine}}:</span> {{{{#switch:{{{engine|}}}|1=source|2=source2|gldsrc}}|4}}</div><!--

Revision as of 06:26, 24 February 2023

Template:ModernNote

Tip.pngIdea:This template should standardize software pages (mostly game and mod pages). Also, it should make it easier for developers to find documentation.
Tip.pngIdea:It should become like pages from Steam, ModDB or who knows what else.
Tip.pngIdea:The Docs subpage (FOR DEVELOPERS) should contain a table similar to the table from Half-Life: Alyx Workshop Tools page.

Example of the layout of developer pages:

  • Team Fortress 2/Docs
    • Team Fortress 2/Level Design
    • Team Fortress 2/Creating items
    • Team Fortress 2/...