Jump to content

Template:Unstyled inline syntax

From pool
Revision as of 15:03, 28 January 2020 by Caleb Cooper (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This content is in the Template Namespace. Used for page-templates that can be re-used across the wiki.

{{{1}}}

Usage

This template generates syntax highlighting using the "<syntaxhighlight>" tag, but doesn't have a code-element-like style.

Example

{{Unstyled inline syntax|lang=css|code=a[href]::after { content: " (" attr(href) ")" } /* the preceding code allows people to know what links link to */}} returns a[href]::after { content: " (" attr(href) ")" } /* the preceding code allows people to know what links link to */