साँचा:RefQuote

विकिपुस्तक से

 {{{1}}}

{{RefQuote|Text|Href|Label}}  produces html output

<p><table width="100%"><tr><td width="20"> </td><td>
Text
</td><td valign="center"><table align="right"><tr><td>
<span id="Href"></span>Label
</td></tr></table></td></tr></table></p>

This positions Text to the left with a small padding from the margin and Label as an anchor to the right of the screen with vertical centering. For example

 {{RefQuote|Hello,<br>Hello,<br>Hello|World|<b>World</b>}} 
will output

 

Hello,
Hello,
Hello

World

The anchor is linked to using
[[#Href|...]]
.

See also[सम्पादन]

See documentation on {{RefQuoteExt|width|lmargin|vcenter|Text|Href|Label}} for a version that allows adjustments in position.