Fallout Wiki
Advertisement
Fallout Wiki

Meta-template for constructing source templates.

This template should not be used directly in articles.

Template parameters

ParameterDescriptionTypeStatus
<unnamed 1>1

This must always be added, and it must always be set to {{{1}}}.

Example
{{{1}}}
Stringrequired
Linklink

The page the image links to.

Filesuggested
Sourcesource

The source of the tagged information.

Example
Fallout
Stringrequired
Source prefixsource prefix

Allows the adding of none bold adjective, prefixed to the source.

Stringoptional
Texttext

Additional text to be displayed after "The following is based on {{{source|}}}".

Default
default
Example
Available options: default, contradict, empty, prerelease, semi, spoiler, noncanon, nonfranchise, canon
Stringrequired
Colorcolor

Color of top and bottom borders (optional, only use if necessary). Accepts standard HTML color names or RGB hex triplets. To ensure a standardized and professional look across all {{sourcebox}}-based templates, this should only be used very sparingly.

Example
red
Stringoptional
Imageimage

File name of image to be displayed (without "File:").

Default
Canonbox default.png
Fileoptional
Pixel Sizepx

Size of image passed to the image parameter. Only use if really necessary.

Example
50x50px
Stringoptional

Output for {{{text|}}}[]

  • default: "has not been confirmed by canon sources"
  • contradict: "contradicts canon sources"
  • empty: no additional text
  • prerelease: "may be inaccurate or contain spoilers"
  • semi: "some details might contradict canon"
  • spoiler: "may contain spoilers"
  • noncanon: "is not considered canon"
  • nonfranchise: "is not part of the Fallout franchise"
  • canon: "may still be canonical"

Usage[]

{{sourcebox
|image  =Example.png
|link   =Fallout Wiki:About
|source =''[[Nukapedia]]''
|text   =default
|1      ={{{1}}}
}}

All "end" templates based on {{Sourcebox}} support various values for <unnamed 1> (if the end template properly passes its <unnamed 1> value to {{Sourcebox}} as shown above). This can be used by editors to override the text for specific purposes.

Available options:

  • contradict: Overrides other text options with the appropriate text for a contradiction to canon.
  • end: Alters the template text so it marks the end of information from the source.

Copy/paste[]

{{sourcebox
|image  = 
|link   =
|source = 
|text   = 
|1      ={{{1}}}
}}

Examples[]

Canonicity[]

{{sourcebox
|image  =FOBoSLogo.png
|link   =Fallout: Brotherhood of Steel
|source =''[[Fallout: Brotherhood of Steel]]''
|text   =default
|1      ={{{1}}}
}}

results in:

Spoiler[]

{{sourcebox
|image  =Operation Anchorage logo.png
|link   =Operation: Anchorage (add-on)
|source =''[[Operation: Anchorage (add-on)|Operation: Anchorage]]''
|text   =spoiler
|1      ={{{1}}}
}}

results in:

Technical[]

Advertisement