Template:Press Release: Difference between revisions

From Future Worlds Center Wiki
Jump to navigationJump to search
(Created page with "{| border="0" width="285" style="margin:5px 0px 5px 10px;float:right;clear:right;border:1px solid #ccc;background-color:#90EE90;line-height:1.5em;word-spacing:0.5px;" | {| borde...")
 
No edit summary
Line 4: Line 4:
! align="center" valign="top"|'''Press Release'''
! align="center" valign="top"|'''Press Release'''
|-
|-
| align="center" border="0"  | {{#if:{{{image|}}} | {{ScaleImage
| align="center" border="0"  | [[File:Press_release_img.jpg|200|100|{{{title}}}]]
|imagename={{{image}}}
|caption={{{title}}}
|newwidth=200px              <!-- new width=15,scales the image to 15%, new width=80px,scales the image to 80px-->
}} }}
|}
|}
{| border="0" width="100%" cellspacing="5" style="background-color:#90EE90;padding:0px"
{| border="0" width="100%" cellspacing="5" style="background-color:#90EE90;padding:0px"
Line 37: Line 33:


{{Press Release                                         
{{Press Release                                         
       |title=write the title of the press release
       |title=write the title of the press release     
      |image=OrientationManual.png      
       |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
Line 48: Line 43:
<pre>
<pre>
{{Press Release                                         
{{Press Release                                         
       |title=write the title of the press release
       |title=write the title of the press release       
      |image=OrientationManual.png      
       |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
Line 64: Line 58:
===List of Variables===
===List of Variables===
* <b>title</b> : This variable expects from the editor to assign to it the title of the press release.
* <b>title</b> : This variable expects from the editor to assign to it the title of the press release.
* <b>image</b> : This variable expects from the editor to assign to it an image of the Report. You must first upload an image using the upload file option of the toolbox available on the left column of the page. This option is visible if and only if you are logged in.
* <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.

Revision as of 04:06, 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
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
       |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.
  • pages : This variable expects from the editor to assign to it the number of pages of the Report
  • isbn : This variable expects from the editor to assign to it the isbn of the report.
  • 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.