Template:Quote

From Wiki of Loathing
Jump to navigation Jump to search
Template-info.svg Documentation

This template is used to quote a person or source. The color of the quotes themselves should be changed to match the wiki skin color palette.

Usage

  • width (optional): Width of the table (default 50em).
  • pos (optional): Position of the table.
    • right: Float to the right.
    • left: Float to the left.
    • rightclear: Float to the right, and clear:both.
    • leftclear: Float to the left, and clear:both.
    • center (default): Center in page.
    • inline: Inline with text.
    • unset or nofloat: Normal table positioning.

{{Quote|This is a quote.}} prints:

This is a quote.

{{Quote|This is a quote.|Author}} prints:

This is a quote.
~ Author

{{Quote|This is a quote.|Author|subject}} prints:

This is a quote.
~ Author on subject

{{Quote|This is a quote.|[[Main Page|Some guy]]|subject}} prints:

This is a quote.
~ Some guy on subject

{{Quote|This is a quote.|[[Main Page|Some guy]]|subject|Cleanup.svg}} prints:

Cleanup.svg This is a quote.
~ Some guy on subject

Images are automatically scaled in width to 64px.