Loading...

Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:GuideCardLayout: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<div class="guidecardlayout">
<div class="guidecardlayout">
{{#if: {{#ifeq: {{#var:column}} | 2}} |
<div class="guidecardlayout-card">
<div class="guidecardlayout-card">
<div class="guidecardlayout-title">{{{title1|Guide Title 1}}}</div>
<div class="guidecardlayout-title">{{{title1|Guide Title 1}}}</div>
<div class="guidecardlayout-content">{{{content1|Guide content goes here...}}}</div>
<div class="guidecardlayout-content">{{{text1|Guide content goes here...}}}</div>
<div class="guidecardlayout-button">
<div class="guidecardlayout-button">
[[{{{link1|Main Page}}}|Go to Guide]]
<a href="{{{page1|Main Page}}}" class="guidecardlayout-link" style="background-color:{{{colorbgbutton1|#007bff}}};">{{{pagetext1|Go to Guide}}}</a>
</div>
</div>
</div>
</div>
<div class="guidecardlayout-card">
<div class="guidecardlayout-card">
<div class="guidecardlayout-title">{{{title2|Guide Title 2}}}</div>
<div class="guidecardlayout-title">{{{title2|Guide Title 2}}}</div>
<div class="guidecardlayout-content">{{{content2|Guide content goes here...}}}</div>
<div class="guidecardlayout-content">{{{text2|Guide content goes here...}}}</div>
<div class="guidecardlayout-button">
<div class="guidecardlayout-button">
[[{{{link2|Main Page}}}|Go to Guide]]
<a href="{{{page2|Main Page}}}" class="guidecardlayout-link" style="background-color:{{{colorbgbutton2|#007bff}}};">{{{pagetext2|Go to Guide}}}</a>
</div>
</div>
</div>
</div>
<!-- You can add more guide cards as needed by duplicating the blocks above -->
}}
</div>
</div>

Revision as of 00:33, 19 January 2025

Cookies help us deliver our services. By using our services, you agree to our use of cookies.