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}}};}}" | ||
{{#if:{{{class|}}}| | |||
class = "{{{class}}}" | |||
}} | }} | ||
> | > |