Template:Superimpose/doc

From NEEDY STREAMER OVERLOAD Wiki
Jump to navigation Jump to search

Template:Superimpose is a utility template which superimposes one image on top another. The position of the superimposed image is relative to the top left corner of the underlying image. Imported from Wikipedia. In the context of this wiki, it will be most often used to superimpose a still sprite of Ame or KAngel onto a background image.

Usage

Example 1

{{Superimpose
  | base = Bg stream sayonara 002.png
  | base_width = 348px
  | base_alt = The background from the Utopian Parody stream, in which she does her Farewell Stream
  | base_caption = Utopian Parody Stream Background
  | float = Stream cho sayonara 000 0.png
  | float_width = 348px
  | x = 4
  | y = 0
}}
The background from the Utopian Parody stream, in which she does her Farewell Stream

Example 2

{{Superimpose
  | align = left
  | base = Bg stream (1).png
  | width = 348px
  | base_link = File:Bg stream (1).png
  | float = Stream ame game 000 0.png
  | float_link = File:Stream ame game 000 0.png
}}

Using the Template

To get started, you can simply copy this blank definition into your page, and fill in the data.

{{Superimpose
  | align = 
  | base = 
  | base_width = 
  | base_alt = 
  | base_caption = 
  | float = 
  | float_width = 
  | x = 
  | y = 
}}

or

{{Superimpose
  | align = 
  | width = 
  | base = 
  | float = 
  | float_caption =
}}

The following blank definition includes all the parameters, including those less-commonly used.

{{Superimpose
  | align = 
  | width = 
  | base = 
  | base_width = 
  | base_alt = 
  | base_caption = 
  | base_link = 
  | float = 
  | float_alt = 
  | float_width = 
  | float_caption = 
  | float_link = 
  | x = 
  | y = 
}}