Toggle menu
15
236
74
27.6K
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 09:20, 17 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Template shortcut |space list}} {{stack|{{Lua|Module:Separated entries}}}} This template is used to create a <code>&#32;</code> (space) delimited collection of items, only adding a space where needed. == Usage == :<code><nowiki>{{space separated entries|entry1|entry2|entry3|entry4|entry5|...}}</nowiki></code...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template is used to create a &#32; (space) delimited collection of items, only adding a space where needed.

Usage

{{space separated entries|entry1|entry2|entry3|entry4|entry5|...}}

Example

Code Result
{{space separated entries|entry1|entry2|entry3}} entry1 entry2 entry3
{{space separated entries| |entry2|entry3}} entry2 entry3
{{space separated entries|entry1| |entry3}} entry1 entry3
{{space separated entries|entry1|entry2| }} entry1 entry2
{{space separated entries|entry1| | }} entry1
{{space separated entries| |entry2| }} entry2
{{space separated entries| | |entry3}} entry3
{{space separated entries| | | }}
{{space separated entries|entry1|entry2|entry3|entry4|entry5|entry6}} entry1 entry2 entry3 entry4 entry5 entry6

See also