Template:As

From LifeWiki

|option{{{1}}}= |option{{{2}}}= |option{{{3}}}= |option{{{4}}}=

purge [purge] Template-info.svg Template documentation

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

  1. bar
  2. baz
  3. {{{option3}}}
  4. {{{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

  1. bar
  2. baz

Once again: Remember to always substitute this template.