This template is used to present markup or code side by side with the output it renders.
Tham số | Miêu tả | Kiểu | Trạng thái | |
---|---|---|---|---|
margin-left | margin-left | To set a margin on the table's lefthand side.
| Chuỗi dài | tùy chọn |
width | width | To set the table's overall width.
| Chuỗi dài | tùy chọn |
style | style | For CSS styles amending the table's overall appearance. | Chuỗi dài | tùy chọn |
noheaders | noheaders | Set (as e.g. noheaders=on) to suppress the columns' headings and table's title. | Chuỗi dài | tùy chọn |
title | title | Title above table. | Chuỗi dài | tùy chọn |
colheaderstyle | colheaderstyle | For CSS styling to amend the appearance of each column's heading. | Chuỗi dài | tùy chọn |
col1headerstyle | col1headerstyle | For CSS styling to amend the appearance of the first column's heading. Overrides (but does not replace) colheaderstyle. | Chuỗi dài | tùy chọn |
col1 | col1 | First column (markup/code)'s heading.
| Chuỗi dài | tùy chọn |
col2headerstyle | col2headerstyle | For CSS styling to amend the appearance of the second column's heading. Overrides (but does not replace) colheaderstyle. | Chuỗi dài | tùy chọn |
col2 | col2 | Second column (output)'s heading.
| Chuỗi dài | tùy chọn |
codestyle | codestyle markupstyle | For CSS styles amending the presentation of the first column (markup/code)'s content (e.g. a smaller font-size). | Chuỗi dài | tùy chọn |
outputstyle | outputstyle | For CSS styles amending the presentation of the second column (output)'s content. | Chuỗi dài | tùy chọn |
1 | 1 | row 1, first column (markup/code)'s content. | Chuỗi dài | tùy chọn |
2 | 2 | row 1, second column (output)'s content. | Chuỗi dài | tùy chọn |
3 | 3 | row 2, first column's content (etc). | Chuỗi dài | tùy chọn |
4 | 4 | row 2, second column's content (etc). | Chuỗi dài | tùy chọn |
39 | 39 | First column's content in last possible row. | Chuỗi dài | tùy chọn |
40 | 40 | Second column's content in last possible row. | Chuỗi dài | tùy chọn |
Each cell in the first ("Markup") column uses <pre>
to retain newlines and spaces but styled to allow content to wrap within it. It is usually desirable to escape the content of these cells so that the markup is displayed by wrapping the markup in <nowiki>
. It is technically not possible to add this feature to the template.
Each cell in the second ("Renders as") column is usually the unescaped markup copied from the corresponding "Markup" cell before it. There are instances where this may differ:
<nowiki />
before the first line; see examples below.==
will show in the page table of contents; use {{fake heading}}
.{{citation needed}}
, use {{fake citation needed}}
.|template doc demo=true
.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 |
---|---|
{{[[Bản mẫu:tag|tag]]}} |
{{tl|tag}} |
HTML entities are parsed in the markup cell:
Nowikied markup shows as | Expected markup |
---|---|
– |
– |
To work around this, replace the &
with &
thus &nbsp;
will show as
If the first line includes wikimarkup that must start on a new line such as #, * or ; then use <nowiki />
:
Cú pháp | Kết quả |
---|---|
# Item 1 # Item 2 # Item 3 # Item 4 |
|
Cú pháp | Kết quả |
---|---|
<nowiki /> # Item 1 # Item 2 # Item 3 # Item 4 |
|
Cú pháp | Kết quả |
---|---|
'''Chữ đậm''' |
Chữ đậm |
''Chữ nghiêng'' |
Chữ nghiêng |
Xem Bản mẫu:Mra.
Nhập vào đây:
{{thế:mra|'''Chữ đậm'''|''Chữ nghiêng''}}
Để làm điều này:
{{markup| <nowiki>'''Chữ đậm'''</nowiki>|'''Chữ đậm'''| <nowiki>''Chữ nghiêng''</nowiki>|''Chữ nghiêng''}}
Hiển thị đó như:
Cú pháp | Kết quả |
---|---|
'''Chữ đậm''' |
Chữ đậm |
''Chữ nghiêng'' |
Chữ nghiêng |
Note that {{Markup}}
's second argument here uses {{fake heading}}
and {{fake citation needed}}
.
Cú pháp | Kết quả |
---|---|
The quick brown fox jumps over the lazy dog.{{#tag:ref|A footnote.<ref>A reference for the footnote.</ref>|group=nb}} The cow jumped over the moon.{{fact}} == Chú thích == {{tham khảo|group=nb}} == Tham khảo == {{tham khảo}} |
The quick brown fox jumps over the lazy dog.[nb 1] The cow jumped over the moon.[Cần chú thích]
|
Cú pháp | Kết quả |
---|---|
The quick brown fox jumps over the lazy dog. |
The quick brown fox jumps over the lazy dog. |
The quick brown fox jumps over the lazy dog. |
The quick brown fox jumps over the lazy dog. |
The quick brown fox jumps over the lazy dog. |
The quick brown fox jumps over the lazy dog. |
The quick brown fox jumps over the lazy dog. |
The quick brown fox jumps over the lazy dog. |
The quick brown fox jumps over the lazy dog. |
The quick brown fox jumps over the lazy dog. |
Cú pháp | Kết quả |
---|---|
The quick brown fox jumps over the lazy dog. |
The quick brown fox jumps over the lazy dog. |
When a template is enclosed within {{mã}}, it shows the rendered HTML:
Cú pháp | Kết quả |
---|---|
{{chú thích sách |last=White |first=T. H. |title=The Book of Merlyn |year=1977}} |
White, T. H. (1977). The Book of Merlyn. |
{{mã|lang=html|{{chú thích sách |last=White |first=T. H. |title=The Book of Merlyn |year=1977}}}} |
|