Template:Markup/sandbox

2016年10月22日 (土) 00:06; てれびくん (会話 | 投稿記録) による版 (+{{Template sandbox notice}})(日時は個人設定で未設定ならUTC

(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)

Limitations[編集]

If you don't wrap the content of the markup cell in <nowiki>, then any template markup will not be escaped, it will be expanded.

This example shows the markup for {{tl|tag}}:

Renders as Expected rendering
{{[[Template:tag|tag]]}} 
{{tl|tag}}

HTML entities are parsed in the markup cell

Nowikied markup shows as Expected markup
 – 
&nbsp;&ndash;

To work around this, replace the & with &amp; thus &amp;nbsp; will show as &nbsp;