256
edits
| Line 180: | Line 180: | ||
             happy:   Happy  |              happy:   Happy  | ||
             sad:     Sad  |              sad:     Sad  | ||
    displaywords:  | |||
        title:       Display personal words  | |||
        module:      checkbox  | |||
        value:       true  | |||
     words:  |      words:  | ||
         title:       Personal words  |          title:       Personal words  | ||
| Line 196: | Line 200: | ||
         <text>  |          <text>  | ||
             <line>My name is {{ $Sig_username }}. I am {{ $Misc_mood }}</line>  |              <line>My name is {{ $Sig_username }}. I am {{ $Misc_mood }}</line>  | ||
             <line>{{ $Misc_words }}</line>  |              <line display="{{ $Misc_displaywords }}">{{ $Misc_words }}</line>  | ||
         </text>  |          </text>  | ||
     </layout>  |      </layout>  | ||
edits