shortcuts: {{Strike}} {{S}}

Template:Strikethrough/doc: Difference between revisions

Safer nicotine wiki Tobacco Harm Reduction
Jump to navigation Jump to search
m (1 revision imported)
imported>Jonesey95
(copy edits)
 
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE -->
<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE -->
{{High-use}}
{{Template shortcuts|Strike|S}}
{{Template shortcuts|Strike|S}}


{{tl|Strikethrough}} draws a line through the text that is its parameter. This is done by embedding the parameter in an HTML {{tag|s}} element, producing output such as: {{strikethrough|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 [[document]] edits; to mark a span of text as having been removed from a document, use {{tag|del}}. This template should be used within one block (paragraph); it should not wrap around multiple paragraphs or even multiple bullet points, and it does not appear(?) to be able to wrap [external links] either. See the example below for wrapping multiple bullets.  
{{tl|Strikethrough}} draws a line through the text provided in the first unnamed parameter. The template embeds the parameter in an HTML {{tag|s}} element, producing output such as: {{strikethrough|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 this template, however, to indicate [[document]] edits; to mark a span of text as having been removed from a document, use {{tag|del}}, <del>which is aesthetically similar</del>. This template should be used within one block (paragraph); it should not wrap around multiple paragraphs or even multiple bullet points. See [[#How to wrap a block of text|How to wrap a block of text]] below for a different template that can wrap multiple lines.  


==Example==
==Example==

Latest revision as of 17:16, 22 October 2022


{{Strikethrough}} draws a line through the text provided in the first unnamed parameter. The template embeds 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 this template, however, to indicate document edits; to mark a span of text as having been removed from a document, use ‎<del>...‎</del>, which is aesthetically similar. This template should be used within one block (paragraph); it should not wrap around multiple paragraphs or even multiple bullet points. See How to wrap a block of text below for a different template that can wrap multiple lines.

Example

Markup
Output
{{strikethrough|HyperText Markup Language}}

HyperText Markup Language

How to wrap a block of text

To wrap text that contains line breaks, use {{Strikethroughdiv}} instead.

Markup
Output
{{strikethroughdiv|
* This
* That
* And another thing}}
  • This
  • That
  • And another thing

See also