More actions
Created page with "<div style="display: flex; flex-wrap: wrap; gap: 1em;"> {{#fornum:i|1|{{{count|1}}}}} <div style="border: 1px solid #ccc; padding: 1em; border-radius: 8px; width: 100%; max-width: 300px; box-shadow: 2px 2px 5px rgba(0,0,0,0.1);"> <div style="font-weight: bold; font-size: 1.2em;">{{{title{{i}}|Guide Title}}}</div> <div style="margin: 0.5em 0;">{{{content{{i}}|Guide content goes here...}}}</div> <div style="text-align: center;"> <a href="{{{link{{i}}|..." |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div | <div class="guidecardlayout"> | ||
<div class="guidecardlayout-card"> | |||
<div class="guidecardlayout-title">{{{title1|Guide Title 1}}}</div> | |||
<div class="guidecardlayout-content">{{{text1|Guide content goes here...}}}</div> | |||
<div class="guidecardlayout-button"> | |||
[[{{{page1|Main Page}}}|<span class="guidecardlayout-link"">{{{pagetext1|Go to Guide}}}</span>]] | |||
</div> | |||
</div> | |||
<div class="guidecardlayout-card"> | |||
<div class="guidecardlayout-title">{{{title2|Guide Title 2}}}</div> | |||
<div class="guidecardlayout-content">{{{text2|Guide content goes here...}}}</div> | |||
<div class="guidecardlayout-button"> | |||
[[{{{page2|Main Page}}}|<span class="guidecardlayout-link">{{{pagetext2|Go to Guide}}}</span>]] | |||
</div> | |||
</div> | |||
</div> | </div> |
Latest revision as of 01:00, 19 January 2025
Guide Title 1
Guide content goes here...
Guide Title 2
Guide content goes here...