Template:Markup/doc View history

Revision as of 23:45, 6 May 2017 by Kentsmith9 (talk | contribs) (updated category)
This is a documentation subpage for Template:Markup.
It contains usage information, categories and other content that is not part of the original template page.

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

Parameters:

  • unnamed 1: Content of row 1, column 1
  • unnamed 2: Content of row 1, column 2
through
  • unnamed 39: Content of row 20, column 1
  • unnamed 40: Content of row 20, 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


Limitations

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 renderingTemplate:For loop

HTML entities are parsed in the markup cell

Mowikied markup shows as Expected markupTemplate:For loop

To work around this, replace the & with &amp; thus &amp;nbsp; will show as &nbsp;

Examples

Simple examples:

Markup Renders asTemplate:For loop


Multiple rows:

Markup Renders asTemplate:For loop

With title:

Foxes and dogs
Markup Renders asTemplate:For loop

See also