From Arms of God Wiki
bot: universal template Quote |
bot: dark theme for remaining light surfaces (hand-authored tables, /doc + notice panels) |
||
| Line 1: | Line 1: | ||
<includeonly><blockquote class="wm-quote" style="border-left:3px solid # | <includeonly><blockquote class="wm-quote" style="border-left:3px solid var(--panel-border, #3a3c44); padding-left:10px; font-style:italic; margin:0.5em 0;">{{{1}}}{{#if:{{{2|}}}|<br/>— <small>{{{2}}}</small>}}</blockquote></includeonly><noinclude> | ||
== Usage == | == Usage == | ||
<code><nowiki>{{Quote|text|optional attribution}}</nowiki></code> | <code><nowiki>{{Quote|text|optional attribution}}</nowiki></code> | ||
Examples: | Examples: | ||
{| class="wikitable" | {| class="wikitable" style="background:var(--table-row-odd, #1b1c20);color:var(--table-text, #e6e6e6);border-color:var(--table-border, #3a3c44);" | ||
! Code !! Result | ! style="background:var(--table-header-bg, #26272e);color:var(--infobox-header-fg, #f1e9d2);" | Code !! style="background:var(--table-header-bg, #26272e);color:var(--infobox-header-fg, #f1e9d2);" | Result | ||
|- | |- | ||
| <code><nowiki>{{Quote|Just keep moving forward.}}</nowiki></code> || {{Quote|Just keep moving forward.}} | | <code><nowiki>{{Quote|Just keep moving forward.}}</nowiki></code> || {{Quote|Just keep moving forward.}} | ||
Latest revision as of 04:39, 10 June 2026
Usage
{{Quote|text|optional attribution}}
Examples:
| Code | Result |
|---|---|
{{Quote|Just keep moving forward.}} |
|
{{Quote|The world ends with you.|Neku}} |
|
Block quotation with optional attribution.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Quote text | 1 | no description | String | required |
| Attribution (speaker / source) | 2 | no description | String | optional |