Form:Game: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{{{for template|Game}}} | {{{for template|Game}}} | ||
<div style="max-width: 800px; background: #fcfcfc; border: 1px solid #ccc; padding: 25px; box-shadow: 0 2px 5px rgba(0,0,0,0.05);"> | |||
<div style="margin-bottom: 10px; border-bottom: 2px solid #3366cc; color: #333;"> | |||
<big>'''Basic Information'''</big> | |||
</div> | |||
<div style="margin-bottom: 15px;"> | |||
'''Game Name:'''<br> | |||
{{{field|Name|input type=text|size=60|placeholder=Enter the full game title}}} | |||
|- | </div> | ||
<div style="display: flex; gap: 20px; margin-bottom: 15px;"> | |||
<div style="flex: 1;"> | |||
'''Developer:'''<br> | |||
{{{field|Developer|input type=text|autocomplete|size=35}}} | |||
</div> | |||
<div style="flex: 1;"> | |||
'''Publisher:'''<br> | |||
{{{field|Publisher|input type=text|autocomplete|size=35}}} | |||
</div> | |||
</div> | |||
<div style="margin-bottom: 15px;"> | |||
'''Series:''' <span style="color: #888; font-size: 0.9em;">(Type name and hit Enter)</span><br> | |||
{{{field|Series|input type=tokens|values from category=Series|size=60|placeholder=e.g. Half-Life (Series)}}} | |||
</div> | |||
<div style="margin-bottom: 15px;"> | |||
'''Release Date:'''<br> | |||
{{{field|Release date|input type=datepicker|date format=dd.mm.yy}}} | |||
</div> | |||
<div style="margin-bottom: 15px;"> | |||
'''Cover Image:'''<br> | |||
{{{field|Image|uploadable}}} | |||
</div> | |||
<div style="margin-top: 30px; margin-bottom: 10px; border-bottom: 2px solid #3366cc; color: #333;"> | |||
<big>'''Classification & Features'''</big> | |||
</div> | |||
<fieldset style="border: 1px solid #e0e0e0; padding: 15px; margin-bottom: 15px; background: #fff;"> | |||
<legend style="font-weight: bold; color: #555;">Genre & Setting</legend> | |||
'''Genre:''' | |||
{{{field|Genre|input type=checkboxes|values=Action, Adventure, MMO, Racing, RPG, Shooter, Simulation, Sports, Strategy|delimiter=,|columns=4}}} | |||
<hr style="border: 0; border-top: 1px dashed #eee; margin: 10px 0;"> | |||
'''Setting:''' | |||
{{{field|Setting|input type=checkboxes|values=Modern Era, Fantasy, Sci-Fi, Historical, Post-Apocalyptic|delimiter=,}}} | |||
</fieldset> | |||
<fieldset style="border: 1px solid #e0e0e0; padding: 15px; margin-bottom: 15px; background: #fff;"> | |||
<legend style="font-weight: bold; color: #555;">Game Modes</legend> | |||
{{{field|Has game mode|input type=checkboxes|values=Singleplayer, Multiplayer, Co-op|delimiter=,|columns=3}}} | |||
</fieldset> | |||
<div style="margin-top: 30px; margin-bottom: 10px; border-bottom: 2px solid #3366cc; color: #333;"> | |||
<big>'''Technical Specs'''</big> | |||
</div> | |||
<fieldset style="border: 1px solid #e0e0e0; padding: 15px; margin-bottom: 15px; background: #fff;"> | |||
<legend style="font-weight: bold; color: #555;">Supported Platforms</legend> | |||
{{{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=4}}} | |||
</fieldset> | |||
<div style="margin-bottom: 15px;"> | |||
'''System Requirements:'''<br> | |||
{{{field|System requirements|input type=textarea|rows=5|cols=80}}} | |||
</div> | |||
<div style="margin-bottom: 15px;"> | |||
'''Multiplayer Tools:'''<br> | |||
{{{field|Multiplayer tools|input type=tokens|delimiter=;|size=60}}} | |||
</div> | |||
<div style="margin-bottom: 15px;"> | |||
'''Current Version:'''<br> | |||
{{{field|Current version|input type=text|size=20}}} | |||
</div> | |||
<div style="margin-top: 30px; margin-bottom: 10px; border-bottom: 2px solid #3366cc; color: #333;"> | |||
<big>'''External Links'''</big> | |||
</div> | |||
<div style="margin-bottom: 15px;"> | |||
'''Community Links:'''<br> | |||
{{{field|Community|input type=text|size=60}}} | |||
</div> | |||
<div style="margin-bottom: 15px;"> | |||
'''Store Links:'''<br> | |||
{{{field|Store links|input type=text|size=60}}} | |||
</div> | |||
<div style="margin-top: 20px; padding-top: 20px; border-top: 1px solid #ddd; text-align: right;"> | |||
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|cancel}}} | |||
</div> | |||
</div> | |||
{{{end template}}} | {{{end template}}} | ||
Revision as of 11:38, 10 February 2026
add title=Add a new Game
Game
Basic Information
Game Name:
Name
Developer:
Developer
Publisher:
Publisher
Series: (Type name and hit Enter)
Series
Release Date:
Release date
Cover Image:
Image
Classification & Features
<fieldset style="border: 1px solid #e0e0e0; padding: 15px; margin-bottom: 15px; background: #fff;"> <legend style="font-weight: bold; color: #555;">Genre & Setting</legend> Genre: Genre
Setting: Setting </fieldset>
<fieldset style="border: 1px solid #e0e0e0; padding: 15px; margin-bottom: 15px; background: #fff;"> <legend style="font-weight: bold; color: #555;">Game Modes</legend> Has game mode </fieldset>
Technical Specs
<fieldset style="border: 1px solid #e0e0e0; padding: 15px; margin-bottom: 15px; background: #fff;"> <legend style="font-weight: bold; color: #555;">Supported Platforms</legend> Platform </fieldset>
System Requirements:
System requirements
Multiplayer Tools:
Multiplayer tools
Current Version:
Current version
External Links
Community Links:
Community
Store Links:
Store links
save preview cancel
{{{end template}}}
