Template:Samp/doc - minecraft.fandom.com

Jump to navigation Jump to search
Treść tej podstrony pochodzi z artykułu „Template:Samp/doc” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more information
See also: Template:Code

This template is a simplified usage of <samp>...</samp>, which is used to format sample outputs. Usage of samp is deprecated for filenames, so use {{mono}} instead.

Usage[]

The first anonymous parameter is a string to format. Note that <nowiki>...</nowiki> is needed around a parameter value if it contains the pipe (|) or equals (=) symbols, or they will be treated as a parameter separator or parameter identifier, respectively. Alternatively, you could also use {{!}} or {{=}} instead.

Examples[]

  • {{samp|text}}text
  • {{samp|error|color=red}}error

See also[]

  • {{samps}}, which can format multiple strings but does not support attributes