Template:As
|option{{{1}}}= |option{{{2}}}= |option{{{3}}}= |option{{{4}}}=
| This template must be substituted. |
Use this template with {{arc}} in order to suppress options other than the ones you need. For instance, if you have the following code:
{{arc
|content=foo
|option1=bar
|option2=baz
}}
It shows as:
foo
- bar
- baz
- {{{option3}}}
- {{{option4}}}
You can use this template to suppress "{{{option3}}}" and "{{{option4}}}", like this:
{{arc
|content=foo
|option1=bar
|option2=baz
|{{as|3|4}}
}}
Which outputs as:
foo
- bar
- baz
Once again: Remember to always substitute this template.