Template:Zwsp

The UESPWiki – Your source for The Elder Scrolls since 1995

Summary

Creates a zero-width space to indicate where long, unspaced words can be wrapped.

Parameters

None.

Example

{| class="wikitable"
| <div style="width:50px; overflow:hidden;">SomeReallyLongWord</div>
| <div style="width:50px; overflow:hidden;">Some{{zwsp}}Really{{zwsp}}Long{{zwsp}}Word</div>
|}
SomeReallyLongWord
Some​Really​Long​Word