Template:Quote/doc/pt-br: Difference between revisions
< Template:Quote | doc
Jump to navigation
Jump to search
ShadowKaze (talk | contribs) (Undo revision 456057 by ShadowKaze (talk)) Tag: Undo |
No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Adiciona um [[block quotation|bloco de citação]] para uma pagina. | |||
== | == Parâmetros e Exemplos == | ||
{{note| | {{note|Parametros nomeados permitem a você usar símbolos igualitários e muito mais. Parâmetros numerados podem ser usados ao invés disso.}} | ||
{| class=standard-table | style="width:100%;" | {| class=standard-table | style="width:100%;" | ||
|- | |- | ||
! width=15% | | ! width=15% | Parâmetro | ||
! | ! Descrição | ||
! | ! Exemplo | ||
! width=30% | | ! width=30% | Visualização | ||
|- | |- | ||
| align="center" | '' | | align="center" | ''Sem parâmetros'' | ||
| | | Emite uma mensagem de erro | ||
| {{CodeBlock|<nowiki>{{Quote}}</nowiki>}} | | {{CodeBlock|<nowiki>{{Quote}}</nowiki>}} | ||
| {{Capsule|margin=5px|{{Quote}}}} | | {{Capsule|margin=5px|{{Quote}}}} | ||
|- | |- | ||
| align="center" | {{Code|{{param|1}}}} | | align="center" | {{Code|{{param|1}}}} ou {{Code|{{param|texto}}}} | ||
| | | Texto Citado. | ||
| {{CodeBlock|<nowiki>{{Quote|Quote text.}}</nowiki>}} {{CodeBlock|<nowiki>{{Quote|1=Quote text.}}</nowiki>}} {{CodeBlock|<nowiki>{{Quote|text=Quote text.}}</nowiki>}} | | {{CodeBlock|<nowiki>{{Quote|Quote text.}}</nowiki>}} {{CodeBlock|<nowiki>{{Quote|1=Quote text.}}</nowiki>}} {{CodeBlock|<nowiki>{{Quote|text=Quote text.}}</nowiki>}} | ||
| {{Capsule|margin=5px|{{Quote|Quote text.}}}} {{Capsule|margin=5px|{{Quote|1=Quote text.}}}} {{Capsule|margin=5px|{{Quote|text=Quote text.}}}} | | {{Capsule|margin=5px|{{Quote|Quote text.}}}} {{Capsule|margin=5px|{{Quote|1=Quote text.}}}} {{Capsule|margin=5px|{{Quote|text=Quote text.}}}} | ||
|- | |- | ||
| align="center" | {{Code|{{param|2}}}} | | align="center" | {{Code|{{param|2}}}} ou {{Code|{{param|letreiro}}}} | ||
| | | Assinatura da citação. | ||
| {{CodeBlock|<nowiki>{{Quote| | | {{CodeBlock|<nowiki>{{Quote|Citação de texto.|[[Gabe Newell]]}}</nowiki>}} {{CodeBlock|<nowiki>{{Quote|text=Citação de texto.|sign=[[Gabe Newell]]}}</nowiki>}} | ||
| {{Capsule|margin=5px|{{Quote| | | {{Capsule|margin=5px|{{Quote|Citação de texto.|[[Gabe Newell]]}}}} {{Capsule|margin=5px|{{Quote|text=Citação de texto.|sign=[[Gabe Newell]]}}}} | ||
|- | |- | ||
| align="center" | {{Code|{{param|3}}}} or {{Code|{{param|source}}}} | | align="center" | {{Code|{{param|3}}}} or {{Code|{{param|source}}}} | ||
| | | Fonte de cotação. | ||
Não aparece se a assinatura não foi especificada. | |||
| {{CodeBlock|<nowiki>{{Quote | | {{CodeBlock|<nowiki>{{Quote | ||
| | | Citação de texto. | ||
| [[Gabe Newell]] | | [[Gabe Newell]] | ||
| | | Fonte | ||
}}</nowiki>}} | }}</nowiki>}} | ||
{{CodeBlock|<nowiki>{{Quote | {{CodeBlock|<nowiki>{{Quote | ||
| text = | | text = Citação de texto. | ||
| sign = [[Gabe Newell]] | | sign = [[Gabe Newell]] | ||
| source = | | source = Fonte | ||
}}</nowiki>}} | }}</nowiki>}} | ||
| {{Capsule | | {{Capsule | ||
| margin = 5px | | margin = 5px | ||
| {{Quote| | | {{Quote|Citação de texto.|[[Gabe Newell]]|Fonte}}}} {{Capsule|margin=5px|{{Quote|text=Citação de texto.|sign=[[Gabe Newell]]|source=Fonte}} | ||
}} | }} | ||
|} | |} | ||
<includeonly>{{sandbox other|| | <includeonly>{{sandbox other|| | ||
<!-- | <!-- Categoria abaixo desta linha, por favor --> | ||
[[Category:Templates]][[Category:Formatting templates]] | [[Category:Templates]][[Category:Formatting templates]] | ||
}}</includeonly> | }}</includeonly> |
Latest revision as of 10:58, 11 October 2024
Adiciona um bloco de citação para uma pagina.
Parâmetros e Exemplos

Parâmetro | Descrição | Exemplo | Visualização |
---|---|---|---|
Sem parâmetros | Emite uma mensagem de erro | Error: No text given for quotation (or equals sign used in the actual argument to an unnamed parameter) | |
{{{1}}} ou {{{texto}}} | Texto Citado. | Quote text. Quote text. Quote text. | |
{{{2}}} ou {{{letreiro}}} | Assinatura da citação. | Citação de texto. Citação de texto. | |
{{{3}}} or {{{source}}} | Fonte de cotação.
Não aparece se a assinatura não foi especificada. |
Citação de texto. — Gabe Newell, Fonte Citação de texto.
— Gabe Newell, Fonte |