Difference between revisions of "Team:Heidelberg/templateguide"

(Created page with "{{Heidelberg/header}} {{Heidelberg/navbar}} {{Heidelberg/main| Title| Subtitle| URL to image| color|...")
 
 
(10 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
 
{{Heidelberg/main|               
 
{{Heidelberg/main|               
     Title|
+
     Template guide|
 
     Subtitle|
 
     Subtitle|
     URL to image|
+
     URL to image|red|                           
    color|                           
+
 
     {{Heidelberg/abstract|       
 
     {{Heidelberg/abstract|       
 
         Image URL|
 
         Image URL|
Line 12: Line 11:
 
     }}
 
     }}
 
     {{Heidelberg/templateus/Contentsection|
 
     {{Heidelberg/templateus/Contentsection|
         Basic content, here texts are written.
+
         {{#tag:html|
       
+
            Basic content, here texts are written.
        General rules:
+
 
        if html tags (the things starting with "<" and ending with ">") occur, the whole block in which they occur, have to be inside the following (replacing 'content')
+
            General rules:
       
+
            if html tags (the things starting with "<" and ending with ">") occur, the whole block in which they occur, have to be inside the following (replacing 'content')
        {{tag:html|
+
 
            content
+
        }}
+
       
+
        Pages on the wiki can be edited or created by going the URL where the page shall be and choosing
+
       
+
        wiki tools -> Edit/Create
+
       
+
        Simply paste the text there and save the page.
+
       
+
        Images can be uploaded by choosing 'upload files' under 'wiki tools'.
+
        Filenames shall be
+
       
+
        T--Heidelberg--Team_Heidelberg_2017_real-name.png
+
       
+
        If a file was uploaded, a page showing the file occurs, click on 'original file' and take the URL you are getting to. This URL is the image URL used to embed the image.
+
       
+
        An editor that matches braces is pretty useful. Check if the braces of main are close properly and the chances are good thta the page will work.
+
       
+
        headers can be written as follows:
+
        <h1>Large header</h1>
+
        or in smaller:
+
        <h2>Smaller Header</h2>
+
        Referencing works <x-ref>iGEMHD</x-ref>.
+
        Links to other pages work like <a href="URL">this</a>.
+
        Images can be embedded over the half page:
+
        {{Heidelberg/templateus/Imagebox|
+
            Image URL|
+
            Title|
+
            Subtitle|
+
            pos = left              # can also be right
+
        }}
+
        Or over the full page:
+
        {{Heidelberg/templateus/Imagesection|
+
            Image URL|
+
            Title|
+
            Subtitle
+
        }}
+
        HTML tables can be generated from excel tables via http://tableizer.journalistopia.com/tableizer.php. Please delete the 'class="tableizer-table"' and 'class="tableizer-firstrow"'
+
        They are put in tableboxes as follows:
+
        {{Heidelberg/templateus/Tablebox|
+
            Title|
+
 
             {{#tag:html|
 
             {{#tag:html|
                 html table
+
                 content
             }}|
+
             }}
             Subtitle
+
 
 +
            Pages on the wiki can be edited or created by going the URL where the page shall be and choosing
 +
 
 +
            wiki tools -> Edit/Create
 +
 
 +
            Simply paste the text there and save the page.
 +
 
 +
            Images can be uploaded by choosing 'upload files' under 'wiki tools'.
 +
            Filenames shall be
 +
 
 +
            T--Heidelberg--Team_Heidelberg_2017_real-name.png
 +
 
 +
            If a file was uploaded, a page showing the file occurs, click on 'original file' and take the URL you are getting to. This URL is the image URL used to embed the image.
 +
 
 +
            An editor that matches braces is pretty useful. Check if the braces of main are close properly and the chances are good thta the page will work<x-ref>RN158</x-ref>.
 +
            Link to a specific header:
 +
            From the same page
 +
            <a href="#id">Link</a>
 +
            From any page:
 +
            <a href="URL#id">Link</a>
 +
            links to
 +
            <h1 id="id">Header</h1>
 +
            headers can be written as follows:
 +
            <h1>Large header</h1>
 +
            or in smaller:
 +
            <h2>Smaller Header</h2>
 +
            <b>this is bold text</b>
 +
            this produces a line break
 +
            <br>
 +
            <i>This text is italic</i>
 +
            Referencing works .
 +
            Links to other pages work like <a href="URL">this</a>.
 +
            Images can be embedded over the half page:
 +
            {{Heidelberg/templateus/Imagebox|
 +
                Image URL|
 +
                Title|
 +
                Subtitle|
 +
                pos = left   
 +
             }}
 +
            Or over the full page:
 +
            {{Heidelberg/templateus/Imagesection|
 +
                Image URL|
 +
                Title|
 +
                Subtitle
 +
            }}
 +
            HTML tables can be generated from excel tables via http://tableizer.journalistopia.com/tableizer.php. Please delete the 'class="tableizer-table"' and 'class="tableizer-firstrow"'
 +
            They are put in tableboxes as follows:
 +
            {{Heidelberg/templateus/Tablebox|
 +
                Title|
 +
                {{#tag:html|
 +
                    html table
 +
                }}|
 +
                Subtitle
 +
            }}
 
         }}
 
         }}
 
     }}
 
     }}
 
}}
 
}}
{{Heielberg/references2}}
+
{{Heidelberg/references2}}
 
{{Heidelberg/footer}}
 
{{Heidelberg/footer}}

Latest revision as of 02:16, 31 October 2017


Template guide
Subtitle
Content
Basic content, here texts are written. General rules: if html tags (the things starting with "<" and ending with ">") occur, the whole block in which they occur, have to be inside the following (replacing 'content') content Pages on the wiki can be edited or created by going the URL where the page shall be and choosing wiki tools -> Edit/Create Simply paste the text there and save the page. Images can be uploaded by choosing 'upload files' under 'wiki tools'. Filenames shall be T--Heidelberg--Team_Heidelberg_2017_real-name.png If a file was uploaded, a page showing the file occurs, click on 'original file' and take the URL you are getting to. This URL is the image URL used to embed the image. An editor that matches braces is pretty useful. Check if the braces of main are close properly and the chances are good thta the page will workRN158. Link to a specific header: From the same page Link From any page: Link links to

Header

headers can be written as follows:

Large header

or in smaller:

Smaller Header

this is bold text this produces a line break
This text is italic Referencing works . Links to other pages work like this. Images can be embedded over the half page:
Title
Subtitle
Or over the full page:
Title
Subtitle
HTML tables can be generated from excel tables via http://tableizer.journalistopia.com/tableizer.php. Please delete the 'class="tableizer-table"' and 'class="tableizer-firstrow"' They are put in tableboxes as follows:

Title Subtitle

html table

References