Template:RefQuote/doc
This is a documentation subpage for Template:RefQuote It contains usage information, categories and other content that is not part of the original template page. |
{{RefQuote|Text|Href|Label}} produces html output <div><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></div>
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, |
|
The anchor is linked to using
[[#Href|...]]
.
See also
editSee documentation on {{RefQuoteExt|width|lmargin|vcenter|Text|Href|Label}}
for a version that allows adjustments in position.