Difference between revisions of "Template:Branch"
Jump to navigation
Jump to search
(Created page with "{| width="285" style="margin:5px 0px 5px 10px;float:right;clear:right;border:1px solid #ccc;background-color:#FFFF66;line-height:1.5em;word-spacing:0.5px;" | {{#if:{{{image|}}...") |
|||
Line 39: | Line 39: | ||
==EXAMPLE ON HOW TO USE THE TEMPLATE== | ==EXAMPLE ON HOW TO USE THE TEMPLATE== | ||
{{ | {{Branch | ||
|acronym=Title of the event | |acronym=Title of the event | ||
|image= | |image=drakos_andreas.jpg | ||
|project=Project under which the event was organized | |project=Project under which the event was organized | ||
|place= Place of event | |place= Place of event | ||
Line 55: | Line 55: | ||
Copy and paste the code below to the page you wish to add an Event's box such as this one: | Copy and paste the code below to the page you wish to add an Event's box such as this one: | ||
<pre> | <pre> | ||
{{ | {{Branch | ||
|acronym=Title of the event | |acronym=Title of the event | ||
|image=event_image.jpg | |image=event_image.jpg | ||
Line 87: | Line 87: | ||
* <b>link</b> : This variable expects from the editor to assign to it the link(s) to press release(s) | * <b>link</b> : This variable expects from the editor to assign to it the link(s) to press release(s) | ||
</noinclude> | </noinclude> | ||
<noinclude>[[Category: | <noinclude>[[Category:Templates]]</noinclude> |
Revision as of 12:05, 31 January 2015
|
EXAMPLE ON HOW TO USE THE TEMPLATE
|
Copy and paste the code below to the page you wish to add an Event's box such as this one:
{{Branch |acronym=Title of the event |image=event_image.jpg |project=Project under which the event was organized |place= Place of event |dates=Dates of event |moderator=write the person in charge of the event |participants_type=write the type of participants |participants_num=write the number of participants/beneficiaries |total_duration=Total Duration of event |link=Link(s) to press release(s) }}
Then replace the content of the variables with your own, for example :
Replace
acronym=Title of the event
With
acronym=SDD in Troodos
List of Variables
- acronym : This variable expects from the editor to assign to it the title of the event
- image : This variable expects from the editor to assign to it the image of the Event. 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.
- project : This variable expects from the editor to assign to it the project under which the event was organized
- place : This variable expects from the editor to assign to it the place that the event took/is taking place
- dates : This variable expects from the editor to assign to it the dates of the event
- moderator : This variable expects from the editor to assign to it the name of the person in charge for the event
- participants_type : This variable expects from the editor to assign to it the type of the participants
- participants_num : This variable expects from the editor to assign to it the number of participants
- total_duration : This variable expects from the editor to assign to it the total_duration of the event
- link : This variable expects from the editor to assign to it the link(s) to press release(s)