PC Gaming Shelter
An archive dedicated to preserving PC Gaming history and more

Form:Game: Difference between revisions

From PC Gaming Shelter
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
{{{info|add title=Add a new Game|edit title=Edit Game}}}
{{{info|add title=Add a new Game Database Entry|edit title=Edit Game Database Entry}}}


{{{for template|Game}}}
{{{for template|Game}}}
<div class="game-form" style="max-width: 900px; margin: 0 auto; background: #fff; border: 1px solid #ccc; font-family: sans-serif; color: #333; font-size: 13px;">
 
<p>'''Game Name:'''</p>
{{{field|Name|input type=text|placeholder=Official Title|class=form-control}}}


<div style="background: #2a4b8d; color: white; padding: 12px 20px;">
<p>'''Release Date:'''</p>
  <span style="font-size: 1.3em; font-weight: bold;">Game Database Entry</span>
{{{field|Release date|input type=datepicker|date format=DD.MM.YYYY}}}
</div>


<div style="padding: 20px; background: #f9f9f9; border-bottom: 1px solid #ddd;">
<p>'''Developer:'''</p>
 
{{{field|Developer|input type=text|autocomplete|class=form-control}}}
  <div style="display: flex; gap: 20px; margin-bottom: 15px;">
    <div style="flex: 2;">
      '''Game Name:'''<br>
      {{{field|Name|input type=text|placeholder=Official Title}}}
    </div>
    <div style="flex: 1;">
      '''Release Date:'''<br>
      {{{field|Release date|input type=datepicker|date format=dd.mm.yy}}}
    </div>
  </div>


  <div style="display: flex; gap: 20px; margin-bottom: 15px;">
<p>'''Publisher:'''</p>
    <div style="flex: 1;">
{{{field|Publisher|input type=text|autocomplete|class=form-control}}}
      '''Developer:'''<br>{{{field|Developer|input type=text|autocomplete}}}
    </div>
    <div style="flex: 1;">
      '''Publisher:'''<br>{{{field|Publisher|input type=text|autocomplete}}}
    </div>
  </div>


  <div style="margin-bottom: 15px;">
<p>'''Series:'''</p>
      '''Series:'''<br>
{{{field|Series|input type=tokens|values from category=Series|placeholder=e.g. Half-Life|class=form-control}}}
      {{{field|Series|input type=tokens|values from category=Series|placeholder=e.g. Half-Life}}}
  </div>


  <div style="display: flex; gap: 20px; align-items: flex-end;">
<p>'''Cover Image:'''</p>
    <div style="flex: 1;">
{{{field|Image|uploadable|class=form-control}}}
      '''Cover Image:'''<br>{{{field|Image|uploadable}}}
    </div>
    <div style="flex: 1;">
      '''Version:'''<br>{{{field|Current version|input type=text}}}
    </div>
  </div>
</div>


<div style="padding: 20px; background: #ffffff; border-bottom: 1px solid #ddd;">
<p>'''Version:'''</p>
  <div style="font-weight: bold; color: #2a4b8d; border-bottom: 1px solid #eee; padding-bottom: 2px; margin-bottom: 10px;">Gameplay & Genre</div>
{{{field|Current version|input type=text|class=form-control}}}


  <div style="margin-bottom: 15px;">
== Gameplay & Genre ==
    <strong>Genre:</strong>
    <div class="checkbox-grid">
    {{{field|Genre|input type=checkboxes|values=Action, Adventure, MMO, Racing, RPG, Shooter, Simulation, Sports, Strategy|delimiter=,}}}
    </div>
  </div>


  <div style="margin-bottom: 15px;">
<p>'''Genre:'''</p>
    <strong>Setting:</strong>
{{{field|Genre|input type=checkboxes|values=Action, Adventure, MMO, Racing, RPG, Shooter, Simulation, Sports, Strategy|list|delimiter=,}}}
    <div class="checkbox-grid">
    {{{field|Setting|input type=checkboxes|values=Modern Era, Fantasy, Sci-Fi, Historical, Post-Apocalyptic|delimiter=,}}}
    </div>
  </div>


  <div>
