Template:Quote: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 11: Line 11:
==Syntax==
==Syntax==
The template can have '''2''' to '''4 parameters''':
The template can have '''2''' to '''4 parameters''':
#{{m|<nowiki>quote|<user>|<quote></nowiki>}} - User with his quote.
#{{m|quote|<user>|<quote>}} - User with his quote.
#{{m|<nowiki>quote|<user>|<quote>|<source></nowiki>}} - Add a right-aligned reference.
#{{m|quote|<user>|<quote>|<source>}} - Add a right-aligned reference.
#{{m|<nowiki>quote|<#>|<user>|<quote>|<source></nowiki>}} - Indentation only for quotes with <source>.
#{{m|quote|<#>|<user>|<quote>|<source>}} - Indentation only for quotes with <source>.


        '''<#>''' =  Number '''0''' (min) to '''6''' (max), defines indentation level.
     '''<user>''' =  The name (nick) of the user you are quoting.
     '''<user>''' =  The name (nick) of the user you are quoting.
     '''<quote>''' =  The user's quoted text.
     '''<quote>''' =  The user's quoted text.
   '''<source>''' =  From where the quote originated, usually add a reference link.
   '''<source>''' =  From where the quote originated, usually add a reference link.
        '''<#>''' =  Number '''0''' (min) to '''6''' (max), defines indentation level.


{{eyecatch|Note|Due to coding restrictions specification of the indent level is only possible if you define a <source>, if you do not have one, then enter a '''-''' (minus) as placeholder (it will be replaced by with nothing)!}}
{{eyecatch|Note|Due to coding restrictions specification of the indent level is only possible if you define a <source>, if you do not have one, then enter a '''-''' (minus) as placeholder (it will be replaced by with nothing)!}}