[dismiss]
Difference between revisions of "Template:STFI"
Jump to navigation
Jump to search
m |
m |
||
Line 2: | Line 2: | ||
== Description == | == Description == | ||
'''''St'''andard '''F'''rame '''I'''con''. Used by all templates which displays a frame icon. | '''''St'''andard '''F'''rame '''I'''con''. Used by all templates which displays a frame icon. | ||
<pre>{{STFI|<page name>|icon=|link=}}</pre> | <pre>{{STFI|<page name>|icon=|link=|size=}}</pre> | ||
== Parameters == | == Parameters == | ||
Line 13: | Line 13: | ||
; link | ; link | ||
: Optional. The image url with extension (eg. Action'''.png'''), defaults to <code><nowiki><parameter 1>.png</nowiki></code>. | : Optional. The image url with extension (eg. Action'''.png'''), defaults to <code><nowiki><parameter 1>.png</nowiki></code>. | ||
; size | |||
: Optional. The image size. Can be ''big (default)'', ''mid'', or ''small''. | |||
== Examples == | == Examples == |
Revision as of 04:56, 13 July 2017
Description
Standard Frame Icon. Used by all templates which displays a frame icon.
{{STFI|<page name>|icon=|link=|size=}}
Parameters
- unnamed parameter 1
- Page name. Defines icon and link.
- icon
- Optional. The icon to be displayed with extension (eg. Action.png), defaults to
<parameter 1>.png
.
- link
- Optional. The image url with extension (eg. Action.png), defaults to
<parameter 1>.png
.
- size
- Optional. The image size. Can be big (default), mid, or small.
Examples
{{STFI|Transpose}}
{{STFI|Transpose|size=big}} (default)
{{STFI|Transpose|size=mid}}
{{STFI|Transpose|size=small}}
{{STFI|Rampart|icon=Ruin II.png}}
{{STFI|icon=Ruin II.png|link=Ruin III}}