Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

mra = markup renders as

Purpose

Duplicate each parameter, and send them to Template:Markup, each of them once wrapped in nowiki tags and once displayed normally.

Usage

Use this template with at least one parameter and at most 30 parameters. Keep all the parameters on the same line.

{{subst:mra|Arbitrary wiki markup1|Arbitrary wiki markup2|Arbitrary wiki markup3... and so on up to 30}}

Examples

{{subst:mra|'''Bold text'''|''Italic text''|[[Internal link]]}}

Result in "Show changes":

{{markup|
<nowiki>'''Bold text'''</nowiki>|'''Bold text'''|
<nowiki>''Italic text''</nowiki>|''Italic text''|
<nowiki>[[Internal link]]</nowiki>|[[Internal link]]}}

Result in "Show preview" or after saving:

Markup Renders as
'''Bold text'''

Bold text

''Italic text''

Italic text

[[Internal link]]

See also