Difference between revisions of "Template:News"

From London Hackspace Wiki
Jump to navigation Jump to search
m (Typofix and clarification in docs)
m (Tweaks to previous/next date boxes)
Line 2: Line 2:
 
{|style="width: 100%; background: transparent;"
 
{|style="width: 100%; background: transparent;"
 
|-
 
|-
|style="font-size: 80%; vertical-align: top; width: 125px;"|{{#if:{{{prev|}}}|[[News/{{{prev}}}|< {{{prevperiod|{{{prev}}}}}}]]}}
+
|style="font-size: 80%; vertical-align: top; width: 150px; white-space: nowrap;"|{{#if:{{{prev|}}}|[[News/{{{prev}}}|< {{{prevperiod|{{{prev}}}}}}]]}}
 
|style="text-align: center; font-size: 120%"|<span style="font-size: 120%">London Hackspace news for '''{{{start}}} &ndash; {{{end}}}'''</span>
 
|style="text-align: center; font-size: 120%"|<span style="font-size: 120%">London Hackspace news for '''{{{start}}} &ndash; {{{end}}}'''</span>
|style="font-size: 80%; vertical-align: top; text-align: right; width: 125px;"|{{#if:{{{next|}}}|[[News/{{{next}}}|{{{nextperiod|{{{next}}}}}} >]]}}
+
|style="font-size: 80%; vertical-align: top; text-align: right; width: 150px; white-space: nowrap;"|{{#if:{{{next|}}}|[[News/{{{next}}}|{{{nextperiod|{{{next}}}}}} >]]}}
 
|}
 
|}
 
</div>
 
</div>

Revision as of 05:40, 14 April 2011

London Hackspace news for {{{start}}} – {{{end}}}


Documentation

All arguments are optional, but you should have at least 1 (ideally more). Don't worry about the way it looks on this page: that's purely because no arguments are specified.

Note: if version is set, the project title links to the parent of the page that includes this template.

Arguments

start
The start of the period of time which this news report covers, e.g. "31st March"
end
The end of the period of time which this news report covers, e.g. "6th April 2011"
prev
(Optional) The date for the previous news report (i.e. the date used in the link). It not specified, no previous link is created.
prevperiod
(Optional) The previous report's date range. If not specified, defaults to prev.
next
(Optional) The date for the next news report (i.e. the date used in the link). It not specified, no next link is created.
nextperiod
(Optional) The next report's date range. If not specified, defaults to next.