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.

2.5 KiB

categories date description tags title
paige
2023-01-02 Demonstration of the Paige quote shortcode.
figures
shortcodes
Quote Shortcode

Code:

{{</* paige/quote */>}}
Don't believe everything you read on the Internet.
{{</* /paige/quote */>}}

Result:

{{< paige/quote >}} Don't believe everything you read on the Internet. {{< /paige/quote >}}


Code:

{{</* paige/quote cite="Abraham Lincoln" */>}}
Don't believe everything you read on the Internet.
{{</* /paige/quote */>}}

Result:

{{< paige/quote cite="Abraham Lincoln" >}} Don't believe everything you read on the Internet. {{< /paige/quote >}}


Code:

{{</* paige/quote */>}}
Don't believe everything you read on the Internet.
{{</* /paige/quote */>}}

{{</* paige/quote */>}}
Use the Force, Harry.
{{</* /paige/quote */>}}

Result:

{{< paige/quote >}} Don't believe everything you read on the Internet. {{< /paige/quote >}}

{{< paige/quote >}} Use the Force, Harry. {{< /paige/quote >}}


Code:

{{</* paige/quote cite="Abraham Lincoln" */>}}
Don't believe everything you read on the Internet.
{{</* /paige/quote */>}}

{{</* paige/quote cite="Gandalf" */>}}
Use the Force, Harry.
{{</* /paige/quote */>}}

Result:

{{< paige/quote cite="Abraham Lincoln" >}} Don't believe everything you read on the Internet. {{< /paige/quote >}}

{{< paige/quote cite="Gandalf" >}} Use the Force, Harry. {{< /paige/quote >}}


Code:

{{</* paige/quote caption="Hickory Dickory Dock" align="start" */>}}
<pre class="paige-font-inherit">
Hickory dickory dock.
The mouse ran up the clock.
The clock struck one,
The mouse ran down,
Hickory dickory dock.
</pre>
{{</* /paige/quote */>}}

{{</* paige/quote cite="Hickory Dickory Dock" align="end" */>}}
<pre class="paige-font-inherit">
Humpty Dumpty sat on a wall,
Humpty Dumpty had a great fall.
All the king's horses and all the king's men
Couldn't put Humpty together again.
</pre>
{{</* /paige/quote */>}}

Result:

{{< paige/quote caption="Hickory Dickory Dock" align="start" >}}

Hickory dickory dock.
The mouse ran up the clock.
The clock struck one,
The mouse ran down,
Hickory dickory dock.

{{< /paige/quote >}}

{{< paige/quote cite="Hickory Dickory Dock" align="end" >}}

Humpty Dumpty sat on a wall,
Humpty Dumpty had a great fall.
All the king's horses and all the king's men
Couldn't put Humpty together again.

{{< /paige/quote >}}