Difference between revisions of "Template:PrayerInventory"
Namespaces
Views
From GrinderScape Wiki
Jump to: navigation, search
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
− | <div style="display: | + | <div style="display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;text-align:center;"> |
− | + | <div> | |
− | + | <div style="text-align:center;background-color:rgba(254,254,254,0.2);font-size:1.2em;margin-bottom:10px;padding:10px;">Inventory</div> | |
− | <div style="text-align:center;background-color:rgba(254,254,254,0.2);font-size:1.2em;margin-bottom:10px;padding:10px;">Inventory</div> | + | <div style="display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;text-align:center;"> |
− | + | <div style="max-width:200px;">{{{invimage1}}}</div> | |
− | + | <div style="max-width:200px;">{{{invimage2}}}</div> | |
− | + | <div style="max-width:200px;">{{{invimage3}}}</div> | |
− | + | <div style="max-width:200px;">{{{invimage4}}}</div> | |
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
<!-- PRAYER --> | <!-- PRAYER --> | ||
− | <div | + | <div> |
− | + | <div style="text-align:center;background-color:rgba(254,254,254,0.2);font-size:1.2em;margin-bottom:10px;padding:10px;">Prayer</div> | |
− | + | <div style="display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;text-align:center;"> | |
− | + | <div style="max-width:200px;">{{{prayimage1}}}</div> | |
− | + | <div style="max-width:200px;">{{{prayimage2}}}</div> | |
− | + | <div style="max-width:200px;">{{{prayimage3}}}</div> | |
+ | <div style="max-width:200px;">{{{prayimage4}}}</div> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
</includeonly> | </includeonly> |