Template talk:Sockets: Difference between revisions

Discussion page of Template:Sockets
No edit summary
No edit summary
Line 1: Line 1:
{{Sockets|UNITNAME|L|M|M|M|I|I|I|I}}
{{Sockets|UNITNAME|L|M|M|M|I|I|I|I}}
Work in progress outcome:
Large sockets displayed in the first row
Medium sockets displayed in the second row
Small sockets displayed in the third row
Internal sockets displayed in the fourth row
SAMPLE DATA
<nowiki>
sockets = {
{ "medium1", "Medium"  },
{ "medium2", "Medium"  },
{ "medium3", "Medium"  },
{ "large1", "Large"    },
{ "",      "Internal" },
{ "",      "Internal" },
{ "",      "Internal" },
{ "",      "Internal" },
},
</nowiki>

Revision as of 11:50, 6 August 2023

old code

Sockets for UNITNAME
Large L M M M
Medium I I I I
Small {{{10}}} {{{11}}} {{{12}}} {{{13}}}
Internal {{{14}}} {{{15}}} {{{16}}} {{{17}}}




Work in progress outcome:

Large sockets displayed in the first row

Medium sockets displayed in the second row

Small sockets displayed in the third row

Internal sockets displayed in the fourth row


SAMPLE DATA

sockets = { { "medium1", "Medium" }, { "medium2", "Medium" }, { "medium3", "Medium" }, { "large1", "Large" }, { "", "Internal" }, { "", "Internal" }, { "", "Internal" }, { "", "Internal" }, },