<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.shadowrunwiki.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AWbr%2Fdoc</id>
	<title>Template:Wbr/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.shadowrunwiki.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AWbr%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.shadowrunwiki.com/index.php?title=Template:Wbr/doc&amp;action=history"/>
	<updated>2026-06-04T05:57:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://www.shadowrunwiki.com/index.php?title=Template:Wbr/doc&amp;diff=907&amp;oldid=prev</id>
		<title>Catrone3: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.shadowrunwiki.com/index.php?title=Template:Wbr/doc&amp;diff=907&amp;oldid=prev"/>
		<updated>2024-03-26T02:07:17Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 21:07, 25 March 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key shadowrun:diff:1.41:old-906:rev-907 --&gt;
&lt;/table&gt;</summary>
		<author><name>Catrone3</name></author>
	</entry>
	<entry>
		<id>https://www.shadowrunwiki.com/index.php?title=Template:Wbr/doc&amp;diff=906&amp;oldid=prev</id>
		<title>BattletechWiki&gt;Deadfire: Updating</title>
		<link rel="alternate" type="text/html" href="https://www.shadowrunwiki.com/index.php?title=Template:Wbr/doc&amp;diff=906&amp;oldid=prev"/>
		<updated>2023-03-03T01:12:47Z</updated>

		<summary type="html">&lt;p&gt;Updating&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Wbr&amp;#039;&amp;#039; indicates a &amp;#039;&amp;#039;word break&amp;#039;&amp;#039; opportunity. This template includes the HTML tag [//www.w3.org/TR/html5/text-level-semantics.html#the-wbr-element {{tag|wbr|s}}], which is used to tell the browser of an optional, non-hyphenated line-break. It can be used with:&lt;br /&gt;
* {{tlx|nbsp}} or the equivalent &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt; (non-breaking space)&lt;br /&gt;
* {{tlx|nowrap}} or the equivalent &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;white-space: nowrap;&amp;quot;&amp;gt;...&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;nowrap&amp;quot;&amp;gt;...&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (character string that will not break even at a normal space)&lt;br /&gt;
to carefully control line-breaking where this is important.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Use is simple; there are no parameters:&lt;br /&gt;
* {{tlx|wbr}}&lt;br /&gt;
or&lt;br /&gt;
* {{tlxs|wbr}}&lt;br /&gt;
&lt;br /&gt;
===Controlling line-breaking in infoboxes ===&amp;lt;!--This section name is linked to from other template documentation.--&amp;gt;&lt;br /&gt;
This template can be used to cause an indentation after a linebreak, in [[Template:Plainlist|unbulleted lists]] inside infoboxes and in tables with constrained cell widths, by using &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{wbr}}&amp;amp;amp;nbsp;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; between words in an entry, so that when they wrap they are not mistaken for separate entries. See example infobox to the side.&lt;br /&gt;
&lt;br /&gt;
=== Breaking up slashes ===&lt;br /&gt;
When there are long words on both sides of a slash, this template may be used to induce a line break after the slash.&lt;br /&gt;
:installation/{{wbr}}execution&lt;br /&gt;
:&amp;lt;syntaxhighlight lang=&amp;quot;html+handlebars&amp;quot;&amp;gt;installation/{{wbr}}execution&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Technical details==&lt;br /&gt;
This template encapsulates the code &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;wbr /&amp;gt;&amp;amp;amp;#8203;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, i.e. the HTML5 line break opportunity element followed by the HTML character entity for the Unichar character.  This approach is superior to using either one or the other in isolation, for increased browser support. The {{tag|wbr|s}} element is compatible with all browsers except Internet Explorer inclusive of and {{em|since}} version 7. Meanwhile, the ZWS character is compatible with all browsers except Internet Explorer {{em|earlier than}} (but not inclusive of) version 7. Thus, between the two approaches, the dual use of which has no ill effects, this template works in all browsers still likely to be in use, including Internet Explorer regardless of version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Line-handling templates]]&lt;br /&gt;
[[Category:Inline spacing templates]]&lt;br /&gt;
[[Category:Character templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>BattletechWiki&gt;Deadfire</name></author>
	</entry>
</feed>