User:C.Ezra.M/code/doc

This is the documentation subpage for the template {{C.Ezra.M/code}}.
It contains information about the use, categorization, interwiki links and other content that isn't part of the original page.

Description

Use

This template serves as the replacement for the <code> tag. It also disables all wiki markup of the first parameter if desired (<nowiki> can still be freely inserted).

Syntax

{{User:C.Ezra.M/code|text|if yes, disable wiki formatting|style=additional CSS styling}}

Parameters

  • 1: The tag's content.
  • 2: yes if the wiki formatting is to be disabled in the entire tag. (HTML escape entities, e.g. &lt; as < are still interpreted.) The simplest way to enable wiki formatting is to put a pipe | before the closing braces }}. (Default: yes)
  • style: Additional styles to apply.

Sample output

  • {{User:C.Ezra.M/code|[[Main Page]]}}

[[Main Page]]

  • {{User:C.Ezra.M/code|[[Main Page]]|}}

Main Page