Γραφειοκράτες, Διαχειριστές, translator
982
επεξεργασίες
(Νέα σελίδα με '==Παράδειγμα χρήσης του προτύπου== {{Κτίριο |newwidth=270px |acronym=Κτίριο |imagename= Logo.png |imageCaption= Ει...') |
Χωρίς σύνοψη επεξεργασίας |
||
Γραμμή 1: | Γραμμή 1: | ||
{| border="0" width="285" style="margin:5px 0px 5px 10px;float:right;clear:right;border:1px solid #ccc;background-color:#E5E5E5;line-height:1.5em;word-spacing:0.5px;" | |||
{ | | | ||
{{Person | |||
|color=#E5E5E5; | |||
|image={{{logo}}} | |||
|name={{{acronym}}} | |||
}} | }} | ||
{| border="0" width="100%" cellspacing="5" style="background-color:#E5E5E5;padding:0px" | |||
|- valign="top" style="font-size:11px" | |||
| width="25%" |<b>{{#if:{{{project_title|}}} | '''Contract Title''' }}</b> | |||
||{{#if:{{{project_title|}}} | {{{project_title}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| width="25%" |<b>{{#if:{{{contract_number|}}} | '''Contract Number''' }}</b> | |||
||{{#if:{{{contract_number|}}} | {{{contract_number}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{funding_period|}}} | '''Funding Period''' }}</b> | |||
||{{#if:{{{funding_period|}}} | {{{funding_period}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{funding_agency|}}} | '''Funding Agency''' }}</b> | |||
||{{#if:{{{funding_agency|}}} | {{{funding_agency}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{total_cost|}}} | '''Total Cost''' }}</b> | |||
||{{#if:{{{total_cost|}}} | {{{total_cost}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{lead_partner|}}} | '''Lead Partner''' }}</b> | |||
||{{#if:{{{lead_partner|}}} | {{{lead_partner}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{partners|}}} | '''Partners''' }}</b> | |||
||{{#if:{{{partners|}}} | {{{partners}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{fwc_coordinator|}}} | '''FWC coordinator(s)''' }}</b> | |||
||{{#if:{{{fwc_coordinator|}}} | {{{fwc_coordinator}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{website|}}} | '''Website''' }}</b> | |||
||{{#if:{{{website|}}} | {{{website}}} }} | |||
|} | |||
|} | |||
<noinclude> | |||
<br /><br /><br /> | |||
__TOC__ | |||
==EXAMPLE ON HOW TO USE THE TEMPLATE== | |||
{{Project <!-- The name of the template e.g "Project" --> | |||
|acronym=write the project's acronym <!-- Append to variable acronym the content "moblang" --> | |||
|logo=Moblang.jpg <!-- You can replace all the template's variables with the appropriate content--> | |||
|project_title=link this formal page with the formal project (write the project's contract title) | |||
|contract_number=xxxxxx | |||
|funding_period=write the funding period of the project | |||
|funding_agency=write the Funding Agency of the project | |||
|total_cost=write the Total Cost of the project | |||
|lead_partner=write the Lead Partner | |||
|partners=write the partner(s) involved in the project | |||
|fwc_coordinator=write the FWC Coordinator(s) | |||
|website=write the website of the projet | |||
}} | |||
Copy and paste the code below to the page you wish to add an Associate's box such as this one: | |||
<pre> | <pre> | ||
{{ | {{Project | ||
|project_title=link this formal page with the formal project (write the project's contract title) | |||
|contract_number=xxxxxx | |||
|funding_period=write the funding period of the project | |||
|funding_agency=write the Funding Agency of the project | |||
|total_cost=write the Total Cost of the project | |||
|lead_partner=write the Lead Partner | |||
|partners=write the partner(s) involved in the project | |||
|fwc_coordinator=write the FWC Coordinator(s) | |||
|website=write the website of the projet | |||
}} | }} | ||
</pre> | </pre> | ||
Then replace the content of the variables with your own, for example : | |||
Replace | |||
* <b> | acronym=write the project's acronym | ||
* <b> | With | ||
* <b> | <span style="color:red">acronym=Moblang</span> | ||
* <b> | ===List of Variables=== | ||
* <b> | * <b>acronym</b> : This variable expects from the editor to assign to it the acronym of the Project | ||
* <b> | * <b>logo</b> : This variable expects from the editor to assign to it the logo image of the Project. 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> | * <b>project_title</b> : This variable expects from the editor to link this encyclopedic page with the formal project (write the project's contract title) | ||
* <b> | * <b>contract_number</b> : This variable expects from the editor to assign to it the contract number for the Project | ||
* <b> | * <b>funding_period</b> : This variable expects from the editor to assign to it the funding period of the Project | ||
* <b> | * <b>funding_agency</b> : This variable expects from the editor to assign to it the funding agency of the Project | ||
* <b>website</b>: | * <b>total_cost</b> : This variable expects from the editor to assign to it the total cost of the Project | ||
* <b>lead_partner</b> : This variable expects from the editor to assign to it the Lead Partner | |||
* <b>partners</b> : This variable expects from the editor to assign to it the partner(s) involved in the Project | |||
* <b>fwc_coordinator</b> : This variable expects from the editor to assign to it the FWC Cordinator(s) involved in the Project | |||
* <b>website</b> : This variable expects from the editor to assign to it the link of the website of the Project | |||
</noinclude> | </noinclude> | ||
<noinclude>[[Category:T/Projects]]</noinclude> | |||
[[ |