Template:Markup/row: Difference between revisions
Randombell (talk | contribs) Created page with "<noinclude> <languages /> {{(}}{{!}} style="width:90%; border-width: medium;" </noinclude>{{#switch:<translate></translate> | = <br /> {{!}}- {{!}} style="width:50%; background-color: #f9f9f9; border-width: 1px; padding: 5px; border-style: solid none none solid; border-color: #ddd; vertical-align:top;" {{!}} {{#tag:pre|{{{cell1|<translate><!--T:1--> Markup</translate>}}}| style="border: none; margin:0; padding: 0; word-wrap: break-word; white-space: pre-wrap"}} {{!}} sty..." |
(No difference)
|
Latest revision as of 09:25, 20 August 2025
<languages />
Lua error: expandTemplate: template loop detected.This template is used to present markup or code side by side with the output it renders.
Usage
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>...</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:
- If the first line includes wikimarkup that must start on a new line such as #, * or ; then use
<nowiki />
before the first line; see examples below.
Limitations
<nowiki>...</nowiki>
If you don't wrap the content of the markup cell in <nowiki>...</nowiki>
, then any template markup will not be escaped, it will be expanded.
This example shows the markup for {{tl|tag}}:
Renders as | Expected renderingLua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected. |
---|---|
HTML entities
HTML entities are parsed in the markup cell:
Nowikied markup shows as | Expected markupLua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected. |
---|---|
To work around this, replace the &
with &
thus &nbsp;
will show as
Example
Simple
Markup | Renders asLua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected. |
---|---|
Multiple rows
Markup | Renders asLua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected. |
---|---|
With title
Markup | Renders asLua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected.Lua error: expandTemplate: template loop detected. |
---|---|
TemplateData
TemplateData for Markup
Parameter | Description | Type | Status | |
---|---|---|---|---|
margin-left | margin-left | To set a margin on the table's lefthand side.
| String | optional |
width | width | To set the table's overall width.
| String | optional |
style | style | For CSS styles amending the table's overall appearance. | String | optional |
noheaders | noheaders | Set (as e.g. noheaders=on) to suppress the columns' headings and table's title. | String | optional |
title | title | Title above table. | String | optional |
colheaderstyle | colheaderstyle | For CSS styling to amend the appearance of each column's heading. | String | optional |
col1headerstyle | col1headerstyle | For CSS styling to amend the appearance of the first column's heading. Overrides (but does not replace) colheaderstyle. | String | optional |
col1 | col1 | First column (markup/code)'s heading.
| String | optional |
col2headerstyle | col2headerstyle | For CSS styling to amend the appearance of the second column's heading. Overrides (but does not replace) colheaderstyle. | String | optional |
col2 | col2 | Second column (output)'s heading.
| String | optional |
codestyle | codestyle markupstyle | For CSS styles amending the presentation of the first column (markup/code)'s content (e.g. a smaller font-size). | String | optional |
outputstyle | outputstyle | For CSS styles amending the presentation of the second column (output)'s content. | String | optional |
1 | 1 | row 1, first column (markup/code)'s content. | String | optional |
2 | 2 | row 1, second column (output)'s content. | String | optional |
3 | 3 | row 2, first column's content (etc). | String | optional |
4 | 4 | row 2, second column's content (etc). | String | optional |
39 | 39 | First column's content in last possible row. | String | optional |
40 | 40 | Second column's content in last possible row. | String | optional |