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: Reverted
No edit summary
Tag: Reverted
Line 11: Line 11:
    
    
   <div style="display: flex; gap: 20px; margin-bottom: 15px;">
   <div style="display: flex; gap: 20px; margin-bottom: 15px;">
     <div style="flex: 2;">
     <div style="flex: 3;">
       '''Game Name:'''<br>
       <strong>Game Name:</strong><br>
       {{{field|Name|input type=text|placeholder=Official Title}}}
       {{{field|Name|input type=text|placeholder=Official Title|style=width:100%}}}
     </div>
     </div>
     <div style="flex: 1;">
     <div style="flex: 1;">
       '''Release Date:'''<br>
       <strong>Release Date:</strong><br>
       {{{field|Release date|input type=datepicker|date format=dd.mm.yy}}}
       {{{field|Release date|input type=datepicker|date format=dd.mm.yy}}}
     </div>
     </div>
Line 23: Line 23:
   <div style="display: flex; gap: 20px; margin-bottom: 15px;">
   <div style="display: flex; gap: 20px; margin-bottom: 15px;">
     <div style="flex: 1;">
     <div style="flex: 1;">
       '''Developer:'''<br>{{{field|Developer|input type=text|autocomplete}}}
       <strong>Developer:</strong><br>{{{field|Developer|input type=text|autocomplete|style=width:100%}}}
     </div>
     </div>
     <div style="flex: 1;">
     <div style="flex: 1;">
       '''Publisher:'''<br>{{{field|Publisher|input type=text|autocomplete}}}
       <strong>Publisher:</strong><br>{{{field|Publisher|input type=text|autocomplete|style=width:100%}}}
     </div>
     </div>
   </div>
   </div>


   <div style="margin-bottom: 15px;">
   <div style="margin-bottom: 15px;">
      '''Series:'''<br>
    <strong>Series:</strong><br>
      {{{field|Series|input type=tokens|values from category=Series|placeholder=e.g. Half-Life}}}
    {{{field|Series|input type=tokens|values from category=Series|placeholder=Start typing series name...}}}
   </div>
   </div>


   <div style="display: flex; gap: 20px; align-items: flex-end;">
   <div style="display: flex; gap: 20px; align-items: flex-start;">
     <div style="flex: 1;">
     <div style="flex: 2;">
       '''Cover Image:'''<br>{{{field|Image|uploadable}}}
       <strong>Cover Image:</strong><br>{{{field|Image|uploadable}}}
     </div>
     </div>
     <div style="flex: 1;">
     <div style="flex: 1;">
       '''Version:'''<br>{{{field|Current version|input type=text}}}
       <strong>Current Version:</strong><br>{{{field|Current version|input type=text|style=width:100%}}}
     </div>
     </div>
   </div>
   </div>
Line 46: Line 46:


<div style="padding: 20px; background: #ffffff; border-bottom: 1px solid #ddd;">
<div style="padding: 20px; background: #ffffff; border-bottom: 1px solid #ddd;">
   <div style="font-weight: bold; color: #2a4b8d; border-bottom: 1px solid #eee; padding-bottom: 2px; margin-bottom: 10px;">Gameplay & Genre</div>
   <div style="font-weight: bold; color: #2a4b8d; border-bottom: 2px solid #eee; padding-bottom: 5px; margin-bottom: 15px;">Gameplay & Genre</div>


   <div style="margin-bottom: 15px;">
   <div style="margin-bottom: 15px;">
Line 71: Line 71:


<div style="padding: 20px; background: #f9f9f9; border-bottom: 1px solid #ddd;">
<div style="padding: 20px; background: #f9f9f9; border-bottom: 1px solid #ddd;">
   <div style="font-weight: bold; color: #2a4b8d; border-bottom: 1px solid #eee; padding-bottom: 2px; margin-bottom: 10px;">Technical Specs</div>
   <div style="font-weight: bold; color: #2a4b8d; border-bottom: 2px solid #eee; padding-bottom: 5px; margin-bottom: 15px;">Technical Specs</div>


   <div style="margin-bottom: 15px;">
   <div style="margin-bottom: 15px;">
     <strong>Original Platforms:</strong>
     <strong>Original Platforms:</strong>
     <div class="checkbox-grid" style="background: #fff; border: 1px solid #ddd; padding: 10px;">
     <div class="checkbox-grid" style="background: #fff; border: 1px solid #ddd;">
       {{{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>
Line 81: Line 81:


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


   <div>
   <div>
     '''Multiplayer Tools:'''<br>
     <strong>Multiplayer Tools:</strong><br>
     {{{field|Multiplayer tools|input type=tokens|delimiter=;|size=50}}}
     {{{field|Multiplayer tools|input type=tokens|delimiter=;}}}
   </div>
   </div>
</div>
</div>
Line 94: Line 94:
   <div style="display: flex; gap: 20px;">
   <div style="display: flex; gap: 20px;">
     <div style="flex: 1;">
     <div style="flex: 1;">
       '''Store Links:'''<br>{{{field|Store links|input type=text}}}
       <strong>Store Links:</strong><br>{{{field|Store links|input type=text|style=width:100%}}}
     </div>
     </div>
     <div style="flex: 1;">
     <div style="flex: 1;">
       '''Community Links:'''<br>{{{field|Community|input type=text}}}
       <strong>Community Links:</strong><br>{{{field|Community|input type=text|style=width:100%}}}
     </div>
     </div>
   </div>
   </div>

Revision as of 12:42, 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
      Current 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}}}