<p>'''Setting:'''</p>
    <strong>Modes:</strong>
{{{field|Setting|input type=checkboxes|values=Modern Era, Fantasy, Sci-Fi, Historical, Post-Apocalyptic|list|delimiter=,}}}
    <div class="checkbox-grid">
    {{{field|Has game mode|input type=checkboxes|values=Singleplayer, Multiplayer, Co-op|delimiter=,}}}
    </div>
  </div>
</div>


<div style="padding: 20px; background: #f9f9f9; border-bottom: 1px solid #ddd;">
<p>'''Modes:'''</p>
  <div style="font-weight: bold; color: #2a4b8d; border-bottom: 1px solid #eee; padding-bottom: 2px; margin-bottom: 10px;">Technical Specs</div>
{{{field|Has game mode|input type=checkboxes|values=Singleplayer, Multiplayer, Co-op|list|delimiter=,}}}


  <div style="margin-bottom: 15px;">
== Technical Specs ==
    <strong>Original Platforms:</strong>
    <div class="checkbox-grid" style="background: #fff; border: 1px solid #ddd; padding: 10px;">
      {{{field|Platform|input type=checkboxes|values=MS-DOS, Windows 95, Windows 98, Windows XP, Windows 7, Windows 10, Windows 11, Linux, Mac OS|delimiter=,}}}
    </div>
  </div>


  <div style="margin-bottom: 15px;">
<p>'''Original Platforms:'''</p>
    '''System Requirements:'''<br>
{{{field|Platform|input type=checkboxes|values=MS-DOS, Windows 95, Windows 98, Windows XP, Windows 7, Windows 10, Windows 11, Linux, Mac OS|list|delimiter=,}}}
    {{{field|System requirements|input type=textarea|rows=2|style=width: 100%; box-sizing: border-box; font-family: monospace; border: 1px solid #ccc;}}}
  </div>


  <div>
<p>'''System Requirements:'''</p>
    '''Multiplayer Tools:'''<br>
{{{field|System requirements|input type=textarea|rows=2}}}
    {{{field|Multiplayer tools|input type=tokens|delimiter=;|size=50}}}
  </div>
</div>


<div style="padding: 20px; background: #ffffff;">
<p>'''Multiplayer Tools:'''</p>
  <div style="display: flex; gap: 20px;">
{{{field|Multiplayer tools|input type=tokens|list|delimiter=;|size=50}}}
    <div style="flex: 1;">
      '''Store Links:'''<br>{{{field|Store links|input type=text}}}
    </div>
    <div style="flex: 1;">
      '''Community Links:'''<br>{{{field|Community|input type=text}}}
    </div>
  </div>
</div>


<div style="padding: 15px 20px; background: #eee; border-top: 1px solid #ccc; text-align: right;">
<p>'''Store Links:'''</p>
  {{{standard input|save}}}
{{{field|Store links|input type=text}}}
  <span style="margin-left: 10px;">{{{standard input|preview}}}</span>  
  <span style="margin-left: 10px;">{{{standard input|cancel}}}</span>
</div>


</div>
<p>'''Community Links:'''</p>
{{{field|Community|input type=text}}}
{{{end template}}}
{{{end template}}}
{{{standard input|save}}}
{{{standard input|preview}}}
{{{standard input|cancel}}}

Revision as of 23:57, 18 March 2026

add title=Add a new Game Database Entry

Game

Game Name:

Name

Release Date:

Release date

Developer:

Developer

Publisher:

Publisher

Series:

Series

Cover Image:

Image

Version:

Current version

Gameplay & Genre

Genre:

Genre

Setting:

Setting

Modes:

Has game mode

Technical Specs

Original Platforms:

Platform

System Requirements:

System requirements

Multiplayer Tools:

Multiplayer tools

Store Links:

Store links

Community Links:

Community {{{end template}}}

save preview cancel