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

(Improved description)
Riadok 8: Riadok 8:
 
       |link-external={{{link-external|}}}
 
       |link-external={{{link-external|}}}
 
       |link-text={{{link-text|}}}
 
       |link-text={{{link-text|}}}
       |text={{{text|}}}
+
       |text={{{text}}}
 
}}
 
}}
 
|{{NewsItem
 
|{{NewsItem
Riadok 16: Riadok 16:
 
       |link-internal=News#{{anchorencode:{{{title}}}}}
 
       |link-internal=News#{{anchorencode:{{{title}}}}}
 
       |link-text={{{title}}}
 
       |link-text={{{title}}}
 +
      |text=
 
}}}}<noinclude>
 
}}}}<noinclude>
 
= Template:News =
 
= Template:News =
  
This template generates news items that are fully displayed in the [[News]] page, and displayed in a stripped-down form when transcluded, e.g., to the [[Introduction]] page.
+
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]]. The present template sets its argument according to the page where the item is being displayed.
+
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>

Verzia zo dňa a času 18:07, 24. január 2017

{{{title}}}

{{{text}}}

Template:News

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)
}}