Difference between revisions of "Template:Grid"
Jump to navigation
Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!
Line 1: | Line 1: | ||
− | <div class="article-grid" style=" | + | <div class="article-grid" style="display: flex; flex-flow: row wrap;"> |
− | {{#if: {{{1|}}} | < | + | {{#if: {{{1|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column no-wrap;">{{{1}}}</div> }} |
− | {{#if: {{{2|}}} | < | + | {{#if: {{{2|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column no-wrap;">{{{2}}}</div> }} |
− | {{#if: {{{3|}}} | < | + | {{#if: {{{3|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column no-wrap;">{{{3}}}</div> }} |
− | {{#if: {{{4|}}} | < | + | {{#if: {{{4|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column no-wrap;">{{{4}}}</div> }} |
− | {{#if: {{{5|}}} | < | + | {{#if: {{{5|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column no-wrap;">{{{5}}}</div> }} |
− | {{#if: {{{6|}}} | < | + | {{#if: {{{6|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column no-wrap;">{{{6}}}</div> }} |
− | {{#if: {{{7|}}} | < | + | {{#if: {{{7|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column no-wrap;">{{{7}}}</div> }} |
− | {{#if: {{{8|}}} | < | + | {{#if: {{{8|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column no-wrap;">{{{8}}}</div> }} |
− | {{#if: {{{9|}}} | < | + | {{#if: {{{9|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column no-wrap;">{{{9}}}</div> }} |
− | {{#if: {{{10|}}} | < | + | {{#if: {{{10|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column no-wrap;">{{{10}}}</div> }} |
− | {{#if: {{{11|}}} | < | + | {{#if: {{{11|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column no-wrap;">{{{11}}}</div> }} |
− | {{#if: {{{12|}}} | < | + | {{#if: {{{12|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column no-wrap;">{{{12}}}</div> }} |
</div> | </div> |
Revision as of 13:15, 6 July 2022