Template:Sockets: Difference between revisions

Template page
(Created page with "{| class="wikitable" |+Sockets for {{{1}}} |- !{{#if:{{{2}}}| !! |}} {{#if:{{{3}}}| !! |}} |} <nowiki> sockets = { { "medium1", "Medium" }, { "medium2", "Medium" }, { "medium3", "Medium" }, { "large1", "Large" }, { "", "Internal" }, { "", "Internal" }, { "", "Internal" }, { "", "Internal" }, }, </nowiki>")
 
No edit summary
 
(40 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
|+Sockets for {{{1}}}
|-
!{{#if:{{{2}}}| !! |}} {{#if:{{{3}}}| !! |}}
|}


<nowiki>
old code
</nowiki>


{| class="wikitable"
|+ Sockets for {{{1}}}


|-
! Large
| {{#if:{{{2}}}| {{{2}}} || |}} {{#if:{{{3}}}| {{{3}}} || |}} {{#if:{{{4}}}| {{{4}}} || |}} {{#if:{{{5}}}| {{{5}}} || |}}


|-
! Medium
| {{#if:{{{6}}}| {{{6}}} || |}} {{#if:{{{7}}}| {{{7}}} || |}} {{#if:{{{8}}}| {{{8}}} || |}} {{#if:{{{9}}}| {{{9}}} || |}}


|-
! Small
| {{#if:{{{10}}}| {{{10}}} || |}} {{#if:{{{11}}}| {{{11}}} || |}} {{#if:{{{12}}}| {{{12}}} || |}} {{#if:{{{13}}}| {{{13}}} || |}}


 
|-
<nowiki>
! Internal
sockets = {
| {{#if:{{{14}}}| {{{14}}} || |}} {{#if:{{{15}}}| {{{15}}} || |}} {{#if:{{{16}}}| {{{16}}} || |}} {{#if:{{{17}}}| {{{17}}} || |}}  
{ "medium1", "Medium"  },
|}
{ "medium2", "Medium"  },
{ "medium3", "Medium"  },
{ "large1", "Large"    },
{ "",      "Internal" },
{ "",      "Internal" },
{ "",      "Internal" },
{ "",      "Internal" },
},
</nowiki>

Latest revision as of 14:16, 6 August 2023

old code

Sockets for {{{1}}}
Large {{{2}}} {{{3}}} {{{4}}} {{{5}}}
Medium {{{6}}} {{{7}}} {{{8}}} {{{9}}}
Small {{{10}}} {{{11}}} {{{12}}} {{{13}}}
Internal {{{14}}} {{{15}}} {{{16}}} {{{17}}}