Template:Article brief: Difference between revisions

From PortlandWiki
Jump to navigation Jump to search
(+start)
 
(no need for blockquote anymore)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
*; [{{{url}}} {{{headline}}}]
*; [{{{url}}} {{{headline}}}]
*: {{{summary}}}
{{#if:{{{summary|}}}|<div style="padding-left:30px;">{{{summary}}}</div>}}{{#if:{{{quote|}}}|{{Quote | text = {{{quote}}}}}}}{{#if:{{{conclusion|}}}|<div style="padding-left:30px;">{{{conclusion}}}</div>}}
*: [{{{url}}} read more]
<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>

Latest revision as of 21:10, 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 =
}}