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="display: flex; flex-flow: row wrap;"> | <div class="article-grid" style="display: flex; flex-flow: row wrap;"> | ||
− | {{#if: {{{1|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column | + | {{#if: {{{1|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column nowrap;">{{{1}}}</div> }} |
− | {{#if: {{{2|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column | + | {{#if: {{{2|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column nowrap;">{{{2}}}</div> }} |
− | {{#if: {{{3|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column | + | {{#if: {{{3|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column nowrap;">{{{3}}}</div> }} |
− | {{#if: {{{4|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column | + | {{#if: {{{4|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column nowrap;">{{{4}}}</div> }} |
− | {{#if: {{{5|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column | + | {{#if: {{{5|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column nowrap;">{{{5}}}</div> }} |
− | {{#if: {{{6|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column | + | {{#if: {{{6|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column nowrap;">{{{6}}}</div> }} |
− | {{#if: {{{7|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column | + | {{#if: {{{7|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column nowrap;">{{{7}}}</div> }} |
− | {{#if: {{{8|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column | + | {{#if: {{{8|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column nowrap;">{{{8}}}</div> }} |
− | {{#if: {{{9|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column | + | {{#if: {{{9|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column nowrap;">{{{9}}}</div> }} |
− | {{#if: {{{10|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column | + | {{#if: {{{10|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column nowrap;">{{{10}}}</div> }} |
− | {{#if: {{{11|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column | + | {{#if: {{{11|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column nowrap;">{{{11}}}</div> }} |
− | {{#if: {{{12|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column | + | {{#if: {{{12|}}} | <div class="artcle-grid__cell" style="display: flex; flex-flow: column nowrap;">{{{12}}}</div> }} |
</div> | </div> |
Revision as of 13:16, 6 July 2022