Template:Quote: Difference between revisions

From Habbox Wiki
Jump to navigation Jump to search
Laura (talk | contribs)
mNo edit summary
Laura (talk | contribs)
mNo edit summary
Line 9: Line 9:
<noinclude>
<noinclude>
{{documentation}}
{{documentation}}
<templatedata>
{
"params": {
"Quoted text": {
"description": "The text you're quoting",
"required": true
},
"The link to where the quote is from": {},
"The author/attribute of the quote": {}
},
"paramOrder": [
"Quoted text",
"The link to where the quote is from",
"The author/attribute of the quote"
]
}
</templatedata>
</noinclude>
</noinclude>
[[Category:Quote Templates]]
[[Category:Quote Templates]]

Revision as of 18:08, 16 October 2021



{{Quote}} adds a quote to a page including optional paramaters for Author (attribution) and Linked Source (where the quote is from)

Usage

To use the Quote template use the following layout:

{{Quote|quotetext=|author=|link=}}

The first parameter is the text of the quote, the second parameter is the person (or entity) who said it, and the third parameter is where the quote came from (paste a whole URL here).

Parameters

  • quotetext - the text to quote
  • author - the author or attribute name
  • link - an HTML link to here the quote was originally posted

Examples

Quoted Text

{{Quote|quotetext=Example Text}}

“{{{1}}}”


Quoted Text with Author

{{Quote|quotetext=Example Text|author=Author}}

“{{{1}}}”


Quoted Text with Linked Source

{{Quote|quotetext=Example Text|author=Author name|link=https://www.example.com/}}

“{{{1}}}”







No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Quoted textQuoted text

The text you're quoting

Unknownrequired
The link to where the quote is fromThe link to where the quote is from

no description

Unknownoptional
The author/attribute of the quoteThe author/attribute of the quote

no description

Unknownoptional