Changes between Version 2 and Version 3 of PageTemplates


Ignore:
Timestamp:
Jan 13, 2011 1:07:32 PM (14 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PageTemplates

    v2 v3  
    1818----
    1919See also: TracWiki
     20
     21
     22= Template for a member page layout. Replace everything <...> and complete content. =
     23{{{
     24== <your name> ==
     25{{{#!table align=left style="border: 0px solid; vertical-align:text-top; width: 100%"
     26   {{{#!tr
     27      {{{#!td style="border: none"
     28         [[Image(<your picture>, left, margin-right=20, margin-bottom=20, border=2, nolink)]]
     29=== Contact ===
     30<your name> \\
     31Institut für Meteorologie und Klimatologie\\
     32Herrenhäuser Str. 2\\
     33Room <your room>\\
     3430419 Hannover\\
     35
     36Phone: +49 511 762-<your number>\\
     37Email: <your imuk username>@muk.uni-hannover.de
     38      }}}
     39   }}}
     40}}}
     41
     42=== Curriculum Vitae ===
     43    * ...
     44    * ...
     45
     46=== Scientific Preoccupations ===
     47    * ...
     48    * ...
     49
     50=== Current Projects ===
     51    * '''<project name>''' \\ Project type: <project type> \\ Duration: <time period> \\ Description: <description>.
     52 [[attachment:<file>|Download]]
     53
     54=== Former Projects ===
     55    * ...
     56
     57=== Conference contributions ===
     58    *  '''''<authors:title>''' \\ <notes> \\ [[attachment:<file>|PDF]]
     59
     60=== Publications ===
     61    *  '''''<authors:title>''' \\ <notes> \\ [[attachment:<file>|PDF]]
     62
     63=== Other contributions ===
     64   * ...
     65
     66=== Recommmended links ===
     67   * [[Animations|Animations of PALM simulations]]
     68}}}
     69
     70= Formatting hints =
     71Please note:
     72double brackets are a convention, single brackets will work for standard links as well, but descriptive titles and so forth are different when using single brackets! So please follow the following convention...\\\\
     73
     74Absolute links:
     75{{{
     76[[page]]
     77}}}
     78Relative links (e.g. page in the same parent directory):
     79{{{
     80[[../page]]
     81}}}
     82External links:
     83{{{
     84[[http://www.edgewall.com|Edgewall Software]]
     85}}}
     86Link to attachment:
     87{{{
     88[[attachment:filename]]
     89}}}
     90Links with name:
     91{{{
     92[[linkedpage|texttoappear]]
     93}}}
     94Example for a relative path links inside the file /doc/app/parpar to /doc/app/sppar#... with a descriptive title
     95{{{
     96[[../sppar#averaging_interval_sp|averaging_interval_sp]]
     97}}}
     98Link to a directory/file in the repository (e.g.):
     99{{{
     100[[source:palm/trunk/SCRIPTS/NCL]]
     101}}}
     102Using images (here from attachment):
     103{{{
     104[[Image(image.jpg)]]
     105}}}
     106You can use several options for the image, e.g.:
     107{{{
     108[[Image(image.jpg, left, margin-right=20, margin-bottom=20, border=2, nolink)]]
     109}}}
     110will align the image left with a margin on the right/bottom side of 20px, an image border of 2px (standard color). The "nolink" option means that the image will not be a link to the image file, which is the standard setting in trac.\\
     111\\
     112Standard table:\\
     113||='''Parameter Name'''  =||='''Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
     114|----------------
     115{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     116[=#averaging_interval '''averaging_interval''']
     117}}}
     118{{{#!td style="vertical-align:top; text-align:left;width: 50px"
     119R
     120}}}
     121{{{#!td style="vertical-align:top; text-align:left;width: 100px"
     1220.0
     123}}}
     124{{{#!td
     125Averaging interval for all output of temporally averaged data (in s).\\\\
     126
     127This parameter defines the time interval length for temporally averaged data (vertical profiles, spectra, 2d cross-sections, 3d volume data). By default, data are not subject to temporal averaging. The interval length is limited by the parameter
     128[[#dt_data_output_av|dt_data_output_av]]. In any case, '''averaging_interval <= dt_data_output_av''' must hold.\\\\
     129
     130If an interval is defined, then by default the average is calculated from the data values of all timesteps lying within this interval. The number of time levels entering into the average can be reduced with the parameter [[#dt_averaging_input|dt_averaging_input]].\\\\
     131
     132If an averaging interval can not be completed at the end of a run, it will be finished at the beginning of the next restart run. Thus for restart runs, averaging intervals do not necessarily begin at the beginning of the run.\\\\
     133
     134Parameters [[#averaging_interval_pr|averaging_interval_pr]] and [[#averaging_interval_sp|averaging_interval_sp]] can be used to define different averaging intervals for vertical profile data and spectra, respectively.
     135}}}
     136|----------------
     137{{{#!td style="vertical-align:top"
     138[=#<insert_parameter_name> '''<insert_parameter_name>''']
     139}}}
     140{{{#!td style="vertical-align:top"
     141<insert type>
     142}}}
     143{{{#!td style="vertical-align:top"
     144<insert value>
     145}}}
     146{{{#!td
     147<insert explanation>
     148}}}
     149
     150Table row with nesting:\\
     151
     152{{{#!td style="vertical-align:top"
     153[=#<insert_parameter_name> '''<insert_parameter_name>''']
     154}}}
     155{{{#!td style="vertical-align:top"
     156<insert type>
     157}}}
     158{{{#!td style="vertical-align:top"
     159<insert value>
     160}}}
     161{{{#!td
     162<insert explanation>
     163||=C1   =||=C2    =||
     164||Text1  ||Text2  ||
     165<insert explanation>
     166}}}
     167
     168Code of tables above:
     169{{{
     170Standard table:\\
     171||='''Parameter Name'''  =||='''Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
     172|----------------
     173{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     174[=#averaging_interval '''averaging_interval''']
     175}}}
     176{{{#!td style="vertical-align:top; text-align:left;width: 50px"
     177R
     178}}}
     179{{{#!td style="vertical-align:top; text-align:left;width: 100px"
     1800.0
     181}}}
     182{{{#!td
     183Averaging interval for all output of temporally averaged data (in s).\\\\
     184
     185This parameter defines the time interval length for temporally averaged data (vertical profiles, spectra, 2d cross-sections, 3d volume data). By default, data are not subject to temporal averaging. The interval length is limited by the parameter
     186[[#dt_data_output_av|dt_data_output_av]]. In any case, '''averaging_interval <= dt_data_output_av''' must hold.\\\\
     187
     188If an interval is defined, then by default the average is calculated from the data values of all timesteps lying within this interval. The number of time levels entering into the average can be reduced with the parameter [[#dt_averaging_input|dt_averaging_input]].\\\\
     189
     190If an averaging interval can not be completed at the end of a run, it will be finished at the beginning of the next restart run. Thus for restart runs, averaging intervals do not necessarily begin at the beginning of the run.\\\\
     191
     192Parameters [[#averaging_interval_pr|averaging_interval_pr]] and [[#averaging_interval_sp|averaging_interval_sp]] can be used to define different averaging intervals for vertical profile data and spectra, respectively.
     193}}}
     194|----------------
     195{{{#!td style="vertical-align:top"
     196[=#<insert_parameter_name> '''<insert_parameter_name>''']
     197}}}
     198{{{#!td style="vertical-align:top"
     199<insert type>
     200}}}
     201{{{#!td style="vertical-align:top"
     202<insert value>
     203}}}
     204{{{#!td
     205<insert explanation>
     206}}}
     207
     208Table row with nesting:\\
     209
     210{{{#!td style="vertical-align:top"
     211[=#<insert_parameter_name> '''<insert_parameter_name>''']
     212}}}
     213{{{#!td style="vertical-align:top"
     214<insert type>
     215}}}
     216{{{#!td style="vertical-align:top"
     217<insert value>
     218}}}
     219{{{#!td
     220<insert explanation>
     221||=C1   =||=C2    =||
     222||Text1  ||Text2  ||
     223<insert explanation>
     224}}}
     225}}}
     226
     227----
     228
     229Table codes with '''Class/Group''':\\
     230{{{
     231||='''Parameter Name'''  =||='''Class/Group'''  =||='''Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
     232|----------------
     233{{{#!td style="vertical-align:top"
     234[=#<insert_parameter_name> '''<insert_parameter_name>''']
     235}}}
     236{{{#!td style="vertical-align:top"
     237<insert class/group>
     238}}}
     239{{{#!td style="vertical-align:top"
     240<insert type>
     241}}}
     242{{{#!td style="vertical-align:top"
     243<insert value>
     244}}}
     245{{{#!td
     246<insert explanation>
     247}}}
     248}}}
     249\\\\
     250||='''Parameter Name'''  =||='''Class'''  =||='''Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
     251|----------------
     252{{{#!td style="vertical-align:top"
     253[=#<insert_parameter_name> '''<insert_parameter_name>''']
     254}}}
     255{{{#!td style="vertical-align:top"
     256<insert class>
     257}}}
     258{{{#!td style="vertical-align:top"
     259<insert type>
     260}}}
     261{{{#!td style="vertical-align:top"
     262<insert value>
     263}}}
     264{{{#!td
     265<insert explanation>
     266}}}
     267
     268----
     269
     270
     271A new macro was installed: '''CRev'''\\
     272It's purpose is to get changeset information about a specific revision. It contains the two optional arguments ''att'' and ''rev'' (usage of ''rev'' requires usage of ''att'').\\
     273\\
     274'''Usage:'''
     275{{{
     276[[CRev(att,rev)]],
     277}}}
     278where ''att'' can be set to 0 (default, revision number), 1 (date), 2 (author), 3 (commit message) . ''rev'' is the number of the revision.\\
     279\\
     280'''Examples:'''\\
     281
     282Revision: [[CRev(0)]] is the same as [[CRev]]
     283
     284Date: [[CRev(1)]]
     285
     286Author: [[CRev(2)]]
     287
     288Message: [[CRev(3)]]
     289
     290
     291
     292Revision: [[CRev(0,500)]]
     293
     294Date: [[CRev(1,500)]]
     295
     296Author: [[CRev(2,500)]]
     297
     298Message: [[CRev(3,500)]]
     299
     300'''Code of the text above:'''
     301{{{
     302Revision: [[CRev(0)]] is the same as [[CRev]]
     303
     304Date: [[CRev(1)]]
     305
     306Author: [[CRev(2)]]
     307
     308Message: [[CRev(3)]]
     309
     310
     311
     312Revision: [[CRev(0,500)]]
     313
     314Date: [[CRev(1,500)]]
     315
     316Author: [[CRev(2,500)]]
     317
     318Message: [[CRev(3,500)]]
     319}}}