Template:Indicator/Doc
From Starfield Wiki
Summary[edit]
This template is used for adding indicators to the top right of the page.
Parameters[edit]
Parameter | Scope | Description |
---|---|---|
1 or image | required | The image to display. This should be the file name only, not a link. |
name | optional | The unique name to use for the indicator. Indicators are always sorted alphabetically by name. In the event that there are duplicate names, the last one wins. |
label | optional | The label to display when the cursor hovers over the image. If label isn't defined, then link is used instead. Set to none to display no label.
|
link | optional | The page to link to have the image link to. This should be the page name only, not a link. Leave blank if you don't want the image to redirect anywhere. |
size | optional | The size of the image, in standard image size format, but without the trailing "px". Defaults to 18 pixels high (x18 ).
|
Examples[edit]
{{Indicator|Attention.png}}
Result is this image (File:Attention.png) at the top of the page.
{{Indicator|Icon-Information.png|Community Portal|StarfieldWiki:Community Portal|size=x27}}
Result is this image () at the top of the page, sized to 27 pixels tall, which links to the Community Portal.