Template:ColsStart: Difference between revisions

From The Fifth City Wiki
Only include starting portion
add support for style and class parameters
Line 1: Line 1:
<div style = "display: flex;">
<div style = "display: flex;">
     <div
     <div
         {{#if:{{{width}}}|
         style = "{{{style|}}} {{#if:{{{width|}}}|flex-basis: {{{width}}};}}"
            style = "flex-basis: {{{width}}};"
        {{#if:{{{class|}}}|
            class = "{{{class}}}"
         }}
         }}
     >
     >

Revision as of 22:57, 21 June 2025