Template:Thumb: Difference between revisions

From artserver wiki
No edit summary
No edit summary
 
Line 2: Line 2:
Template when invokes places image within a thumbnail, on right,  with the file description as caption .
Template when invokes places image within a thumbnail, on right,  with the file description as caption .


Template code: <code> [[ {{{1}}} | thumbnail | right |{{ {{{1}}} }}]]</code>
Template code: <code> [[ {{{1}}} | thumbnail | {{{pos|right}}} |{{ {{{1}}} }}]]</code>
 
Invoke: <nowiki>{{Thumb|pos=center|File:filename.ext}}</nowiki>
Invoke w/ defaul position right: <nowiki>{{Thumb|File:filename.ext}}</nowiki>


Invoke: <nowiki>{{Thumb|File:filename.ext}}</nowiki>
</noinclude>
</noinclude>



Latest revision as of 10:59, 9 January 2018

Template when invokes places image within a thumbnail, on right, with the file description as caption .

Template code: [[ {{{1}}} | thumbnail | right |{{ {{{1}}} }}]]

Invoke: {{Thumb|pos=center|File:filename.ext}} Invoke w/ defaul position right: {{Thumb|File:filename.ext}}