Template:Thumb: Difference between revisions

From artserver wiki
(Created page with "<noinclude> Template when invokes places image within a thumbnail, on right, with the file description as caption . </noinclude> <includeonly> {{1}}|thumbnail|right|{{ {{1...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
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 | {{{pos|right}}} |{{ {{{1}}} }}]]</code>
Invoke: <nowiki>{{Thumb|pos=center|File:filename.ext}}</nowiki>
Invoke w/ defaul position right: <nowiki>{{Thumb|File:filename.ext}}</nowiki>
</noinclude>
</noinclude>


<includeonly>
<includeonly>
[[{{1}}|thumbnail|right|{{ {{1}} }}]]
[[ {{{1}}} | thumbnail | {{{pos|right}}} |{{ {{{1}}} }}]]
</includeonly>
</includeonly>

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}}