Template:Quick Reference/doc: Difference between revisions

From FamilySearch Wiki
(fixed mistake)
(Created page with "{{documentation subpage}} This is the {{tl|Quick Reference}} template. This template can be used to add quick help tips to a page inside of a box. === Parameters === This tem...")
(One intermediate revision by the same user not shown)
Line 11: Line 11:
'''Optional'''
'''Optional'''


*float - parameter can be set to left or right. Default is left. (ex. float=right)
*float= parameter can be set to left, right. or center. Default is left. (ex. float=right)
*width - parameter can be set using percent (%) or pixels (px). (ex. width=50%) or (width=100px)
*width= parameter can be set using percent (%) or pixels (px). (ex. width=50%) or (width=100px)


=== Examples ===
=== Examples ===
Line 46: Line 46:
=== Also See ===
=== Also See ===


*{{tl|Note}} - to highlight an important note.
*{{tl|Note}} - can be used to highlight an important note
*{{tl|Tip}} - to add a tip for users to the page.

Revision as of 10:35, 3 September 2012

This is the {{Quick Reference}} template.

This template can be used to add quick help tips to a page inside of a box.

Parameters[edit source]

This template has two optional named parameters.

Optional

  • float= parameter can be set to left, right. or center. Default is left. (ex. float=right)
  • width= parameter can be set using percent (%) or pixels (px). (ex. width=50%) or (width=100px)

Examples[edit source]

If you type:

{{Quick Reference|This template can be used to add quick help tips to a page inside of a box.}}


You will get:

If you type:

{{Quick Reference|
#This template can be used to add quick help tips to a page inside of a box.
|float=right
|width=30%}}


You will get:










Also See[edit source]

  • {{Note}} - can be used to highlight an important note