Difference between revisions of "Template:Bquote"
Jump to navigation
Jump to search
(Created page with "<div class="d-flex bg-light rounded p-3 {{{class|}}}"> <div class="d-flex align-items-end text-muted fa-2x font-weight-bold pr-3">{{#if: {{{cite|}}}|<i class="fas fa-quote-lef...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <div class="d-flex | + | <includeonly><div class="d-flex rounded p-3 {{{class|}}}"> |
<div class="d-flex align-items-end text-muted fa-2x font-weight-bold pr-3">{{#if: {{{cite|}}}|<i class="fas fa-quote-left"></i>}}</div> | <div class="d-flex align-items-end text-muted fa-2x font-weight-bold pr-3">{{#if: {{{cite|}}}|<i class="fas fa-quote-left"></i>}}</div> | ||
<div class="w-100"> | <div class="w-100"> | ||
| Line 5: | Line 5: | ||
</div> | </div> | ||
<div class="d-flex align-items-start text-muted fa-2x font-weight-bold pl-3">{{#if: {{{cite|}}}|<i class="fas fa-quote-right"></i>}}</div> | <div class="d-flex align-items-start text-muted fa-2x font-weight-bold pl-3">{{#if: {{{cite|}}}|<i class="fas fa-quote-right"></i>}}</div> | ||
| − | </div> | + | </div></includeonly><noinclude> |
| + | <pre> | ||
| + | {{Bquote | ||
| + | |quote = [string] | ||
| + | |cite = [string] | ||
| + | |class = [CSS class name] | ||
| + | }} | ||
| + | </pre> | ||
| + | {{Bquote | ||
| + | |quote = Some quote | ||
| + | |cite = WikiVisor | ||
| + | |class = bg-warning text-white | ||
| + | }} | ||
| + | [[Category:Interface templates]] | ||
| + | </noinclude> | ||
Latest revision as of 16:44, October 21, 2021
{{Bquote
|quote = [string]
|cite = [string]
|class = [CSS class name]
}}
Some quote
— WikiVisor