Template:Article brief: Difference between revisions
Jump to navigation
Jump to search
(+start) |
m (added quote and conclusion fields) |
||
Line 1: | Line 1: | ||
*; [{{{url}}} {{{headline}}}] | *; [{{{url}}} {{{headline}}}] | ||
{{#if:{{{summary|}}}|<div style="padding-left:30px;">{{{summary}}}</div>}}{{#if:{{{quote|}}}|<blockquote style="padding-left:45px;">{{{quote}}}</blockquote>}}{{#if:{{{conclusion|}}}|<div style="padding-left:30px;">{{{conclusion}}}</div>}} | |||
<div style="padding-left:30px;">[{{{url}}} read more]</div> | |||
<noinclude> | <noinclude> | ||
---- | ---- | ||
== How to use == | == How to use == | ||
Use the following code | Use the following code. Required lines are in '''bold'''. | ||
<code>{{ Article brief<br | <code>{{ Article brief <br> | ||
| headline = <br | | '''headline''' = <br> | ||
| url = <br | | '''url''' = <br> | ||
| summary = <br | | summary = <br> | ||
| quote = <br | | quote = <br> | ||
| conclusion = <br> | |||
}}</code> | }}</code> | ||
</noinclude> | </noinclude> |
Revision as of 19:43, 12 March 2012
- [{{{url}}} {{{headline}}}]
[{{{url}}} read more]
How to use
Use the following code. Required lines are in bold.
{{ Article brief
| headline =
| url =
| summary =
| quote =
| conclusion =
}}