Quote: Difference between revisions From Online Manual

Jump to: navigation, search
No edit summary
No edit summary
 
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<tr><td><center><span style="font-size: 12pt;" class="bbc_size"><tt>'''quote'''</tt></span></center></td><td><center>'''Quote'''</center></td><td><center><img src="http://docs.simplemachines.org/Themes/default/images/bbc/quote.gif" alt="" class="bbc_img" /></center></td></tr>
{{Wordy bbc
|button=quote.gif
|tag=quote
|example=[quote]blocks, text or more BB Code[/quote]
|description=The quote tag formats text as a quote. If you use the quote button, then it will be formatted for you. This is a block level tag.


<tr><td><nowiki>&#91;quote&#93;blocks, text or more BB Code&#91;/quote&#93;</nowiki></td><td>The <tt>quote</tt> tag formats text as a quote. If you use the quote button, then it will be formatted for you. This is a block level tag.</td><td><div class="quoteheader"></div><blockquote>blocks, text or more BB Code</blockquote></td></tr>
The author property specifies an author of the quote. If the name contains complex characters please use quotes.
[quote author="SMF Doc Team"]blocks, text or more BB Code[/quote]  <div style="color:#666;font-size:x-small;font-weight:bold;padding:0 0.3em;margin-top:1.2em">Quote From: SMF Doc Team</div><blockquote style="background-color: #D7DAEC; border-bottom: 2px solid #9999AA; border-top: 2px solid #9999AA;line-height:.5em;margin: 0.1em 0 0.3em; overflow: auto;padding: .1em 1.4em 1.7em 1.4em;font-size:x-small;text-indent:-1.3em">[[File:Quote.png|none|sup|alt=]]blocks, text or more BB Code</blockquote>


<tr><td><nowiki>&#91;quote author=&quot;SMF Doc Team&quot;&#93;blocks, text or more BB Code&#91;/quote&#93;</nowiki></td><td>The author property specifies and author of the quote. If the name contains complex characters please use quotes.</td><td><div class="quoteheader">: SMF Doc Team</div><blockquote>blocks, text or more BB Code</blockquote></td></tr>
You can also specify a link to the quote and a time. All three are required, you cannot have only a time for example. The link property can only specify internal forum links. The date property is in the format of a [[Timestamp|unix timestamp]].
 
<nowiki>[quote author="SMF Doc Team" link=topic=570 date=1141105279]blocks, text or more BB Code[/quote]</nowiki>
<div class="linkquote" style="color:334466;font-size:x-small;font-weight:bold;padding:0 0.3em;margin-top:1.2em">[http://simplemachines.org/community/index.php?topic=570.0 Quote From: SMF Doc Team on  February 28, 2006,  12:41:19 am]</div><blockquote style="background-color: #D7DAEC; border-bottom: 2px solid #9999AA; border-top: 2px solid #9999AA;line-height:.5em;margin: 0.1em 0 0.3em; overflow: auto;padding: .1em 1.4em 1.7em 1.4em;font-size:x-small;text-indent:-1.3em">[[File:Quote.png|none|sup|alt=]]blocks, text or more BB Code</blockquote><br />
 
In the above example it would link to the topic with the id of 570, by the user SMF Doc Team and have a timestamp of 1141105279 which would convert to February 28, 2006,  12:41:19 am (depending on the user's default time settings).
 
|result=<div style="color:#666;font-size:x-small;font-weight:bold;padding:0 0.3em;">Quote</div><blockquote style="background-color: #D7DAEC; border-bottom: 2px solid #9999AA; border-top: 2px solid #9999AA;line-height:.5em;margin: 0.1em 0 0.3em; overflow: auto;padding: .1em 1.4em 1.7em 1.4em;font-size:x-small;text-indent:-1.3em">[[File:Quote.png|none|sup|alt=]]blocks, text or more BB Code</blockquote>
}}


<tr><td><nowiki>&#91;quote author=&quot;SMF Doc Team&quot; link=topic=570 date=1141105279&#93;blocks, text or more BB Code&#91;/quote&#93;</nowiki></td><td>You can also specify a link to the quote and a time. All three are required, you cannot have only a time for example. The link property can only specify internal forum links. The date property is in the format of a [[unix timestamp]].</td><td><div class="quoteheader"><a href="http://docs.simplemachines.org/index.php??topic=570">: &quot;SMF Doc Team&quot;  1141105279</a></div><blockquote>blocks, text or more BB Code</blockquote></td></tr></table>


[[Category:Bulletin_Board_Code]]
[[Category:Bulletin_Board_Code]]
[[Category:Basic Bulletin Board Code]]

Latest revision as of 20:19, 8 July 2013

button: Quote.gif

description: The quote tag formats text as a quote. If you use the quote button, then it will be formatted for you. This is a block level tag.

The author property specifies an author of the quote. If the name contains complex characters please use quotes.

[quote author="SMF Doc Team"]blocks, text or more BB Code[/quote]

Quote From: SMF Doc Team

blocks, text or more BB Code

You can also specify a link to the quote and a time. All three are required, you cannot have only a time for example. The link property can only specify internal forum links. The date property is in the format of a unix timestamp.

[quote author="SMF Doc Team" link=topic=570 date=1141105279]blocks, text or more BB Code[/quote]

blocks, text or more BB Code


In the above example it would link to the topic with the id of 570, by the user SMF Doc Team and have a timestamp of 1141105279 which would convert to February 28, 2006, 12:41:19 am (depending on the user's default time settings).

example: [quote]blocks, text or more BB Code[/quote]

result:

Quote

blocks, text or more BB Code



Advertisement: