Actions

Form

Mini-PC: Difference between revisions

From MiniPC.club

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 4: Line 4:
if a page with that name already exists, you will be sent to a form to edit that page.
if a page with that name already exists, you will be sent to a form to edit that page.


{{#forminput:form=Mini-PC}}
{{#forminput:form=Mini-PC|size=50|placeholder=Название сгенерируется автоматически|hidden}}
</noinclude>


</noinclude><includeonly>
<includeonly>
<div class="form-section">
<div class="form-section">
<h2>Add new Mini-PC</h2></div>
<h2>Add new Mini-PC</h2></div>
Line 12: Line 13:
{{{info|All fields are required}}}
{{{info|All fields are required}}}
<!-- Автоматическое название страницы -->
<!-- Автоматическое название страницы -->
{{{info|page name={{{Brand}}} {{{Model}}} ({{{CPU Brand}}} {{{CPU Model}}}, {{{RAM Capacity}}})}}}
{{{info|page name={{{Brand}}} {{{Model}}} ({{{CPU Brand}}} {{{CPU Model}}}, {{{RAM Capacity}}}GB)}}}
<!-- Parameters -->
<!-- Parameters -->
{| class="formtable"
{| class="formtable"
! Brand:  
! Brand:  
| {{{field|Brand|label=Brand|input type=dropdown|values=Intel, AMD, Apple, ASUS, Dell, HP, Lenovo|required}}}
| {{{field|Brand|input type=dropdown|values=Intel, AMD, Apple, ASUS, Dell, HP, Lenovo|required}}}
|-
|-
! Model:  
! Model:  
| {{{field|Model|label=Model|input type=text|size=50|unique=true|required}}}
| {{{field|Model|input type=text|size=50|required}}}
|-
|-
! CPU Brand:  
! CPU Brand:  
| {{{field|CPU Brand|label=CPU Manufacturer|input type=dropdown|values=Intel, AMD, Apple, Qualcomm|required}}}
| {{{field|CPU Brand|input type=dropdown|values=Intel, AMD, Apple, Qualcomm|required}}}
|-
|-
! CPU Model:  
! CPU Model:  
| {{{field|CPU Model|label=CPU Model|input type=text|size=30|required}}}
| {{{field|CPU Model|input type=text|size=30|required}}}
|-
! CPU TDP (W):
| {{{field|CPU TDP|input type=number|min=5|max=150|required}}}
|-
|-
! RAM Capacity (GB):  
! RAM Capacity (GB):  
| {{{field|RAM Capacity|input type=dropdown|values=4, 8, 16, 32, 64|required}}}
| {{{field|RAM Capacity|input type=dropdown|values=4, 8, 16, 32, 64|required}}}
|-
! RAM Slots:
| {{{field|RAM Slots|input type=number|min=1|max=4}}}
|-
! RAM Frequency (MHz):
| {{{field|RAM Frequency|input type=number|min=1600|max=6400}}}
|-
! Storage Type:
| {{{field|Storage Type|input type=dropdown|values=SSD, HDD, NVMe, eMMC}}}
|-
! Storage Slots:
| {{{field|Storage Slots|input type=number|min=1|max=4}}}
|-
! GPU Model:
| {{{field|GPU Model|input type=text|size=30}}}
|-
! Ethernet Ports:
| {{{field|Ethernet Ports|input type=number|min=0|max=2}}}
|-
! HDMI Ports:
| {{{field|HDMI Ports|input type=number|min=0|max=4}}}
|-
! HDMI Version:
| {{{field|HDMI Version|input type=dropdown|values=1.4, 2.0, 2.1}}}
|-
! USB Ports:
| {{{field|USB Ports|input type=number|min=1|max=10}}}
|-
! USB Version:
| {{{field|USB Version|input type=dropdown|values=2.0, 3.0, 3.1, 3.2, 4.0}}}
|-
! Operating System:
| {{{field|Operating System|input type=dropdown|values=Windows 11, Linux, macOS, FreeDOS}}}
|}
|}
{{{end template}}}
{{{end template}}}
</includeonly>
</includeonly>

Revision as of 14:39, 18 April 2025

This is the "Mini-PC" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.