Revision as of 02:02, 11 December 2006 view sourceDavid Kernow (talk | contribs)40,997 editsm +code comments← Previous edit | Revision as of 02:09, 11 December 2006 view source David Kernow (talk | contribs)40,997 editsm simplification of previousNext edit → | ||
Line 9: | Line 9: | ||
{{#if:{{{image|}}} |<!--then:--> | {{#if:{{{image|}}} |<!--then:--> | ||
<table width="100%" style="background:transparent;"> | <table width="100%" style="background:transparent;"> | ||
{{#ifeq:{{{imgpos|}}}|<!--equals:-->left |<!--then: |
{{#ifeq:{{{imgpos|}}}|<!--equals:-->left |<!--then: place image to left of body--> | ||
<tr><td style="padding-right:2em;"><!----NB Keep this and subsequent carriage-returns to maintain formatting:----> | <tr><td style="padding-right:2em;"><!----NB Keep this and subsequent carriage-returns to maintain formatting:----> | ||
] | ] | ||
Line 15: | Line 15: | ||
{{{body}}} | {{{body}}} | ||
</td></tr> | </td></tr> | ||
|<!--else: |
|<!--else: place image to right of body (default)--> | ||
<tr><td> | <tr><td> | ||
{{{body}}} | {{{body}}} | ||
Line 22: | Line 22: | ||
</td></tr> }}<!--end #ifeq:--> | </td></tr> }}<!--end #ifeq:--> | ||
</table> | </table> | ||
|<!--else: |
|<!--else: no image specified--> | ||
{{{body}}} }}<!--end #if:--> | {{{body}}} }}<!--end #if:--> | ||
{{{cat|}}}{{{category|}}} | {{{cat|}}}{{{category|}}} |
Revision as of 02:09, 11 December 2006
Editing of this template by new or unregistered users is currently disabled. See the protection policy and protection log for more details. If you cannot edit this template and you wish to make a change, you can submit an edit request, discuss changes on the talk page, request unprotection, log in, or create an account. |
Template:Navigation with image/doc