12,170
edits
m
Added unused backgrounds as possible values in the templatedata
(Added hermit and sailor unused backgrounds) |
m (Added unused backgrounds as possible values in the templatedata) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 38: | Line 38: | ||
| font-size = 110% | | font-size = 110% | ||
| image-border-shape = none | | image-border-shape = none | ||
| link = {{{1|}}} | | link = {{#if:{{{nolink|}}}||{{{link|{{{1|}}}}}}}} | ||
| image-align = edge | | image-align = edge | ||
}}}}</includeonly><noinclude>{{documentation|content= | }}}}</includeonly><noinclude>{{documentation|content= | ||
Line 83: | Line 83: | ||
=== Unused backgrounds === | === Unused backgrounds === | ||
{{Quote background|Hermit}} | {{Quote background|Hermit|nolink=yes}} | ||
{{Quote background|Sailor}} | {{Quote background|Sailor|nolink=yes}} | ||
=== Unused character-specific backgrounds === | === Unused character-specific backgrounds === | ||
{{Quote background|Trickster Hedonist}} | {{Quote background|Trickster Hedonist|link=Astarion}} | ||
{{Quote background|Astral Zealot}} | {{Quote background|Astral Zealot|link=Lae'zel}} | ||
{{Quote background|Wizard of Waterdeep}} | {{Quote background|Wizard of Waterdeep|link=Gale}} | ||
{{Quote background|Cloistered Stray}} | {{Quote background|Cloistered Stray|link=Shadowheart}} | ||
{{Quote background|Blade of Frontiers}} | {{Quote background|Blade of Frontiers|link=Wyll}} | ||
{{Quote background|Blood War Veteran}} | {{Quote background|Blood War Veteran|link=Karlach}} | ||
{{Quote background|Underdark Exile}} | {{Quote background|Underdark Exile|link=Minthara}} | ||
{{Quote background|Grove Tender}} | {{Quote background|Grove Tender|link=Halsin}} | ||
{{Quote background|World-Wise Heroine}} | {{Quote background|World-Wise Heroine|link=Jaheira}} | ||
{{Quote background|Legend of Baldur's Gate}} | {{Quote background|Legend of Baldur's Gate|link=Minsc}} | ||
== Template data == | == Template data == | ||
Line 118: | Line 118: | ||
"Soldier", | "Soldier", | ||
"Urchin", | "Urchin", | ||
"Haunted One" | "Haunted One", | ||
"Hermit", | |||
"Sailor", | |||
"Trickster Hedonist", | |||
"Astral Zealot", | |||
"Wizard of Waterdeep", | |||
"Cloistered Stray", | |||
"Blade of Frontiers", | |||
"Blood War Veteran", | |||
"Underdark Exile", | |||
"Grove Tender", | |||
"World-Wise Heroine", | |||
"Legend of Baldur's Gate" | |||
], | ], | ||
"required": true | "required": true | ||
Line 138: | Line 150: | ||
"default": "right", | "default": "right", | ||
"suggestedvalues": ["right", "left"] | "suggestedvalues": ["right", "left"] | ||
}, | |||
"link": { | |||
"label": "Link override", | |||
"description": "Override where clicking the image links to.", | |||
"type": "wiki-page-name" | |||
}, | |||
"nolink": { | |||
"label": "Disable link", | |||
"description": "Entirely remove the link. This is the same as setting \"link=\". For use with cut backgrounds that don't have dedicated pages.", | |||
"type": "boolean" | |||
} | } | ||
}, | }, | ||
"description": "Display a | "description": "Display a character background quote", | ||
"format": "inline" | "format": "inline" | ||
} | } |