Difference between revisions of "Template:List item box"
From LFS Manual
Jump to navigationJump to searchm |
|||
| Line 2: | Line 2: | ||
{{#if:{{{3|}}}|<div style="overflow: hidden;display: flex; justify-content: center;">[[File:{{{3}}}|link=|{{{1}}}]]</div>}} | {{#if:{{{3|}}}|<div style="overflow: hidden;display: flex; justify-content: center;">[[File:{{{3}}}|link=|{{{1}}}]]</div>}} | ||
<div style="padding: 16px"> | <div style="padding: 16px"> | ||
| − | <div style="font-size: | + | <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> | ||
</div> | </div> | ||
</li></includeonly><noinclude> | </li></includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
Revision as of 00:40, 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]]}}
|
|
