Template:Sbs

Revision as of 00:17, 7 April 2026 by BrantleyRider (talk | contribs) (Created page with "<includeonly><table style="width: 100%; border: 1px solid #aaa; background-color: #f9f9f9; border-collapse: collapse;"> {{#if:{{{title|}}}|<tr> <th style="border: 1px solid #aaa; padding: 5px; background-color: #ddd; text-align: center;">Column 1</th> <th style="border: 1px solid #aaa; padding: 5px; background-color: #ddd; text-align: center;">Column 2</th> {{#if:{{{3|}}}|<th style="border: 1px solid #aaa; padding: 5px; background-color: #ddd; text-align: center;">Column...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Usage

Creates a side-by-side comparison of 2–5 pieces of text.

Basic (2 columns):

{{sbs|Left text|Right text}}

With titles:

{{sbs|title=1|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:

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