You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.7 KiB

authors categories date description tags title
will-faught
paige
shortcodes
2023-09-18T21:35:28-07:00 Demonstration of the Paige quote shortcode.
figures
quotations
Quote Shortcode

Paige provides a paige/quote shortcode for displaying a quotation.

Basic

Code:

{{</* paige/quote */>}}
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
{{</* /paige/quote */>}}

Result:

{{< paige/quote >}} Hickory dickory dock.
The mouse ran up the clock.
The clock struck one,
The mouse ran down,
Hickory dickory dock. {{< /paige/quote >}}

Cite

Code:

{{</* paige/quote cite="Hickory Dickory Dock" */>}}
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
{{</* /paige/quote */>}}

Result:

{{< paige/quote cite="Hickory Dickory Dock" >}} Hickory dickory dock.
The mouse ran up the clock.
The clock struck one,
The mouse ran down,
Hickory dickory dock. {{< /paige/quote >}}

Figure

Code:

{{</* paige/figure caption="Hickory Dickory Dock" */>}}
{{</* paige/quote */>}}
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
{{</* /paige/quote */>}}
{{</* /paige/figure */>}}

Result:

{{< paige/figure caption="Hickory Dickory Dock" >}} {{< paige/quote >}} Hickory dickory dock.
The mouse ran up the clock.
The clock struck one,
The mouse ran down,
Hickory dickory dock. {{< /paige/quote >}} {{< /paige/figure >}}