Template:Nowrap/doc: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 10: | Line 10: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |||
! You type !! Generated HTML | ! You type !! Generated HTML | ||
|- | |- | ||
| <code><nowiki>{{nowrap|10 kg (22 lb)}}</nowiki></code> || <syntaxhighlight lang="html"><span style="white-space: nowrap;">10 kg (22 lb)</span></syntaxhighlight> | | {{{{ROOTPAGENAME}}|<code><nowiki>{{nowrap|10 kg (22 lb)}}</nowiki></code>}} || <syntaxhighlight lang="html"><span style="white-space: nowrap;">10 kg (22 lb)</span></syntaxhighlight> | ||
|- | |- | ||
| <code><nowiki>{{nowrap| 1 Jan | 2 Feb | 3 Mar }}</nowiki></code> || <syntaxhighlight lang="html"><span style="white-space: nowrap;">1 Jan</span>, <span style="white-space: nowrap;">2 Feb</span>, <span style="white-space: nowrap;">3 Mar</span></syntaxhighlight> | | {{{{ROOTPAGENAME}}|<code><nowiki>{{nowrap| 1 Jan | 2 Feb | 3 Mar }}</nowiki></code>}} || <syntaxhighlight lang="html"><span style="white-space: nowrap;">1 Jan</span>, <span style="white-space: nowrap;">2 Feb</span>, | ||
<span style="white-space: nowrap;">3 Mar</span></syntaxhighlight> | |||
|} | |} | ||