panelSeparator macro

panelSeparator macro

  • inline
    • yes
  • content
    • none
  • parameters
    • eng: string to display in ‘en’ language mode
    • ita: string to display in ‘it’ language mode
    • anyway: if only one string is provided display it anyway, independently of the context language
      • default: true

Examples

{{panelSeparator eng="Uncle Scrooge" ita="Paperone"/}}
Uncle Scrooge
{{panelSeparator ita="Paperinik"/}}
Paperinik
{{panelSeparator anyway="true" ita="Paperinik"/}}
Paperinik
{{panelSeparator anyway="true" ita="Paperinik"}}{{/panelSeparator}}
Paperinik
{{panelSeparator eng="Doctor Einmug" ita="Professor Enigm"}}  Eli Squick {{/panelSeparator}}
Doctor Einmug
{{panelSeparator eng="Doctor Einmug"}}  Professor Enigm {{/panelSeparator}}
Doctor Einmug

Counterexamples

{{panelSeparator}}{{/panelSeparator}}
{{panelSeparator}}Less Fish{{/panelSeparator}}
{{panelSeparator/}}