Template:Subchoice

From A KoL Wiki


<div style="border-left:1px solid black;padding:0.5em;{{#if:{{{noindent|}}}||margin-left:1.2em;}}">

{{{1|}}}

</div>

A template to indent subchoices of a choice adventure, with a line down the left to help indicate nesting level.

Usage

  • Specify noindent=1 to not actually left-indent.
  • The argument will start on a new line. For example:
{{Subchoice|noindent=1|----
{{button|Press me}}
blah blah
{{Subchoice|----
{{button|Press me too}}
blah blah blah}}
}}
  • Produces:

Press me

blah blah


Press me too

blah blah blah