Difference between revisions of "Template:List item box/doc"
From LFS Manual
Jump to navigationJump to search (Created page with "=== Basic example === {{subst:mra|{{list item box|Getting started| Learn how to * test * test }}}} === With image === {{subst:mra|{{list item box|Getting started| Learn how...") |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | <noinclude>{{Documentation subpage}}</noinclude> | ||
| + | |||
=== Basic example === | === Basic example === | ||
| Line 32: | Line 34: | ||
|Modeller load and save objects.jpg|44}} | |Modeller load and save objects.jpg|44}} | ||
</div> | </div> | ||
| + | |||
| + | <div style="width: 200px"> | ||
| + | {{list item box|Training| | ||
| + | Training stuff | ||
| + | |Training.jpg|frameless}} | ||
| + | </div> | ||
| + | |||
| + | |||
| + | === With button === | ||
| + | |||
| + | {{markup| | ||
| + | <nowiki>{{list item box|Getting started| | ||
| + | Learn how to | ||
| + | * test | ||
| + | * test | ||
| + | |button=[[Introduction|Get started]]}}</nowiki>|{{list item box|Getting started| | ||
| + | Learn how to | ||
| + | * test | ||
| + | * test | ||
| + | |button=[[Introduction|Get started]]}}}}<!-- Template:Mra --> | ||
| + | |||
| + | |||
<includeonly> | <includeonly> | ||
[[Category:Layout templates]] | [[Category:Layout templates]] | ||
</includeonly> | </includeonly> | ||
Latest revision as of 13:41, 20 February 2026
| This is a documentation subpage for Template:List item box.
It may contain usage information, categories and other content that is not part of the original page. |
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]]}}
|
|