Template:TextDiff/doc
It contains usage information, categories, and other content that is not part of the original template page.
This template can be used to show proposed changes, e.g. on talk pages.
Usage
[edit ]{{Text diff|Old text.|New text.}}
produces a diff showing the changes:
Limitations
[edit ]This template is suitable only for comparing a single in-line string of text. Use of this template to compare multi-line content (i.e. HTML block content, text including line breaks) will result in syntax errors.
This template must be placed on a new line, i.e. with a line break before the template. Adding the template to a line that is indented with a colon or asterisk may result in syntax errors.
TemplateData
[edit ]TemplateData for TextDiff
This template compares two texts. The comparison is formatted similarly to a "diff" (see Help:Diff).
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Old text | 1 | Specify the old wikitext here. | Line | required |
| New text | 2 | Specify the new wikitext here. | Line | required |