Template:Screenshot
Screenshot Template
Creates a consistently styled screenshot with an optional caption.
Usage
{{Screenshot
| File.png
| 600px
| Alternative text
| Optional caption
}}
Parameters
- File name (required)
- Width (optional, defaults to
600px) - Alternative text (recommended)
- Caption (optional)
Examples
Without a caption:
{{Screenshot
| DrupalMySites.png
| 500px
| Screenshot showing the My Sites menu
}}
With a caption:
{{Screenshot
| DrupalMySites.png
| 500px
| Screenshot showing the My Sites menu
| Figure 1. The Drupal toolbar after a successful login.
}}