The forum pages are fully operational! See this link for the latest forum topics, where users can collaborate or discuss certain topics in one place!

Difference between revisions of "Template:Boxquote"

From Arthur Wiki
Jump to navigationJump to search
addChangeTag.php>TheAtomicLight
addChangeTag.php>TheAtomicLight
Line 11: Line 11:


==Example usage==
==Example usage==
'''Quoted text only:'''<BR>
'''Quoted text only:'''<br>
<nowiki>{{Boxquote</nowiki><BR>
<nowiki>{{Boxquote</nowiki><br>
<nowiki>|text = Test 123}}</nowiki>
<nowiki>|text = Test 123}}</nowiki>


Line 19: Line 19:
|text = Test 123}}
|text = Test 123}}


'''Quoted text with person's name:'''<BR>
'''Quoted text with person's name:'''<br>
<nowiki>{{Boxquote</nowiki><BR>
<nowiki>{{Boxquote</nowiki><br>
<nowiki>|text = Test 123</nowiki><BR>
<nowiki>|text = Test 123</nowiki><br>
<nowiki>|saidby= This template}}</nowiki>
<nowiki>|saidby = This template}}</nowiki>


result:
result:
{{Boxquote
{{Boxquote
|text = Test 123
|text = Test 123
|saidby= This template}}
|saidby = This template}}
 
'''Quoted text with person's name and reference:'''<br>
<nowiki>{{Boxquote</nowiki><br>
<nowiki>|text = Test 123</nowiki><br>
<nowiki>|saidby = This template</nowiki><br>
<nowiki>|reference = This template}}</nowiki>
 
result:
{{Boxquote
|text = Test 123
| saidby = This template
| reference = This template}}
[[Category:Quote templates]]
[[Category:Quote templates]]
</noinclude>
</noinclude>

Revision as of 14:40, 3 October 2014


Example usage

Quoted text only:
{{Boxquote
|text = Test 123}}

result:

Test 123

Quoted text with person's name:
{{Boxquote
|text = Test 123
|saidby = This template}}

result:

Test 123

—This template

Quoted text with person's name and reference:
{{Boxquote
|text = Test 123
|saidby = This template
|reference = This template}}

result:

Test 123

—This template, This template