Template:Column addition/doc
Appearance
This is a documentation subpage for Template:Column addition. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
[edit]Designed to make updating the leaderboard of Wikipedia:WikiProject Unreferenced articles/Backlog drives/February 2024 easier. Adds the numbers in the first two cells together, and returns the output in the third cell.
Example
[edit]{| class="wikitable sortable"
|+
!a
!b
!a+b
|-
{{Column addition
| 4
| 5
}}
|-
{{Column addition
| 6
| 11
}}
|}
gives
a | b | a+b |
---|---|---|
4 | 5 | 9 |
6 | 11 | 17 |