Difference between revisions of "Template:PdfLayout"
From Organic Design wiki
m |
(add td for margin in pdf) |
||
Line 10: | Line 10: | ||
<table cellpadding=0 cellspacing=0> | <table cellpadding=0 cellspacing=0> | ||
<tr><td width=100% valign=top>{{{2}}}</td> | <tr><td width=100% valign=top>{{{2}}}</td> | ||
− | <td valign=top align=center>[[Image:{{{1}}}|{{{size|}}}]]{{#if:{{{caption|}}}|<br>''{{{caption}}}''}}</td> | + | <td> </td><td valign=top align=center> |
+ | [[Image:{{{1}}}|{{{size|}}}]]{{#if:{{{caption|}}}|<br><br>''{{{caption}}}''}} | ||
+ | </td> | ||
</tr> | </tr> | ||
</table> | </table> |
Revision as of 11:48, 12 November 2008
Usage:
{{PdfLayout|foo.jpg[|caption=Foo image caption][|size=??px] |Content that goes into the table (or not depending on action=pdfbook) }}