Template:SDD Report: Difference between revisions

From Future Worlds Center Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 42: Line 42:
__TOC__
__TOC__
==EXAMPLE ON HOW TO USE THE TEMPLATE==
==EXAMPLE ON HOW TO USE THE TEMPLATE==
This how the template looks like:
{{SDD_Report                                          <!-- The name of the template -->
  |acronym=write the Acronym                      <!-- Append to variable acronym the content  acronym of the sdd report -->
|book_image=congo.jpg  <!-- You can replace all the template's variables with the                                                                                                                                                                                                                                          appropriate content-->
    |report_title=write the Report Title    <!-- if a variable left empty e.g " report_title =" or not used  at all then it will not appear on the template -->
      |project=write the Project
      |editor= write the Editor(s)
      |author=write the Author(s)
      |total_duration=write the Total Duration
      |n_k_st=write the N/K/ST
      |year=write the Year
      |link=write the Link
}}
Copy and paste the code below to the page you wish to add an SDD Report table such as this one:
Copy and paste the code below to the page you wish to add an SDD Report table such as this one:
<pre>
<pre>
Line 57: Line 72:
}}
}}
</pre>
</pre>
{{SDD_Report                                          <!-- The name of the template -->
  |acronym=write the Acronym                      <!-- Append to variable acronym the content  acronym of the sdd report -->
|book_image=congo.jpg  <!-- You can replace all the template's variables with the                                                                                                                                                                                                                                          appropriate content-->
    |report_title=write the Report Title    <!-- if a variable left empty e.g " report_title =" or not used  at all then it will not appear on the template -->
      |project=write the Project
      |editor= write the Editor(s)
      |author=write the Author(s)
      |total_duration=write the Total Duration
      |n_k_st=write the N/K/ST
      |year=write the Year
      |link=write the Link
}}
</noinclude>
</noinclude>

Revision as of 02:47, 22 July 2011





EXAMPLE ON HOW TO USE THE TEMPLATE

This how the template looks like:

write the Acronym
write the Acronym
Report Title write the Report Title
Project write the Project
Author(s) write the Author(s)
Editor(s) write the Editor(s)
Total Duration write the Total Duration
N/K/ST/ write the N/K/ST
Year write the Year
Link write the Link


Copy and paste the code below to the page you wish to add an SDD Report table such as this one:

{{SDD_Report                                           
   |acronym=write the Acronym                     
   |book_image=congo.jpg  
   |report_title=write the Report Title  
   |project=write the Project
   |editor= write the Editor(s)
   |author=write the Author(s)
   |total_duration=write the Total Duration
   |n_k_st=write the N/K/ST
   |year=write the Year
   |link=write the Link
}}