Template:Sockets: Difference between revisions

Template page
No edit summary
No edit summary
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
|+Sockets for {{{1}}}
|-
!{{#if:{{{2}}}| {{{2}}} !! |}} {{#if:{{{3}}}| {{{3}}} !! |}} {{#if:{{{4}}}| {{{4}}} !! |}} {{#if:{{{5}}}| {{{5}}} !! |}} {{#if:{{{6}}}| {{{6}}} !! |}} {{#if:{{{7}}}| {{{7}}} !! |}} {{#if:{{{8}}}| {{{8}}} !! |}} {{#if:{{{9}}}| {{{9}}} !! |}}
|}


<nowiki>
old code
</nowiki>


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


Work in progress outcome:  
|-
! Large
| {{#if:{{{2}}}| {{{2}}} || |}} {{#if:{{{3}}}| {{{3}}} || |}} {{#if:{{{4}}}| {{{4}}} || |}} {{#if:{{{5}}}| {{{5}}} || |}}


Large sockets displayed in the first row
|-
! Medium
| {{#if:{{{6}}}| {{{6}}} || |}} {{#if:{{{7}}}| {{{7}}} || |}} {{#if:{{{8}}}| {{{8}}} || |}} {{#if:{{{9}}}| {{{9}}} || |}}


Medium sockets displayed in the second row
|-
! Small
| {{#if:{{{10}}}| {{{10}}} || |}} {{#if:{{{11}}}| {{{11}}} || |}} {{#if:{{{12}}}| {{{12}}} || |}} {{#if:{{{13}}}| {{{13}}} || |}}


Small sockets displayed in the third row
|-
 
! Internal
Internal sockets displayed in the fourth row
| {{#if:{{{14}}}| {{{14}}} || |}} {{#if:{{{15}}}| {{{15}}} || |}} {{#if:{{{16}}}| {{{16}}} || |}} {{#if:{{{17}}}| {{{17}}} || |}}  
 
|}
 
SAMPLE DATA
 
<nowiki>
sockets = {
{ "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}}}