Template:Plinkt/doc: Difference between revisions

242 bytes removed ,  Yesterday at 07:38
no edit summary
(Created page with "{{Documentation}} The '''picture link table''' template is a variant of {{t|plink}} used to created image-and-text links within tables. ==Usage== ===1=== The first unnamed parameter takes the name of the page to be linked to. The template will automatically use the same name for the image shown in the first column. {|class="wikitable" |+ Example !Code ! colspan="2" |Produces !Standard syntax |- |<code><nowiki>{{plinkt|Hammermage potion}}</nowiki></code> |{{plinkt|Hamm...")
 
No edit summary
 
Line 13:
!Standard syntax
|-
|<code><nowiki>{{plinkt|Hammermage potionBucket}}</nowiki></code>
|{{plinkt|Hammermage potionBucket}}
| <pre>
| [[File:Hammermage potionBucket.png|link=Hammermage potionBucket]]
| [[Hammermage potionBucket]]
</pre>
|}
Line 30:
!Standard syntax
|-
|<code><nowiki>{{plinkt|Hammermage potionBucket|pic=Brown Kelp}}</nowiki></code>
|{{plinkt|Hammermage potionBucket|pic=Brown Kelp}}
| <pre>
| [[File:Brown Kelp.png|link=Hammermage potionBucket]]
| [[Hammermage potionBucket]]
</pre>
|}
Line 46:
! Standard syntax
|-
| <code><nowiki>{{plinkt|Hammermage potionBucket|border=no}}</nowiki></code>
| {{plinkt|Hammermage potionBucket|border=no}}
| <pre>
| style="border-right: none;" | [[File:Hammermage potionBucket.png|link=Hammermage potionBucket]]
| style="border-left: none;" | [[Hammermage potionBucket]]
</pre>
|}
Line 61:
!Standard syntax
|-
| <code><nowiki>{{plinkt|Hammermage potionBucket|link=Brown Kelp}}</nowiki></code>
| {{plinkt|Hammermage potionBucket|link=Brown Kelp}}
| <pre>
| [[File:Hammermage potionBucket.png|link=Brown Kelp]]
| [[Brown Kelp|Hammermage potionBucket]]
</pre>
|-
| <code><nowiki>{{plinkt|Hammermage potionBucket|link=no}}</nowiki></code>
| {{plinkt|Hammermage potionBucket|link=no}}
| <pre>
| [[File:Hammermage potionBucket.png|link=]]
| Bucket
| Hammermage potion
</pre>
|}