সাঁচ:Markup/doc

অসমীয়া ৱিকিপিডিয়াৰ পৰা

Usage[সম্পাদনা কৰক]

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

Parameters:

  • unnamed 1: Content of column 1
  • unnamed 2: Content of column 2
  • t1: Title of column one; defaults to Markup
  • t2: Title of column two; defaults to Renders as
  • title: Title of table; defaults to none
  • notitle: When set, suppresses table and column titles
  • margin: set table left margin in em

The Markup cell is pre-formatted with <pre></pre> to retain newlines and spaces, but styled to allow content to wrap within the cell. It is usually desirable to escape the content of the Markup cell so that the markup is displayed by wrapping the markup in <nowiki>. It is technically not possible to add this feature to the template.

In the Renders as cell, the content is usually the unescaped markup copied from the Markup cell. There are instances where this may differ:

  • Header markup such as ​==​ will show in the page table of contents; use {{fake heading}}.
  • When using {{reflist}} with no other parameters, use {{reflist|close}} to ensure that the reference list is closed.

Examples[সম্পাদনা কৰক]

Default

লিপি প্ৰদৰ্শন কৰে
The quick brown fox jumps over the lazy dog.{{#tag:ref|A footnote.<ref>A reference for the footnote.</ref>|group=nb}}

==Notes==
{{Reflist|group=nb}}

==References==
{{Reflist}}

The quick brown fox jumps over the lazy dog.[nb 1]
Notes
  1. A footnote.[1]
References
  1. A reference for the footnote.

Stacking with |notitle=y

লিপি প্ৰদৰ্শন কৰে
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.

With title

Foxes and dogs
লিপি প্ৰদৰ্শন কৰে
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.

See also[সম্পাদনা কৰক]