テンプレート:Crlf2

2019年1月26日 (土) 17:51時点におけるja>Wakuna99による版 (新しいページ: 「 <noinclude> {{documentation}} </noinclude>」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)

テンプレートの解説[表示] [編集] [履歴] [キャッシュを破棄]

使用法

This template adds a true carriage return and line feed. It is useful in markup when wikimarkup that must start on a new line such as #, * or ; is used in a table or template. For example, the {{markup}} template creates a table:

Including * Text causes the * bullet markup to not be parsed
マークアップ 描画
* Text 
* Text
Including <br /> parses the bullet markup, but adds a blank line
マークアップ 描画
<br />
* Text 

  • Text
Using {{crlf2}} parses the bullet markup without extra white space
マークアップ 描画
{{crlf2}}
* Text 
  • Text