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 |
||
Line 1: | Line 1: | ||
<div style="display: flex; flex-wrap: wrap; gap: 1em;"> | <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}}|#}}}" style="background-color: #0073e6; color: white; padding: 0.5em 1em; text-decoration: none; border-radius: 4px;">Go to Guide</a> | |||
</div> | |||
</div> | |||
{{#endfor}} | |||
</div> | </div> |
Revision as of 23:58, 18 January 2025
{{#fornum:i|1|1}}
Guide Title
Guide content goes here...
<a href="#" style="background-color: #0073e6; color: white; padding: 0.5em 1em; text-decoration: none; border-radius: 4px;">Go to Guide</a>
{{#endfor}}