Difference between revisions of "Template:List item box"
From LFS Manual
Jump to navigationJump to search (button) |
|||
| Line 4: | Line 4: | ||
<div style="font-size: 190%; line-height: 1.4; margin-bottom: 14px">{{{1}}}</div> | <div style="font-size: 190%; line-height: 1.4; margin-bottom: 14px">{{{1}}}</div> | ||
<div style="font-size: 115%;">{{{2}}}</div> | <div style="font-size: 115%;">{{{2}}}</div> | ||
| − | {{#if:{{{button|}}}|<div style="background: | + | {{#if:{{{button|}}}|<div style="font-size: 0.9rem; background: #F3D263; border: 1px solid #ECC969; padding: 0.35rem 0.8rem; text-align: center; margin-top: 1rem">{{{button}}}</div>|<!-- no button -->}} |
</div> | </div> | ||
</li></includeonly><noinclude> | </li></includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
Revision as of 01:02, 20 February 2026
Template documentation
Basic example
| Markup | Renders as |
|---|---|
{{list item box|Getting started|
Learn how to
* test
* test
}}
|
|
With image
| Markup | Renders as |
|---|---|
{{list item box|Getting started|
Learn how to
* test
* test
|Modeller load and save objects.jpg|44}}
|
|
With button
| Markup | Renders as |
|---|---|
{{list item box|Getting started|
Learn how to
* test
* test
|button=[[Introduction|Get started]]}}
|
|
