Template:BackgroundCite/doc: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) No edit summary |
Gammaton32 (talk | contribs) No edit summary |
||
| Line 25: | Line 25: | ||
"name": { | "name": { | ||
"type": "string", | "type": "string", | ||
"description": "The name of the character being cited", | "description": "The name of the character whose background is being cited", | ||
"required": true | "required": true | ||
}, | }, | ||
Latest revision as of 03:05, 30 November 2024
Usage
[edit source]This template can be used to reference character backgrounds.
{{BackgroundCite|name=hero_name|quote=quote}}
There's an optional parameter to change the possessive suffix.
Example usages
[edit source]Example:
{{BackgroundCite|name=Lash|quote=Jacob Lash is an asshole.}}
Result:
Lash's backstory - "Jacob Lash is an asshole."
Example of suffix change:
{{BackgroundCite|name=Abrams|suffix='|quote=Hard hitting, hard headed, and hard drinking; Detective Abrams has been a fixture on the New York investigating scene for years.}}
Result:
Abrams' backstory - "Hard hitting, hard headed, and hard drinking; Detective Abrams has been a fixture on the New York investigating scene for years."
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | The name of the character whose background is being cited | String | required |
| suffix | suffix | Possessive suffix change for characters whose name ends with 's' | String | optional |
| quote | quote | The relevant passage (without quotation marks) | String | required |