Difference between revisions of "Template:Option/doc"
From LFS Manual
Jump to navigationJump to searchm |
|||
| Line 1: | Line 1: | ||
<noinclude>{{Documentation subpage}}</noinclude> | <noinclude>{{Documentation subpage}}</noinclude> | ||
| + | |||
| + | Used to indicate options selectable by user, for a specific setting. A maximum of 6 options are allowed. | ||
=== Usage === | === Usage === | ||
| Line 6: | Line 8: | ||
<nowiki>{{option|one}}</nowiki>|{{option|one}}}}<!-- Template:Mra --> | <nowiki>{{option|one}}</nowiki>|{{option|one}}}}<!-- Template:Mra --> | ||
{{markup| | {{markup| | ||
| − | <nowiki>{{option|one|two|three|four}}</nowiki>|{{option|one|two|three|four}}}}<!-- Template:Mra --> | + | <nowiki>{{option|one|two|three|four}}</nowiki>|{{option|one|two|three|four|five|six}}}}<!-- Template:Mra --> |
<includeonly> | <includeonly> | ||
[[Category:LFS button templates]] | [[Category:LFS button templates]] | ||
</includeonly> | </includeonly> | ||
Revision as of 11:54, 12 March 2024
| This is a documentation subpage for Template:Option.
It may contain usage information, categories and other content that is not part of the original page. |
Used to indicate options selectable by user, for a specific setting. A maximum of 6 options are allowed.
Usage
| Markup | Renders as |
|---|---|
{{option|one}}
|
one |
| Markup | Renders as |
|---|---|
{{option|one|two|three|four}}
|
one two three four five six |