Toggle menu
14
236
69
27.2K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 06:44, 23 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} == Usage == 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=== <syntaxhighlight lang="wikitext"> {| class="wikitable sortable" |+ !a !b !a+b |- {{Column addition | 4 | 5 }} |- {{Column addition | 6 | 11 }} |} </syntaxhighlight> gives {| class="wikitable sortable"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

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

{| 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