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
No edit summary
Line 2: Line 2:


{{{for template|Game}}}
{{{for template|Game}}}
<div style="max-width: 950px; margin: 0 auto; background: #fff; border: 1px solid #ccc; font-family: sans-serif; color: #333;">
<div style="max-width: 900px; margin: 0 auto; background: #fff; border: 1px solid #ccc; font-family: sans-serif; color: #333; font-size: 13px;">


<div style="background: #3366cc; color: white; padding: 15px 20px;">
<div style="background: #2a4b8d; color: white; padding: 10px 15px;">
   <span style="font-size: 1.4em; font-weight: bold;">Game Database Entry</span>
   <span style="font-size: 1.2em; font-weight: bold;">Game Database Entry</span>
</div>
</div>


<div style="padding: 20px 30px; background: #f9f9f9; border-bottom: 1px solid #e0e0e0;">
<div style="padding: 15px; background: #f9f9f9; border-bottom: 1px solid #ddd;">
  <div style="font-weight: bold; color: #555; text-transform: uppercase; margin-bottom: 15px; font-size: 0.9em; letter-spacing: 0.5px;">Essential Information</div>
   <div style="display: flex; gap: 15px; margin-bottom: 10px;">
 
     <div style="flex: 2;">
   <div style="display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 15px;">
     <div style="flex: 2; min-width: 300px;">
       '''Game Name:'''<br>
       '''Game Name:'''<br>
       {{{field|Name|input type=text|placeholder=Enter full official title|class=form-control|style=width:100%}}}
       {{{field|Name|input type=text|placeholder=Official Title|class=form-control|style=width:100%}}}
     </div>
     </div>
     <div style="flex: 1; min-width: 150px;">
     <div style="flex: 1;">
       '''Release Date:'''<br>
       '''Release Date:'''<br>
       {{{field|Release date|input type=datepicker|date format=dd.mm.yy}}}
       {{{field|Release date|input type=datepicker|date format=dd.mm.yy}}}
Line 22: Line 20:
   </div>
   </div>


   <div style="display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 15px;">
   <div style="display: flex; gap: 15px; margin-bottom: 10px;">
     <div style="flex: 1;">
     <div style="flex: 1;">
       '''Developer:'''<br>{{{field|Developer|input type=text|autocomplete|size=25}}}
       '''Developer:'''<br>{{{field|Developer|input type=text|autocomplete|size=20}}}
     </div>
     </div>
     <div style="flex: 1;">
     <div style="flex: 1;">
       '''Publisher:'''<br>{{{field|Publisher|input type=text|autocomplete|size=25}}}
       '''Publisher:'''<br>{{{field|Publisher|input type=text|autocomplete|size=20}}}
     </div>
     </div>
     <div style="flex: 1;">
     <div style="flex: 1;">
       '''Series:'''<br>{{{field|Series|input type=tokens|values from category=Series|placeholder=Series Name|size=25}}}
       '''Series:'''<br>{{{field|Series|input type=tokens|values from category=Series|placeholder=e.g. Half-Life|size=20}}}
     </div>
     </div>
   </div>
   </div>


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


<div style="padding: 20px 30px; background: #ffffff; border-bottom: 1px solid #e0e0e0;">
<div style="padding: 15px; background: #ffffff; border-bottom: 1px solid #ddd;">
   <div style="font-weight: bold; color: #3366cc; text-transform: uppercase; margin-bottom: 15px; font-size: 0.9em; border-bottom: 2px solid #3366cc; display: inline-block; padding-bottom: 3px;">Gameplay & Genre</div>
   <div style="font-weight: bold; color: #2a4b8d; border-bottom: 1px solid #eee; padding-bottom: 2px; margin-bottom: 8px;">Gameplay & Genre</div>


   <div style="margin-bottom: 20px;">
   <div style="margin-bottom: 12px;">
     <div style="margin-bottom: 8px; font-weight: bold;">Genre:</div>
     <strong>Genre:</strong>
     <div class="checkbox-grid">
     <div class="checkbox-grid">
     {{{field|Genre|input type=checkboxes|values=Action, Adventure, MMO, Racing, RPG, Shooter, Simulation, Sports, Strategy|delimiter=,}}}
     {{{field|Genre|input type=checkboxes|values=Action, Adventure, MMO, Racing, RPG, Shooter, Simulation, Sports, Strategy|delimiter=,}}}
