Template:Sbs

Revision as of 00:27, 20 April 2026 by Maury (talk | contribs) (Template Documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template Documentation

Use this template to create side-by-side text comparisons or multi-column layouts.

Basic (2 columns):

{{sbs|Left text|Right text}}

With titles:

{{sbs|title=1|1=Left text|2=Right text}}

Custom Titles: To rename the headers, use t1=, t2=, etc.

{{sbs|title=1|t1=Anything|t2=Something Else|1=Left text|2=Right text}}

Up to 5 columns:

{{sbs|1=Text|2=Text|3=Text|4=Text|5=Text}}

Note: If your text contains an = sign, you must use named parameters (1=, 2=, etc.):

{{sbs|1=Text with = sign|2=Other text}}