Template:Qnote/doc

From The League Wiki
Jump to navigation Jump to search

Template:qnote: Add a quick, note with a consistent format to an article.

Usage

  • {{{1}}} The contents of the note
  • {{{sup}}} an optional superscript value
  • {{{note}}} an alternative parameter for note content

Examples

{{qnote|example note text}}

Note: example text


{{qnote|sup=1|another example note}}

Note1: another example note


{{qnote|note=an alternative parameter}}

Note: an alternative parameter

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Qnote

<templatedata> { "params": { "1": {}, "sup": { "label": "sup", "description": "optional superscript value", "example": "1", "suggested": true }, "note": { "aliases": [ "1" ], "label": "note", "description": "Text of the note", "example": "example note text", "required": true } }, "description": "Add a quick note", "paramOrder": [ "note", "sup", "1" ] } </templatedata>