m (Protected "Template:Example" [edit=sysop:move=sysop]) |
|||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <noinclude> | + | <includeonly> |
| + | <div style="font-style:italic;text-align:center;padding:5px;clear:both;background-color:#d3c6ff;border:1px dotted #44339B"> | ||
| + | {{{Text|}}} | ||
| + | <div style="border:1px solid #44339B; width:80%;margin:5px;background-color:#fff;margin:auto"> | ||
| + | [[Image:{{{Image|}}}]] | ||
| + | </div> | ||
| + | |||
| + | </div> | ||
| + | </includeonly><noinclude> | ||
This is a template for printing CP Examples. | This is a template for printing CP Examples. | ||
<pre> | <pre> | ||
| Line 7: | Line 15: | ||
} | } | ||
</pre> | </pre> | ||
| − | < | + | |
| − | <div style="text-align:center;padding:5px;clear:both;background-color:#d3c6ff;border:1px dotted #44339B"> | + | |
| − | + | ====Example of usage==== | |
| − | <div style="border:1px solid #44339B; width:80%;background-color:#fff;">[[Image: | + | <pre> |
| + | {Example | ||
| + | |Image=SituationExampleDiagram.jpg | ||
| + | |Text=Content of the Text field | ||
| + | } | ||
| + | </pre> | ||
| + | |||
| + | The result is | ||
| + | |||
| + | <div style="font-style:italic;text-align:center;padding:5px;clear:both;background-color:#d3c6ff;border:1px dotted #44339B"> | ||
| + | Content of the Text field | ||
| + | <div style="border:1px solid #44339B; width:80%;background-color:#fff;margin:5px;"> | ||
| + | [[Image:SituationExampleDiagram.jpg]] | ||
| + | </div> | ||
</div> | </div> | ||
| − | </ | + | {{Info tip |
| + | |'''Note''': the Image value is the name of the file <u>without</u> namespace: | ||
| + | }} | ||
| + | </noinclude> | ||
This is a template for printing CP Examples.
{Example
|Image=
|Text=
}
{Example
|Image=SituationExampleDiagram.jpg
|Text=Content of the Text field
}
The result is
| |
Note: the Image value is the name of the file without namespace: |
|---|