Template:Quote

From Ring of Brodgar
Jump to navigation Jump to search

Usage and Debug preview:

Note: Quote template is not supporting multiline text quotes.

1) {{quote}}
2) {{quote|    }}
3) {{quote|Text}}
4) {{quote|Text|    }}
5) {{quote|    |    }}
6) {{quote|Text|Name}}

7) {{quote|t=foo=bar|n=Name}}
- Text with "=" character (named-parameter variant)
- Don't mix named- and unnamed-parameter style in the same call.

8) {{quote|Foo{{!}}Bar|Name}}
- Text with "|" character.
- Any "|" character in the Name/Text needs to be changed to "{{!}}".

1) >"No Text Given"
2) >"No Text Given"
3) >"Text"
4) >"Text"
5) >"No Text Given"
6) Name>"Text"
7) Name>"foo=bar" <-- text with "=" character.
8) Name>"Foo|Bar" <-- text with "|" character.