Hunchman801
Joined 26 December 2007
Hunchman801 (talk | contribs) |
|||
| Line 361: | Line 361: | ||
:: Great! Do you maybe have an idea how this table would look like? I've never been good with creating templates etc., so I doubt that I could make one :c - [[User:Fussilli|Fussilli]] ([[User talk:Fussilli|talk]]) 18:20, 10 March 2024 (CET) | :: Great! Do you maybe have an idea how this table would look like? I've never been good with creating templates etc., so I doubt that I could make one :c - [[User:Fussilli|Fussilli]] ([[User talk:Fussilli|talk]]) 18:20, 10 March 2024 (CET) | ||
::: Sure! A simple layout could look like this: | |||
::: {| class="wikitable mw-uncollapsed" | |||
|- | |||
! Layout | |||
|- | |||
| A | |||
|- | |||
| B | |||
|- | |||
| C | |||
|} | |||
::: And for branching sections, maybe the following could help? | |||
::: {| class="wikitable mw-uncollapsed" | |||
|- | |||
!colspan="2"| Layout | |||
|- | |||
|colspan="2"| A | |||
|- | |||
| B1 || B2 | |||
|- | |||
|colspan="2"| C | |||
|} | |||
::: Let me know what you think! —[[File:RRRGBAIcon8.png|class=sprite|link=User:Hunchman801]][[File:RRRGBAIcon0.gif|class=sprite|link=User:Hunchman801]][[File:RRRGBAIcon1.png|class=sprite|link=User:Hunchman801]] 19:32, 11 March 2024 (CET) | |||