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

Form:Event: Difference between revisions

From PC Gaming Shelter
Created page with "{{{info|add title=Add a new Event|edit title=Edit Event}}} {{{for template|Event}}} <div style="max-width:800px; background:#fff; border:1px solid #ccc; padding:20px;"> <div style="font-size:1.5em; font-weight:bold; border-bottom:2px solid #2a4b8d; margin-bottom:20px;"> Add Gaming Event </div> <div style="margin-bottom:15px;"> <strong>Event Name:</strong><br> {{{field|Name|input type=text|size=50|placeholder=e.g. QuakeCon 2024}}} </div> <div sty..."
 
No edit summary
Line 2: Line 2:


{{{for template|Event}}}
{{{for template|Event}}}
<div style="max-width:800px; background:#fff; border:1px solid #ccc; padding:20px;">
<div style="max-width:800px; background:#fff; border:1px solid #ccc; padding:20px; font-family:sans-serif;">


   <div style="font-size:1.5em; font-weight:bold; border-bottom:2px solid #2a4b8d; margin-bottom:20px;">
   <div style="font-size:1.5em; font-weight:bold; border-bottom:2px solid #2a4b8d; margin-bottom:20px;">
Line 10: Line 10:
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <strong>Event Name:</strong><br>
     <strong>Event Name:</strong><br>
     {{{field|Name|input type=text|size=50|placeholder=e.g. QuakeCon 2024}}}
     {{{field|Name|input type=text|size=50|placeholder=e.g. Half Life Noob Night}}}
   </div>
   </div>


   <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;">
       <strong>Start Date:</strong><br>
       <strong>Start Date & Time:</strong><br>
       {{{field|Start date|input type=datepicker|date format=yy-mm-dd}}}
       {{{field|Start date|input type=datetimepicker}}}
     </div>
     </div>
     <div style="flex:1;">
     <div style="flex:1;">
       <strong>End Date (Optional):</strong><br>
       <strong>End Date & Time (Optional):</strong><br>
       {{{field|End date|input type=datepicker|date format=yy-mm-dd}}}
       {{{field|End date|input type=datetimepicker}}}
     </div>
     </div>
   </div>
   </div>
Line 27: Line 27:
     <div style="flex:1;">
     <div style="flex:1;">
       <strong>Event Type:</strong><br>
       <strong>Event Type:</strong><br>
       {{{field|Event type|input type=combobox|values=Tournament, Release, Interview, Community Poll, Shutdown|size=30}}}
       {{{field|Event type|input type=checkboxes|values=Casual Gaming, Tournament, Anniversary, Gaming|delimiter=,}}}
     </div>
     </div>
     <div style="flex:1;">
     <div style="flex:1;">
Line 37: Line 37:
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <strong>Description:</strong><br>
     <strong>Description:</strong><br>
     {{{field|Description|input type=textarea|rows=5|cols=80}}}
     {{{field|Description|input type=textarea|rows=5|style=width:100%;}}}
   </div>
   </div>



Revision as of 14:59, 10 February 2026

add title=Add a new Event

Event

   Add Gaming Event
   Event Name:
Name
     Start Date & Time:
Start date
     End Date & Time (Optional):
End date
     Event Type:
Event type
     Related Game:
Related game
   Description:
Description
   save preview

{{{end template}}}