Form:Game: Difference between revisions
From PC Gaming Shelter
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{{{for template|Game}}} | {{{for template|Game}}} | ||
<div style="max-width: | <div style="max-width: 1000px; background: #fcfcfc; border: 1px solid #ccc; padding: 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); font-family: sans-serif;"> | ||
<div style=" | <div style="display: flex; gap: 30px; flex-wrap: wrap;"> | ||
<div style="margin-bottom: 15px;"> | <div style="flex: 1; min-width: 300px;"> | ||
<div style="margin-bottom: 20px; background: #fff; border: 1px solid #e0e0e0; padding: 15px; border-radius: 4px;"> | |||
</div> | <div style="border-bottom: 2px solid #3366cc; color: #333; margin-bottom: 10px; padding-bottom: 5px; font-weight: bold;"> | ||
Basic Information | |||
</div> | |||
<div style=" | <div style="margin-bottom: 10px;"> | ||
'''Game Name:'''<br> | |||
{{{field|Name|input type=text|size=45|placeholder=Full Title}}} | |||
</div> | |||
</div> | |||
<div style="margin-bottom: | <div style="display: flex; gap: 10px; margin-bottom: 10px;"> | ||
''' | <div style="flex: 1;">'''Developer:'''<br>{{{field|Developer|input type=text|autocomplete|size=20}}}</div> | ||
{{{field| | <div style="flex: 1;">'''Publisher:'''<br>{{{field|Publisher|input type=text|autocomplete|size=20}}}</div> | ||
</div> | </div> | ||
<div style=" | <div style="margin-bottom: 10px;"> | ||
'''Series:'''<br> | |||
{{{field|Series|input type=tokens|values from category=Series|size=45|placeholder=e.g. Half-Life (Series)}}} | |||
</div> | |||
</div> | |||
<div style=" | <div style="display: flex; gap: 10px; margin-bottom: 10px;"> | ||
< | <div style="flex: 1;">'''Release Date:'''<br>{{{field|Release date|input type=datepicker|date format=dd.mm.yy}}}</div> | ||
</div> | <div style="flex: 1;">'''Cover Image:'''<br>{{{field|Image|uploadable}}}</div> | ||
</div> | |||
</div> | |||
<div style=" | <div style="margin-bottom: 20px; background: #fff; border: 1px solid #e0e0e0; padding: 15px; border-radius: 4px;"> | ||
<div style="border-bottom: 2px solid #3366cc; color: #333; margin-bottom: 10px; padding-bottom: 5px; font-weight: bold;"> | |||
Links & Version | |||
</div> | |||
<div style="margin-bottom: 10px;"> | |||
'''Current Version:'''<br>{{{field|Current version|input type=text|size=20}}} | |||
</div> | |||
<div style="margin-bottom: 10px;"> | |||
'''Community Links:'''<br>{{{field|Community|input type=text|size=45}}} | |||
</div> | |||
<div style="margin-bottom: 10px;"> | |||
'''Store Links:'''<br>{{{field|Store links|input type=text|size=45}}} | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
<div style="flex: 1; min-width: 300px;"> | |||
<div style=" | |||
<div style=" | <div style="margin-bottom: 20px; background: #fff; border: 1px solid #e0e0e0; padding: 15px; border-radius: 4px;"> | ||
<div style="border-bottom: 2px solid #3366cc; color: #333; margin-bottom: 10px; padding-bottom: 5px; font-weight: bold;"> | |||
Classification | |||
</div> | |||
</div> | |||
<div style="margin-bottom: | '''Genre:''' | ||
''' | <div style="margin-bottom: 8px; font-size: 90%;"> | ||
{{{field| | {{{field|Genre|input type=checkboxes|values=Action, Adventure, MMO, Racing, RPG, Shooter, Simulation, Sports, Strategy|delimiter=,|columns=3}}} | ||
</div> | </div> | ||
<hr style="border: 0; border-top: 1px dashed #eee; margin: 8px 0;"> | |||
'''Setting:''' | |||
<div style="margin-bottom: 8px; font-size: 90%;"> | |||
{{{field|Setting|input type=checkboxes|values=Modern Era, Fantasy, Sci-Fi, Historical, Post-Apocalyptic|delimiter=,|columns=3}}} | |||
</div> | |||
<hr style="border: 0; border-top: 1px dashed #eee; margin: 8px 0;"> | |||
'''Modes:''' | |||
<div style="font-size: 90%;"> | |||
{{{field|Has game mode|input type=checkboxes|values=Singleplayer, Multiplayer, Co-op|delimiter=,|columns=3}}} | |||
</div> | |||
</div> | |||
<div style="margin-bottom: 15px;"> | <div style="margin-bottom: 20px; background: #fff; border: 1px solid #e0e0e0; padding: 15px; border-radius: 4px;"> | ||
<div style="border-bottom: 2px solid #3366cc; color: #333; margin-bottom: 10px; padding-bottom: 5px; font-weight: bold;"> | |||
Technical Specs | |||
</div> | </div> | ||
<div style="margin-bottom: | '''Original Release Platform:''' | ||
<div style="margin-bottom: 10px; font-size: 90%;"> | |||
{{{field| | {{{field|Platform|input type=checkboxes|values=MS-DOS, Windows 95, Windows 98, Windows XP, Windows 7, Windows 10, Windows 11, Linux, Mac OS|delimiter=,|columns=3}}} | ||
</div> | </div> | ||
<div style=" | <div style="margin-bottom: 10px;"> | ||
< | '''System Requirements:'''<br> | ||
</div> | {{{field|System requirements|input type=textarea|rows=4|style=width: 100%; box-sizing: border-box;}}} | ||
</div> | |||
<div> | |||
'''Multiplayer Tools:'''<br> | |||
{{{field|Multiplayer tools|input type=tokens|delimiter=;|size=40}}} | |||
</div> | |||
</div> | |||
<div style="margin- | </div> | ||
</div> | |||
{{{ | <div style="margin-top: 20px; padding-top: 15px; border-top: 1px solid #ddd; text-align: right;"> | ||
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|cancel}}} | |||
</div> | </div> | ||
</div> | </div> | ||
{{{end template}}} | |||
Revision as of 11:52, 10 February 2026
add title=Add a new Game
Game
Basic Information
Game Name:
Name
Developer:
Developer
Developer
Publisher:
Publisher
Publisher
Series:
Series
Release Date:
Release date
Release date
Cover Image:
Image
Image
Links & Version
Current Version:
Current version
Community Links:
Community
Store Links:
Store links
Classification
Genre:
Genre
Setting:
Setting
Modes:
Has game mode
Technical Specs
Original Release Platform:
Platform
System Requirements:
System requirements
Multiplayer Tools:
Multiplayer tools
save preview cancel
{{{end template}}}
