Template documentationedit source
This template is used to present markup or code side by side with the output it renders.
Usage[edit source]
{{Markup | '''Bold text''' | '''Bold text''' | ''Italic text'' | ''Italic text'' }}
results in:
Wikitext | Output |
---|---|
Bold text | Bold text |
Italic text | Italic text |
For more parameters and complex usage, see Wikipedia:Template:Markup.
TemplateData[edit source]
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 |