Template:Press Release: Difference between revisions

From Future Worlds Center Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 14: Line 14:
||{{#if:{{{contract|}}} | {{{contract}}} }}
||{{#if:{{{contract|}}} | {{{contract}}} }}
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:11px"
| <b>{{#if:{{{pages|}}} | '''Pages''' }}</b>
| <b>{{#if:{{{media_name|}}} | '''Media Name''' }}</b>
||{{#if:{{{pages|}}} | {{{pages}}} }}
||{{#if:{{{media_name|}}} | {{{media_name}}} }}
|- valign="top" style="font-size:11px"
| <b>{{#if:{{{isbn|}}} | '''ISBN''' }}</b>
||{{#if:{{{isbn|}}} | {{{isbn}}} }}
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:11px"
| <b>{{#if:{{{year|}}} | '''Year''' }}</b>
| <b>{{#if:{{{year|}}} | '''Year''' }}</b>
Line 36: Line 33:
       |project=link it to the encyclopedic page of the related project project  
       |project=link it to the encyclopedic page of the related project project  
       |contract=link it to the formal page of the project
       |contract=link it to the formal page of the project
      |media_name=write the name of the media hosting the press release
       |year=write the Year(s) of the report
       |year=write the Year(s) of the report
       |link=write the link to the report if any
       |link=write the link to the report if any
Line 46: Line 44:
       |project=link it to the encyclopedic page of the related project project   
       |project=link it to the encyclopedic page of the related project project   
       |contract=link it to the formal page of the project
       |contract=link it to the formal page of the project
      |media_name=write the name of the media hosting the press release
       |year=write the Year(s) of the report
       |year=write the Year(s) of the report
       |link=write the link to the report if any
       |link=write the link to the report if any
Line 60: Line 59:
* <b>project</b> : This variable expects from the editor to link it to the related with the press release project (encyclopedic page).
* <b>project</b> : This variable expects from the editor to link it to the related with the press release project (encyclopedic page).
* <b>contract</b> : This variable expects from the editor to link it to the formal page of the project.
* <b>contract</b> : This variable expects from the editor to link it to the formal page of the project.
* <b>pages</b> : This variable expects from the editor to assign to it the number of pages of the Report
* <b>media_name</b> : This variable expects from the editor to assign to it the name of the media hosting the press release
* <b>isbn</b> : This variable expects from the editor to assign to it the isbn of the report.
* <b>year</b> : This variable expects from the editor to assign to it the year that the report was published.
* <b>year</b> : This variable expects from the editor to assign to it the year that the report was published.
* <b>link</b> : This variable expects from the editor to assign to it a link to the Report's document.
* <b>link</b> : This variable expects from the editor to assign to it a link to the Report's document.
</noinclude>
</noinclude>
<noinclude>[[Category:T/Reports]]</noinclude>
<noinclude>[[Category:T/Reports]]</noinclude>

Revision as of 04:18, 7 March 2012

Press Release
{{{title}}}




EXAMPLE ON HOW TO USE THE TEMPLATE

Press Release
write the title of the press release
Project link it to the encyclopedic page of the related project project
Contract link it to the formal page of the project
Media Name write the name of the media hosting the press release
Year write the Year(s) of the report
Download write the link to the report if any


Copy and paste the code below to the page you wish to add a Report's box such as this one:

{{Press Release                                         
       |title=write the title of the press release      
       |project=link it to the encyclopedic page of the related project project   
       |contract=link it to the formal page of the project
       |media_name=write the name of the media hosting the press release
       |year=write the Year(s) of the report
       |link=write the link to the report if any
}}

Then replace the content of the variables with your own, for example :

  Replace 
            title=write the title of the report
  With 
            title=Cyberethics Press Release, Nov 2011

List of Variables

  • title : This variable expects from the editor to assign to it the title of the press release.
  • project : This variable expects from the editor to link it to the related with the press release project (encyclopedic page).
  • contract : This variable expects from the editor to link it to the formal page of the project.
  • media_name : This variable expects from the editor to assign to it the name of the media hosting the press release
  • year : This variable expects from the editor to assign to it the year that the report was published.
  • link : This variable expects from the editor to assign to it a link to the Report's document.