Toggle menu
15
236
71
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 04:53, 22 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 |nbsp entries}} {{stack|{{Lua|Module:Separated entries}}}} This template is used to create a <code>&nbsp;</code> (non-breaking space) delimited collection of items, only adding a non-breaking space where needed. == Usage == :<code><nowiki>{{nbsp separated entries|entry1|entry2|entry3|entry4...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template is used to create a &nbsp; (non-breaking space) delimited collection of items, only adding a non-breaking space where needed.

Usage

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

Example

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

See also