Template:Quote/doc: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
Created page with '==Examples== ===Sample 1=== {{quote|style=1|quote=I'm the greatest|source=Muhammed Ali|console=NES}} ===Code 1=== <pre>{{quote|style=1|quote=I'm the greatest|source=Muhammed Al…'
 
mNo edit summary
Line 1: Line 1:
==Examples==
==Examples==
===Sample 1===
===Sample 1===
{{quote|style=1|quote=I'm the greatest|source=Muhammed Ali|console=NES}}
{{quote|style=2|quote=I'm the greatest|source=Muhammed Ali|console=NES}}




===Code 1===
===Code 1===
<pre>{{quote|style=1|quote=I'm the greatest|source=Muhammed Ali|console=NES}}</pre>
<pre>{{quote|style=2|quote=I'm the greatest|source=Muhammed Ali|console=NES}}</pre>




===Sample 2===
===Sample 2===
{{quote|style=2|quote=Who's on first?|source=Abbott|console=DS}}
{{quote|style=1|quote=Who's on first?|source=Abbott|console=DS}}




===Code 2===
===Code 2===
<pre>{{quote|style=2|quote=Who's on first?|source=Abbott|console=DS}}</pre>
<pre>{{quote|style=1|quote=Who's on first?|source=Abbott|console=DS}}</pre>

Revision as of 13:46, 15 July 2010

Examples

Sample 1

Quote

"I'm the greatest"

Muhammed Ali (NES)


Code 1

{{quote|style=2|quote=I'm the greatest|source=Muhammed Ali|console=NES}}


Sample 2

"Who's on first?"

—Abbott (DS)


Code 2

{{quote|style=1|quote=Who's on first?|source=Abbott|console=DS}}