Template:Software page: Difference between revisions
Jump to navigation
Jump to search
Idea:This template should standardize software pages (mostly game and mod pages). Also, it should make it easier for developers to find documentation.
Idea:It should become like pages from Steam, ModDB or who knows what else.
Idea:The Docs subpage (FOR DEVELOPERS) should contain a table similar to the table from Half-Life: Alyx Workshop Tools page.
mNo edit summary |
mNo edit summary |
||
Line 47: | Line 47: | ||
</div> | </div> | ||
<div style="display:flex; flex-direction:column; gap:10px; width:324px; background:rgba(0,0,0,.1); border-radius:6px"> | <div style="display:flex; flex-direction:column; gap:10px; width:324px; background:rgba(0,0,0,.1); border-radius:6px"> | ||
<div style="width:100%; height:151px; background:#202020; border-radius:6px; overflow:hidden; user-select:none">[[File:GameCover- | <div style="width:100%; height:151px; background:#202020; border-radius:6px; overflow:hidden; user-select:none">{{#if:{{{name|}}}|[[File:GameCover-{{{name|}}}.jpg|324px|link=]]|}}</div> | ||
<div style="padding:0 10px"> | <div style="padding:0 10px">{{{description-short|}}}</div> | ||
<div style="padding:0 10px"><span style="opacity:0.6">All reviews:</span> No reviews</div> | <div style="padding:0 10px"><span style="opacity:0.6">All reviews:</span> No reviews</div> | ||
<div style="padding:0 10px"><span style="opacity:0.6">Release Date:</span> {{{released|}}}</div> | <div style="padding:0 10px"><span style="opacity:0.6">Release Date:</span> {{{released|}}}</div> |
Revision as of 13:06, 23 February 2023



Example of the layout of developer pages:
- Team Fortress 2/Docs
- Team Fortress 2/Level Design
- Team Fortress 2/Creating items
- Team Fortress 2/...