Template:Quote: Difference between revisions

From AniDB
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
| style="white-space:nowrap;" | {{#if: {{{3|}}}|''{{{3}}}''|}}
| style="white-space:nowrap;" | {{#if: {{{3|}}}|''{{{3}}}''|}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>
<nowiki>{{Quote|DerIdiot|...}}</nowiki>
==Syntax==
{{Quote|DerIdiot|...}}
The template can have '''2''' or '''3 parameters''':
#'''<tt><nowiki>{{quote|<user>|<quote>}}</nowiki></tt>''' - User with his quote.
#'''<tt><nowiki>{{quote|<user>|<quote>|<source>}}</nowiki></tt>''' - Add a right-aligned reference.


  <nowiki>{{Quote|DerIdiot|...|see [http://www.google.com Google] Homepage}}</nowiki>
    '''<user>''' =  The name (nick) of the user you are quoting.
{{Quote|DerIdiot|...|see [http://www.google.com Google] Homepage}}
    '''<quote>''' =  The user's quoted text.
  '''<source>''' =  From where the quote originated, usually add a reference link.
 
==Examples==
<nowiki>{{quote|DerIdiot|...}}</nowiki>
{{quote|DerIdiot|...}}
 
  <nowiki>{{quote|DerIdiot|...|see [http://www.google.com Google] Homepage}}</nowiki>
{{quote|DerIdiot|...|see [http://www.google.com Google] Homepage}}


[[Category:Template]]</noinclude>
[[Category:Template]]</noinclude>

Revision as of 10:42, 6 May 2009

Syntax

The template can have 2 or 3 parameters:

  1. {{quote|<user>|<quote>}} - User with his quote.
  2. {{quote|<user>|<quote>|<source>}} - Add a right-aligned reference.
    <user> =  The name (nick) of the user you are quoting.
   <quote> =  The user's quoted text.
  <source> =  From where the quote originated, usually add a reference link.

Examples

{{quote|DerIdiot|...}}
DerIdiot ...
{{quote|DerIdiot|...|see [http://www.google.com Google] Homepage}}
DerIdiot ... see Google Homepage