Šablóna:News: Rozdiel medzi revíziami

d
 
(10 medziľahlých úprav od 3 ďalších používateľov nie je zobrazených)
Riadok 1: Riadok 1:
<div style="border: thin solid silver; background: white; margin: 1em;">
+
{{#ifexpr: {{#rpos:{{PAGENAME}}|News}}+1 or {{#rpos:{{PAGENAME}}|news}}+1
{| cellpadding="4"
+
|{{NewsItem
  |- align="left"
+
      |title={{{title}}}
  | colspan="2" | '''{{{title}}}'''<br>''{{{when}}}''
+
      |image={{{image|}}}
  |- align="left" valign="center" style="font-size: 9pt;"
+
      |when={{{when|}}}
  | {{{image}}}
+
      |link={{{link|}}}
  | {{{text}}}
+
      |link-internal={{{link-internal|}}}
{{{link}}}
+
      |link-external={{{link-external|}}}
|}  
+
      |link-text={{{link-text|}}}
</div>
+
      |text={{{text}}}
 +
}}
 +
|{{NewsItem
 +
      |title={{{title}}}
 +
      |image={{{image|}}}
 +
      |when={{{when|}}}
 +
      |link-internal=News#{{anchorencode:{{{title}}}}}
 +
      |link-text={{{title}}}
 +
      |text=
 +
}}}}<noinclude>
 +
This template generates news items that are fully displayed in the [[News]] page, and displayed in a short form (image, title, date, and a link to the full text) when transcluded, e.g., to the [[Introduction]] page.
 +
 
 +
Actual wikitext of the news item is generated by [[Template:NewsItem]]. Template:News sets parameters of [[Template:NewsItem]] depending on the page where the news item is being displayed.
 +
 
 +
== Usage – Old Style ==
 +
<pre>{{News
 +
  | title = Title of the news piece (mandatory)
 +
  | image = Name (only!) of an illustrating image, e.g. Presentation.jpg (optional, but highly recommended)
 +
  | when = Date of the event this news piece is about, or date when the piece was published (optional)
 +
  | link = Link to event's details, either [http://example.com external] or [[Example|internal]] (optional)
 +
  | text = Text of the news piece (mandatory, keep it short and to the point)
 +
}}
 +
</pre>

Aktuálna revízia z 18:09, 24. január 2017

{{{title}}}

{{{text}}}

This template generates news items that are fully displayed in the News page, and displayed in a short form (image, title, date, and a link to the full text) when transcluded, e.g., to the Introduction page.

Actual wikitext of the news item is generated by Template:NewsItem. Template:News sets parameters of Template:NewsItem depending on the page where the news item is being displayed.

Usage – Old Style

{{News
  | title = Title of the news piece (mandatory)
  | image = Name (only!) of an illustrating image, e.g. Presentation.jpg (optional, but highly recommended)
  | when = Date of the event this news piece is about, or date when the piece was published (optional)
  | link = Link to event's details, either [http://example.com external] or [[Example|internal]] (optional)
  | text = Text of the news piece (mandatory, keep it short and to the point)
}}