Teamplaid:Strikethrough/documentation
This is a documentation subpage for Teamplaid:Strikethrough. It contains usage information, categories and other content that is not part of the original teamplaid page. |
{{Strikethrough}} draws a line through the text that is its parameter. This is done by embedding the parameter in an HTML <s>...</s>
element, producing output such as: this, i.e. text with a line drawn through its middle. Outside articles, it can be used to mark something as no longer accurate or relevant without removing it from view. Do not use it, however, to indicate documentnt edits; to mark a span of text as having been removed from a document, use <del>...</del>
. This template should be used within one block (paragraph); it should not wrap around multiple paragraphs or even multiple bullet points. See the example below for wrapping multiple bullets.
Example
deasaichMarkup |
Output |
---|---|
{{Strikethrough|HyperText Markup Language}} |
|
How to wrap a block of text
deasaichTo wrap text that contains line breaks, use {{Strikethroughdiv}} instead.
Markup |
Output |
---|---|
{{Strikethroughdiv| * This * That * And another thing}} |
Teamplaid:Strikethroughdiv |
See also
deasaich- en:w:Help:Wiki markup#Strikethrough
- {{Strikethrough color}} — differently color the strikethrough-line and the text
- {{Strikethroughdiv}} – apply strikethrough formatting to text containing line breaks