Template:Crlf2/doc
表示
これはTemplate:Crlf2の解説サブページです。 使用方法、カテゴリ、およびその他テンプレートページ自体に含まれない情報を収容しています。 |
使用法
[編集]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:
マークアップ | 描画 |
---|---|
* Text |
* Text |
マークアップ | 描画 |
---|---|
<br /> * Text |
|
マークアップ | 描画 |
---|---|
{{crlf2}} * Text |
|