模板:Markup/doc

Chhiùng Wikipedia lòi

模板:TOC right

This template is used to present markup or code side by side with the output it renders.

Usage[kói ngièn-sṳ́-mâ]

Each pair of {{Markup}}'s arguments should be two copies of some wikitext markup, with the first of the pair enclosed in 模板:Xtag tags. The template produces output in two columns, the first showing the markup and the second showing how it is rendered. The template accepts up to 40 unnamed parameters, resulting in up to 20 rows of examples.

This:

{{markup|<nowiki>'''Bold text'''</nowiki>|'''Bold text'''}}

Produces this:

Markup Renders as
'''Bold text'''

Bold text

In many cases, the markup for both columns are identical, but there are instances where this may need to differ. If none of these issues apply, then you may use {{mra}} to save yourself from copying the code twice.

  • Header markup such as == will show in the page table of contents; to avoid this, use {{fake heading}} in the markup for the second column (see example below).
  • Some templates will place the page in a maintenance category, which is usually undesired. For example.
  • Some templates may have error checking that places the page in a maintenance category.
    • 模板:Cs1 templates with errors: add |template doc demo=true to the template in the second column.
    • To avoid this and the associated red error messages make sure that each example on the page uses different sources.
  • HTML entities are parsed in the first cell, even with 模板:Xtag tags. To work around this, replace the & with &amp; in the first column (see example below).

It is advisable to begin both copies of the markup with a newline; this is necessary if the first line of the markup must start on a new line (such as #, * or ;).

Examples[kói ngièn-sṳ́-mâ]

Multiple rows[kói ngièn-sṳ́-mâ]

Markup Renders as
'''Bold text'''

Bold text

''Italic text''

Italic text

[[Internal link]]
{{cite book|ref=none|last=Smith|year=2021|title=Smith's book}}

Smith (2021). Smith's book. 

<score>\relative c' { c( b~ c b c b c b c~ c)}</score>
\relative c' { c( b~ c b c b c b c~ c)}

With custom title and column headers[kói ngièn-sṳ́-mâ]

How to write about foxes and dogs in Wikipedia.
Write this in wikitext and this will appear in the article.
The quick brown [[fox]] jumps over the lazy [[dog]].

The quick brown fox jumps over the lazy dog.

A complex example[kói ngièn-sṳ́-mâ]

In this example, 模板:Tl2's second argument here uses 模板:Tl2 (to avoid headings appearing in the table of contents) and 模板:Tl2 (to avoid adding this page to the maintenance list).

Markup Renders as
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}}

== Notes ==
{{reflist|group=nb}}

== References ==
{{reflist}}

The quick brown fox jumps over the lazy dog.[nb 1] The cow jumped over the moon.模板:Fake citation needed

模板:Fake heading

  1. A footnote.[1]

模板:Fake heading

  1. A reference for the footnote.

With HTML entities[kói ngièn-sṳ́-mâ]

HTML entities are parsed in the markup cell. To work around this, replace the & with &amp; in the first column.

Markup Renders as
&ndash;

More examples[kói ngièn-sṳ́-mâ]

Markup Renders as
{{cite book |last=White |first=T. H. |title=The Book of Merlyn |year=1977}}

White, T. H. (1977). The Book of Merlyn. 

{{code|lang=html|{{cite book |last=White |first=T. H. |title=The Book of Merlyn |year=1977}}}}

<cite class="citation book">White, T. H. (1977). ''The Book of Merlyn''.</cite><span title="ctx_ver=Z39.88-2004&rfr_id=info%3Asid%2Fhak.wikipedia.org%3A%E6%A8%A1%E6%9D%BF%3AMarkup%2Fdoc&rft.aufirst=T.+H.&rft.aulast=White&rft.btitle=The+Book+of+Merlyn&rft.date=1977&rft.genre=book&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&nbsp;</span></span>

Typing aid: template {{mra}}[kói ngièn-sṳ́-mâ]

{{mra}} will duplicate the source text automatically, saving you the trouble of copying the text and adding 模板:Xtag tags to the first case.

This:

{{subst:mra|'''Bold text'''|''Italic text''}}

Will produce this:

{{markup|
<nowiki>'''Bold text'''</nowiki>|'''Bold text'''|
<nowiki>''Italic text''</nowiki>|''Italic text''}}

Which renders as:

Markup Renders as
'''Bold text'''

Bold text

''Italic text''

Italic text

See also[kói ngièn-sṳ́-mâ]

  • {{Markup2}} for bulleted and indented markup.
  • {{Markupv}} for the vertical presentation (above/below) of markup/code and its output.
  • {{Automarkup}} does not require to write the code samples twice.

TemplateData[kói ngièn-sṳ́-mâ]

This is the TemplateData documentation for this template used by VisualEditor and other tools.

See the monthly error report for this template.

TemplateData for Markup

模板參數

參數描述類型狀態
margin-leftmargin-left

To set a margin on the table's lefthand side.

預設
0
字串非必填
widthwidth

To set the table's overall width.

預設
auto
字串非必填
stylestyle

For CSS styles amending the table's overall appearance.

字串非必填
noheadersnoheaders

Set (as e.g. noheaders=on) to suppress the columns' headings and table's title.

字串非必填
titletitle

Title above table.

字串非必填
colheaderstylecolheaderstyle

For CSS styling to amend the appearance of each column's heading.

字串非必填
col1headerstylecol1headerstyle

For CSS styling to amend the appearance of the first column's heading. Overrides (but does not replace) colheaderstyle.

字串非必填
col1col1

First column (markup/code)'s heading.

預設
"Markup"
字串非必填
col2headerstylecol2headerstyle

For CSS styling to amend the appearance of the second column's heading. Overrides (but does not replace) colheaderstyle.

字串非必填
col2col2

Second column (output)'s heading.

預設
"Renders as"
字串非必填
Column 1 stylecodestyle markupstyle

Use CSS style code to change the look of content in the Markup column.

範例
white-space: nowrap
字串非必填
Column 2 styleoutputstyle

Use CSS style code to change the look of content in the Renders-as column.

字串非必填
11

row 1, first column (markup/code)'s content.

字串非必填
22

row 1, second column (output)'s content.

字串非必填
33

row 2, first column's content (etc).

字串非必填
44

row 2, second column's content (etc).

字串非必填
3939

First column's content in last possible row.

字串非必填
4040

Second column's content in last possible row.

字串非必填