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 |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| border="0" width="285" style="margin:5px 0px 5px 10px;float:right;clear:right;border:1px solid #ccc;background-color:# | {| border="0" width="285" style="margin:5px 0px 5px 10px;float:right;clear:right;border:1px solid #ccc;background-color:#eeeeee;line-height:1.5em;word-spacing:0.5px;" | ||
| | | | ||
{| | {{Person | ||
|color=#eeeeee | |||
|image=Press_release_img.jpg | |||
|name='''Press Release''' | |||
}} | |||
{| border="0" width="100%" cellspacing="5" style="background-color:#eeeeee;padding:5px" | |||
{| border="0" width="100%" cellspacing="5" style="background-color:# | |||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| width=" | | width="25%" |<b>{{#if:{{{project|}}} | '''Project''' }}</b> | ||
||{{#if:{{{project|}}} | {{{project}}} }} | ||{{#if:{{{project|}}} | {{{project}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
Line 18: | Line 14: | ||
||{{#if:{{{contract|}}} | {{{contract}}} }} | ||{{#if:{{{contract|}}} | {{{contract}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>{{#if:{{{ | | <b>{{#if:{{{media_name|}}} | '''Media Name''' }}</b> | ||
||{{#if:{{{ | ||{{#if:{{{media_name|}}} | {{{media_name}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>{{#if:{{{year|}}} | '''Year''' }}</b> | | <b>{{#if:{{{year|}}} | '''Year''' }}</b> | ||
Line 37: | Line 30: | ||
{{Press Release | {{Press Release | ||
|title=write the title of the press release | |title=write the title of the press release | ||
|project=link it to the encyclopedic page of the related project | |||
|project=link it to the encyclopedic page of the related | |||
|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 48: | Line 41: | ||
<pre> | <pre> | ||
{{Press Release | {{Press Release | ||
|title=write the title of the press release | |title=write the title of the press release | ||
|project=link it to the encyclopedic page of the related project | |||
|project=link it to the encyclopedic page of the related 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 64: | Line 57: | ||
===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>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> | * <b>media_name</b> : This variable expects from the editor to assign to it the name of the media hosting the press release | ||
* <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> |
Latest revision as of 03:35, 7 March 2012
|
EXAMPLE ON HOW TO USE THE TEMPLATE
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 |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.