Line 54: Line 52:
   </div>
   </div>


   <div style="margin-bottom: 20px;">
   <div style="margin-bottom: 12px;">
     <div style="margin-bottom: 8px; font-weight: bold;">Setting:</div>
     <strong>Setting:</strong>
     <div class="checkbox-grid">
     <div class="checkbox-grid">
     {{{field|Setting|input type=checkboxes|values=Modern Era, Fantasy, Sci-Fi, Historical, Post-Apocalyptic|delimiter=,}}}
     {{{field|Setting|input type=checkboxes|values=Modern Era, Fantasy, Sci-Fi, Historical, Post-Apocalyptic|delimiter=,}}}
Line 61: Line 59:
   </div>
   </div>


   <div style="margin-bottom: 5px;">
   <div>
     <div style="margin-bottom: 8px; font-weight: bold;">Game Modes:</div>
     <strong>Modes:</strong>
     <div class="checkbox-grid">
     <div class="checkbox-grid">
     {{{field|Has game mode|input type=checkboxes|values=Singleplayer, Multiplayer, Co-op|delimiter=,}}}
     {{{field|Has game mode|input type=checkboxes|values=Singleplayer, Multiplayer, Co-op|delimiter=,}}}
Line 69: Line 67:
</div>
</div>


<div style="padding: 20px 30px; background: #f9f9f9; border-bottom: 1px solid #e0e0e0;">
<div style="padding: 15px; background: #f9f9f9; border-bottom: 1px solid #ddd;">
   <div style="font-weight: bold; color: #555; text-transform: uppercase; margin-bottom: 15px; font-size: 0.9em; letter-spacing: 0.5px;">Technical Specifications</div>
   <div style="font-weight: bold; color: #2a4b8d; border-bottom: 1px solid #eee; padding-bottom: 2px; margin-bottom: 8px;">Technical Specs</div>


   <div style="margin-bottom: 20px;">
   <div style="margin-bottom: 12px;">
     <div style="margin-bottom: 8px; font-weight: bold;">Original Release Platforms:</div>
     <strong>Original Platforms:</strong>
     <div class="checkbox-grid" style="background: #fff; padding: 10px; border: 1px solid #ddd; border-radius: 4px;">
     <div class="checkbox-grid" style="background: #fff; border: 1px solid #ddd; padding: 5px;">
       {{{field|Platform|input type=checkboxes|values=MS-DOS, Windows 95, Windows 98, Windows XP, Windows 7, Windows 10, Windows 11, Linux, Mac OS|delimiter=,}}}
       {{{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>
   </div>


   <div style="margin-bottom: 15px;">
   <div style="margin-bottom: 10px;">
     '''System Requirements:'''<br>
     '''System Requirements:'''<br>
     {{{field|System requirements|input type=textarea|rows=3|style=width: 100%; box-sizing: border-box; font-family: monospace;}}}
     {{{field|System requirements|input type=textarea|rows=2|style=width: 100%; box-sizing: border-box; font-family: monospace;}}}
   </div>
   </div>


   <div>
   <div>
     '''Multiplayer Tools:'''<br>
     '''Multiplayer Tools:'''<br>
     {{{field|Multiplayer tools|input type=tokens|delimiter=;|size=60}}}
     {{{field|Multiplayer tools|input type=tokens|delimiter=;|size=50}}}
   </div>
   </div>
</div>
</div>


<div style="padding: 20px 30px; background: #ffffff;">
<div style="padding: 15px; background: #ffffff;">
   <div style="font-weight: bold; color: #555; text-transform: uppercase; margin-bottom: 15px; font-size: 0.9em;">External Links</div>
   <div style="display: flex; gap: 15px;">
 
    <div style="flex: 1;">
  <div style="margin-bottom: 10px;">
      '''Store Links:'''<br>{{{field|Store links|input type=text|size=50}}}
    '''Store Links:'''<br>{{{field|Store links|input type=text|size=70}}}
    </div>
  </div>
    <div style="flex: 1;">
  <div>
      '''Community Links:'''<br>{{{field|Community|input type=text|size=50}}}
    '''Community Links:'''<br>{{{field|Community|input type=text|size=70}}}
    </div>
   </div>
   </div>
</div>
</div>


<div style="padding: 15px 30px; background: #f0f0f0; border-top: 1px solid #ccc; text-align: right;">
<div style="padding: 10px 15px; background: #eee; border-top: 1px solid #ccc; text-align: right;">
   {{{standard input|save}}}  
   {{{standard input|save}}}  
   <span style="margin-left: 10px;">{{{standard input|preview}}}</span>  
   <span style="margin-left: 10px;">{{{standard input|preview}}}</span>  

Revision as of 12:12, 10 February 2026

add title=Add a new Game

Game

 Game Database Entry
     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
 save 
 preview 
 cancel

{{{end template}}}