|
|
(32 intermediate revisions by one other user not shown) |
Line 8: |
Line 8: |
| *We are going to assume you know a little Wikitext and HTML in this tutorial. We will begin by creating a simple table. The coding will be displayed in both Wikitext and HTML side by side so can see the difference. | | *We are going to assume you know a little Wikitext and HTML in this tutorial. We will begin by creating a simple table. The coding will be displayed in both Wikitext and HTML side by side so can see the difference. |
| *It is recommended that you create infobox tables in HTML as there fewer problems as you will see. | | *It is recommended that you create infobox tables in HTML as there fewer problems as you will see. |
| *We will be creating a navbox as shown below. {{User:Ccsmith/sandbox/navbox}} | | *We will be creating a navbox as shown below. |
| <table style="width:100%; border:1px solid blue; background-color:{{{navbox background color}}}; border-collaspe:separate; border-spacing:5px; "> | | <table style="width:100%; border:1px solid blue; background-color:{{{navbox background color}}}; border-collaspe:separate; border-spacing:5px; "> |
| <tr> | | <tr> |
Line 32: |
Line 32: |
| <tr> | | <tr> |
| <td style="border:1px solid black; "> | | <td style="border:1px solid black; "> |
| <nowiki>{| style="width:100%; border:1px solid blue; border-collaspe:separate; border-spacing:5px; "</nowiki><br><br> | | <nowiki>{| style="width:100%; border:1px solid blue; border-collaspe:separate; border-spacing:5px; "</nowiki><br> |
| <nowiki>{{!}}-</nowiki><br> | | <nowiki>{{!}}-</nowiki><br> |
| <nowiki>{{!}} colspan="2" style="text-align:center; background-color:{{{title background color}}};{{!}} "Links to {{{name}}} - related articles</nowiki><br><br><br> | | <nowiki>{{!}} colspan="2" style="text-align:center; background-color:{{{title background color}}}; "Links to {{{name}}} - related articles</nowiki><br><br><br> |
| <nowiki>{{!}}-</nowiki><br> | | <nowiki>{{!}}-</nowiki><br> |
| <nowiki>{{#if:{{Ifempty|{{{group title1|}}}}}|</nowiki><br> | | <nowiki>{{#if:{{Ifempty|{{{group title1|}}}}}|</nowiki><br> |
| <nowiki>{{!}} style="text-align:right; width:15%; background-color:{{{left column background color}}};{{!}} "'''{{{group title1}}}'''|}}</nowiki><br><br> | | <nowiki>{{!}} style="text-align:right; width:15%; background-color:{{{left column background color}}}; "'''{{{group title1}}}'''|}}</nowiki><br><br> |
| <nowiki>{{#if:{{Ifempty|{{{group title1-item1|}}}}}|</nowiki><br> | | <nowiki>{{#if:{{Ifempty|{{{group title1-item1|}}}}}|</nowiki><br> |
| <nowiki>{{!}} style="text-align:left; background-color:{{{right column background color}}}; "> | | <nowiki>{{!}} style="text-align:left; background-color:{{{right column background color}}}; "> |
Line 59: |
Line 59: |
| <nowiki></table></nowiki><br> | | <nowiki></table></nowiki><br> |
| </td></tr></table> | | </td></tr></table> |
| ====Create the table====
| |
| <p>
| |
| *The coding is scrunched up so let us spread it out a bit and break down the table coding.
| |
| *First step is to create the table that will become part of the template: </p>
| |
|
| |
| <!----first table illustrating creating table------------------------------>
| |
| <table style="border:1px solid black; width:100%; ">
| |
|
| |
| <tr>
| |
| <td style="text-align:center; font-size:16pt; color:blue; width:50%; ">Wikitext</td>
| |
| <td style="text-align:center; font-size:16pt; color:blue; width:50%; ">HTML</td>
| |
| </tr>
| |
| <!----1st row------------------------------------------------------>
| |
| <tr>
| |
| <td>
| |
| <font color="red"><nowiki>{| style="</nowiki><br><nowiki>
| |
| width:100%; </nowiki><br><nowiki>
| |
| border:1px solid blue; </nowiki><br><nowiki>
| |
| border-collaspe:separate; </nowiki><br><nowiki>
| |
| border-spacing:5px; "</nowiki></font color>
| |
| </td>
| |
| <td>
| |
| <font color="red"><nowiki><table style="</nowiki><br><nowiki>
| |
| width:100%; </nowiki><br><nowiki>
| |
| border:1px solid blue; </nowiki><br><nowiki>
| |
| border-collaspe:separate; </nowiki><br><nowiki>
| |
| border-spacing:5px; "></nowiki></font color>
| |
| </td></tr>
| |
| <!----2nd row-------------------------------------------------------->
| |
| <tr><td>
| |
| <nowiki>{{!}}-</nowiki><br>
| |
| <nowiki>{{!}} colspan="2" </nowiki><br><nowiki>
| |
| style="</nowiki><br><nowiki>
| |
| text-align:center; </nowiki><br><nowiki>
| |
| background-color:{{{title background color}}};</nowiki><br><nowiki>
| |
| {{!}} "Links to {{{name}}} - related articles</nowiki>
| |
| </td>
| |
| <td><nowiki><tr></nowiki><br>
| |
| <nowiki><td colspan="2" </nowiki><br><nowiki>
| |
| style="</nowiki><br><nowiki>
| |
| text-align:center; </nowiki><br><nowiki>
| |
| background-color:{{{title background color}}}; </nowiki><br><nowiki>
| |
| ">Links to {{{name}}} - related articles</nowiki><br>
| |
| <nowiki></td></nowiki><br>
| |
| <nowiki></tr></nowiki>
| |
| </td></tr>
| |
| <!----3rd row-------------------------------------------------->
| |
| <tr><td>
| |
| <nowiki>{{!}}-</nowiki><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1|}}}}}|</nowiki><br>
| |
| <nowiki>{{!}} style="</nowiki><br><nowiki>
| |
| text-align:right; </nowiki><br><nowiki>
| |
| width:15%; </nowiki><br><nowiki>
| |
| background-color:{{{left column background color}}};</nowiki><br><nowiki>
| |
| {{!}} "'''{{{group title1}}}'''|}}</nowiki>
| |
| </td>
| |
| <td>
| |
| <nowiki><tr></nowiki><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1|}}}}}|</nowiki><br>
| |
| <nowiki><td style="</nowiki><br><nowiki>
| |
| text-align:right; </nowiki><br><nowiki>
| |
| width:15%; </nowiki><br><nowiki>
| |
| background-color:{{{left column background color}}}; "></nowiki><br><nowiki>
| |
| '''{{{group title1}}}'''|}}</nowiki><br>
| |
| <nowiki></td></nowiki>
| |
| </td>
| |
| </tr>
| |
| <!----4th row---------------------------------------------------->
| |
| <tr>
| |
| <td><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1-item1|}}}}}|</nowiki><br>
| |
| <nowiki>{{!}} style="text-align:left; background-color:{{{right column background color}}};
| |
| "></nowiki><nowiki>
| |
| {{#if:{{{group title1-item1|}}}|{{{group title1-item1}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item2|}}}|{{{group title1-item2}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item3|}}}|{{{group title1-item3}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item4|}}}|{{{group title1-item4}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item5|}}}|{{{group title1-item5}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| |}}</nowiki>
| |
| </td>
| |
| <td>
| |
| <nowiki><td></nowiki><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1-item1|}}}}}|</nowiki><br>
| |
| <nowiki><td style="text-align:left; background-color:{{{right column background color}}};
| |
| "></nowiki><nowiki>
| |
| {{#if:{{{group title1-item1|}}}|{{{group title1-item1}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item2|}}}|{{{group title1-item2}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item3|}}}|{{{group title1-item3}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item4|}}}|{{{group title1-item4}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item5|}}}|{{{group title1-item5}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| |}}</nowiki><br>
| |
| <nowiki></td></nowiki><br>
| |
| <nowiki></tr></nowiki>
| |
| </td>
| |
| </tr>
| |
| <!----5th row------------------------------------------------------>
| |
| <tr>
| |
| <td>
| |
| <font color="red"><nowiki>|}</nowiki></font color="red">
| |
| </td>
| |
| <td>
| |
| <font color="red"><nowiki></table></nowiki></font color>
| |
| </td>
| |
| </tr>
| |
|
| |
| </table>
| |
|
| |
| <p>
| |
| *Notice the table width is set at 100%.
| |
| *Second, the code for the border. You can make anything you want.
| |
| *Third, the "[[HTML_and_Wikitext_-_Lesson_Three#Cell_separation|border-collaspe]]" coding is for creating a 5 pixel space between the cells of the table. Notice the two lines of code for this attribute.</p>
| |
|
| |
| ====Coding for title====
| |
| <!----second table illustrating title creation---------------------------->
| |
| <table style="border:1px solid black; width:100%; ">
| |
|
| |
| <tr>
| |
| <td style="text-align:center; font-size:16pt; color:blue; width:50%; ">Wikitext</td>
| |
| <td style="text-align:center; font-size:16pt; color:blue; width:50%; ">HTML</td>
| |
| </tr>
| |
| <!----1st row------------------------------------------------------>
| |
| <tr>
| |
| <td>
| |
| <nowiki>{| style="</nowiki><br><nowiki>
| |
| width:100%; </nowiki><br><nowiki>
| |
| border:1px solid blue; </nowiki><br><nowiki>
| |
| border-collaspe:separate; </nowiki><br><nowiki>
| |
| border-spacing:5px; "</nowiki>
| |
| </td>
| |
| <td>
| |
| <nowiki><table style="</nowiki><br><nowiki>
| |
| width:100%; </nowiki><br><nowiki>
| |
| border:1px solid blue; </nowiki><br><nowiki>
| |
| border-collaspe:separate; </nowiki><br><nowiki>
| |
| border-spacing:5px; "></nowiki>
| |
| </td></tr>
| |
| <!----2nd row-------------------------------------------------------->
| |
| <tr><td>
| |
| <font color="red"><nowiki>{{!}}-</nowiki><br>
| |
| <nowiki>{{!}} colspan="2" </nowiki><br><nowiki>
| |
| style="</nowiki><br><nowiki>
| |
| text-align:center; </nowiki><br><nowiki>
| |
| background-color:{{{title background color}}};</nowiki><br><nowiki>
| |
| {{!}} "Links to {{{name}}} - related articles</nowiki></font color>
| |
| </td>
| |
| <td><font color="red"><nowiki><tr></nowiki><br>
| |
| <nowiki><td colspan="2" </nowiki><br><nowiki>
| |
| style="</nowiki><br><nowiki>
| |
| text-align:center; </nowiki><br><nowiki>
| |
| background-color:{{{title background color}}}; </nowiki><br><nowiki>
| |
| ">Links to {{{name}}} - related articles</nowiki><br>
| |
| <nowiki></td></nowiki><br>
| |
| <nowiki></tr></nowiki></font color="red">
| |
| </td></tr>
| |
| <!----3rd row-------------------------------------------------->
| |
| <tr><td>
| |
| <nowiki>{{!}}-</nowiki><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1|}}}}}|</nowiki><br>
| |
| <nowiki>{{!}} style="</nowiki><br><nowiki>
| |
| text-align:right; </nowiki><br><nowiki>
| |
| width:15%; </nowiki><br><nowiki>
| |
| background-color:{{{left column background color}}};</nowiki><br><nowiki>
| |
| {{!}} "'''{{{group title1}}}'''|}}</nowiki>
| |
| </td>
| |
| <td>
| |
| <nowiki><tr></nowiki><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1|}}}}}|</nowiki><br>
| |
| <nowiki><td style="</nowiki><br><nowiki>
| |
| text-align:right; </nowiki><br><nowiki>
| |
| width:15%; </nowiki><br><nowiki>
| |
| background-color:{{{left column background color}}}; "></nowiki><br><nowiki>
| |
| '''{{{group title1}}}'''|}}</nowiki><br>
| |
| <nowiki></td></nowiki>
| |
| </td>
| |
| </tr>
| |
| <!----4th row---------------------------------------------------->
| |
| <tr>
| |
| <td><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1-item1|}}}}}|</nowiki><br>
| |
| <nowiki>{{!}} style="text-align:left; background-color:{{{right column background color}}};
| |
| "></nowiki><nowiki>
| |
| {{#if:{{{group title1-item1|}}}|{{{group title1-item1}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item2|}}}|{{{group title1-item2}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item3|}}}|{{{group title1-item3}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item4|}}}|{{{group title1-item4}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item5|}}}|{{{group title1-item5}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| |}}</nowiki>
| |
| </td>
| |
| <td>
| |
| <nowiki><td></nowiki><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1-item1|}}}}}|</nowiki><br>
| |
| <nowiki><td style="text-align:left; background-color:{{{right column background color}}};
| |
| "></nowiki><nowiki>
| |
| {{#if:{{{group title1-item1|}}}|{{{group title1-item1}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item2|}}}|{{{group title1-item2}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item3|}}}|{{{group title1-item3}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item4|}}}|{{{group title1-item4}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item5|}}}|{{{group title1-item5}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| |}}</nowiki><br>
| |
| <nowiki></td></nowiki><br>
| |
| <nowiki></tr></nowiki>
| |
| </td>
| |
| </tr>
| |
| <!----5th row------------------------------------------------------>
| |
| <tr>
| |
| <td>
| |
| <nowiki>|}</nowiki>
| |
| </td>
| |
| <td>
| |
| <nowiki></table></nowiki>
| |
| </td>
| |
| </tr>
| |
| </table>
| |
| <p>
| |
| *This navbox has two columns. The first is for the group name such as Topic, Counties, Repositories, etc.
| |
| *The second column is for the items under the group title.
| |
| *Therefore the title has to span the two columns, hence the "colspan="2".
| |
| *In addition, the title is centered and given a background color.
| |
| *Here is something new that you might not be familiar with: <nowiki>{{{title background color}}}</nowiki>. This is a parameter within the three sets of {{{}}}.
| |
| *Within the set of curly brackets {{{}}} will appear the words that you will type in the navbox template that match the text within the {{{}}}.
| |
|
| |
| </p>
| |
|
| |
| ====Coding for group names====
| |
| <table style="border:1px solid black; width:100%; ">
| |
| <tr>
| |
| <td style="text-align:center; font-size:16pt; color:blue; width:50%; ">Wikitext</td>
| |
| <td style="text-align:center; font-size:16pt; color:blue; width:50%; ">HTML</td>
| |
| </tr>
| |
| <!----1st row------------------------------------------------------>
| |
| <tr>
| |
| <td>
| |
| <nowiki>{| style="</nowiki><br><nowiki>
| |
| width:100%; </nowiki><br><nowiki>
| |
| border:1px solid blue; </nowiki><br><nowiki>
| |
| border-collaspe:separate; </nowiki><br><nowiki>
| |
| border-spacing:5px; "</nowiki>
| |
| </td>
| |
| <td>
| |
| <nowiki><table style="</nowiki><br><nowiki>
| |
| width:100%; </nowiki><br><nowiki>
| |
| border:1px solid blue; </nowiki><br><nowiki>
| |
| border-collaspe:separate; </nowiki><br><nowiki>
| |
| border-spacing:5px; "></nowiki>
| |
| </td></tr>
| |
| <!----2nd row-------------------------------------------------------->
| |
| <tr><td>
| |
| <nowiki>{{!}}-</nowiki><br>
| |
| <nowiki>{{!}} colspan="2" </nowiki><br><nowiki>
| |
| style="</nowiki><br><nowiki>
| |
| text-align:center; </nowiki><br><nowiki>
| |
| background-color:{{{title background color}}};</nowiki><br><nowiki>
| |
| {{!}} "Links to {{{name}}} - related articles</nowiki>
| |
| </td>
| |
| <td><nowiki><tr></nowiki><br>
| |
| <nowiki><td colspan="2" </nowiki><br><nowiki>
| |
| style="</nowiki><br><nowiki>
| |
| text-align:center; </nowiki><br><nowiki>
| |
| background-color:{{{title background color}}}; </nowiki><br><nowiki>
| |
| ">Links to {{{name}}} - related articles</nowiki><br>
| |
| <nowiki></td></nowiki><br>
| |
| <nowiki></tr></nowiki>
| |
| </td></tr>
| |
| <!----3rd row-------------------------------------------------->
| |
| <tr><td>
| |
| <font color="red"><nowiki>{{!}}-</nowiki><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1|}}}}}|</nowiki><br>
| |
| <nowiki>{{!}} style="</nowiki><br><nowiki>
| |
| text-align:right; </nowiki><br><nowiki>
| |
| width:15%; </nowiki><br><nowiki>
| |
| background-color:{{{left column background color}}};</nowiki><br><nowiki>
| |
| {{!}} "'''{{{group title1}}}'''|}}</nowiki></font color="red">
| |
| </td>
| |
| <td>
| |
| <font color="red"><nowiki><tr></nowiki><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1|}}}}}|</nowiki><br>
| |
| <nowiki><td style="</nowiki><br><nowiki>
| |
| text-align:right; </nowiki><br><nowiki>
| |
| width:15%; </nowiki><br><nowiki>
| |
| background-color:{{{left column background color}}}; "></nowiki><br><nowiki>
| |
| '''{{{group title1}}}'''|}}</nowiki><br>
| |
| <nowiki></td></nowiki></font color="red">
| |
| </td>
| |
| </tr>
| |
| <!----4th row---------------------------------------------------->
| |
| <tr>
| |
| <td><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1-item1|}}}}}|</nowiki><br>
| |
| <nowiki>{{!}} style="text-align:left; background-color:{{{right column background color}}};
| |
| "></nowiki><nowiki>
| |
| {{#if:{{{group title1-item1|}}}|{{{group title1-item1}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item2|}}}|{{{group title1-item2}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item3|}}}|{{{group title1-item3}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item4|}}}|{{{group title1-item4}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item5|}}}|{{{group title1-item5}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| |}}</nowiki>
| |
| </td>
| |
| <td>
| |
| <nowiki><td></nowiki><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1-item1|}}}}}|</nowiki><br>
| |
| <nowiki><td style="text-align:left; background-color:{{{right column background color}}};
| |
| "></nowiki><nowiki>
| |
| {{#if:{{{group title1-item1|}}}|{{{group title1-item1}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item2|}}}|{{{group title1-item2}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item3|}}}|{{{group title1-item3}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item4|}}}|{{{group title1-item4}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item5|}}}|{{{group title1-item5}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| |}}</nowiki><br>
| |
| <nowiki></td></nowiki><br>
| |
| <nowiki></tr></nowiki>
| |
| </td>
| |
| </tr>
| |
| <!----5th row------------------------------------------------------>
| |
| <tr>
| |
| <td>
| |
| <nowiki>|}</nowiki>
| |
| </td>
| |
| <td>
| |
| <nowiki></table></nowiki>
| |
| </td>
| |
| </tr>
| |
|
| |
| </table>
| |
|
| |
| ====Coding for items====
| |
| <table style="border:1px solid black; width:100%; ">
| |
| <tr>
| |
| <td style="text-align:center; font-size:16pt; color:blue; width:50%; ">Wikitext</td>
| |
| <td style="text-align:center; font-size:16pt; color:blue; width:50%; ">HTML</td>
| |
| </tr>
| |
| <!----1st row------------------------------------------------------>
| |
| <tr>
| |
| <td>
| |
| <nowiki>{| style="</nowiki><br><nowiki>
| |
| width:100%; </nowiki><br><nowiki>
| |
| border:1px solid blue; </nowiki><br><nowiki>
| |
| border-collaspe:separate; </nowiki><br><nowiki>
| |
| border-spacing:5px; "</nowiki>
| |
| </td>
| |
| <td>
| |
| <nowiki><table style="</nowiki><br><nowiki>
| |
| width:100%; </nowiki><br><nowiki>
| |
| border:1px solid blue; </nowiki><br><nowiki>
| |
| border-collaspe:separate; </nowiki><br><nowiki>
| |
| border-spacing:5px; "></nowiki>
| |
| </td></tr>
| |
| <!----2nd row-------------------------------------------------------->
| |
| <tr><td>
| |
| <nowiki>{{!}}-</nowiki><br>
| |
| <nowiki>{{!}} colspan="2" </nowiki><br><nowiki>
| |
| style="</nowiki><br><nowiki>
| |
| text-align:center; </nowiki><br><nowiki>
| |
| background-color:{{{title background color}}};</nowiki><br><nowiki>
| |
| {{!}} "Links to {{{name}}} - related articles</nowiki>
| |
| </td>
| |
| <td><nowiki><tr></nowiki><br>
| |
| <nowiki><td colspan="2" </nowiki><br><nowiki>
| |
| style="</nowiki><br><nowiki>
| |
| text-align:center; </nowiki><br><nowiki>
| |
| background-color:{{{title background color}}}; </nowiki><br><nowiki>
| |
| ">Links to {{{name}}} - related articles</nowiki><br>
| |
| <nowiki></td></nowiki><br>
| |
| <nowiki></tr></nowiki>
| |
| </td></tr>
| |
| <!----3rd row-------------------------------------------------->
| |
| <tr><td>
| |
| <nowiki>{{!}}-</nowiki><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1|}}}}}|</nowiki><br>
| |
| <nowiki>{{!}} style="</nowiki><br><nowiki>
| |
| text-align:right; </nowiki><br><nowiki>
| |
| width:15%; </nowiki><br><nowiki>
| |
| background-color:{{{left column background color}}};</nowiki><br><nowiki>
| |
| {{!}} "'''{{{group title1}}}'''|}}</nowiki>
| |
| </td>
| |
| <td>
| |
| <nowiki><tr></nowiki><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1|}}}}}|</nowiki><br>
| |
| <nowiki><td style="</nowiki><br><nowiki>
| |
| text-align:right; </nowiki><br><nowiki>
| |
| width:15%; </nowiki><br><nowiki>
| |
| background-color:{{{left column background color}}}; "></nowiki><br><nowiki>
| |
| '''{{{group title1}}}'''|}}</nowiki><br>
| |
| <nowiki></td></nowiki>
| |
| </td>
| |
| </tr>
| |
| <!----4th row---------------------------------------------------->
| |
| <tr>
| |
| <td><br>
| |
| <font color="red"><nowiki>{{#if:{{Ifempty|{{{group title1-item1|}}}}}|</nowiki><br>
| |
| <nowiki>{{!}} style="text-align:left; background-color:{{{right column background color}}};
| |
| "></nowiki><nowiki>
| |
| {{#if:{{{group title1-item1|}}}|{{{group title1-item1}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item2|}}}|{{{group title1-item2}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item3|}}}|{{{group title1-item3}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item4|}}}|{{{group title1-item4}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item5|}}}|{{{group title1-item5}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| |}}</nowiki></font color="red">
| |
| </td>
| |
| <td>
| |
| <font color="red"><nowiki><td></nowiki><br>
| |
| <nowiki>{{#if:{{Ifempty|{{{group title1-item1|}}}}}|</nowiki><br>
| |
| <nowiki><td style="text-align:left; background-color:{{{right column background color}}};
| |
| "></nowiki><nowiki>
| |
| {{#if:{{{group title1-item1|}}}|{{{group title1-item1}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item2|}}}|{{{group title1-item2}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item3|}}}|{{{group title1-item3}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item4|}}}|{{{group title1-item4}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| {{#if:{{{group title1-item5|}}}|{{{group title1-item5}}}{{·}}|}} </nowiki><br>
| |
| <nowiki>
| |
| |}}</nowiki><br>
| |
| <nowiki></td></nowiki><br>
| |
| <nowiki></tr></nowiki></font color="red">
| |
| </td>
| |
| </tr>
| |
| <!----5th row------------------------------------------------------>
| |
| <tr>
| |
| <td>
| |
| <nowiki>|}</nowiki>
| |
| </td>
| |
| <td>
| |
| <nowiki></table></nowiki>
| |
| </td>
| |
| </tr>
| |
|
| |
| </table>
| |
|
| |
|
| ====Meaning of each line of the code==== | | ====Meaning of each line of the code==== |
Line 529: |
Line 65: |
| *"border-collaspe:separate; border-spacing:5px means we are placing a 5 pixel space between the boxes in the template. See [[HTML_and_Wikitext_-_Lesson_Three#Cell_separation|Cell Separation]] for more details. | | *"border-collaspe:separate; border-spacing:5px means we are placing a 5 pixel space between the boxes in the template. See [[HTML_and_Wikitext_-_Lesson_Three#Cell_separation|Cell Separation]] for more details. |
| *The title of the navbox has to extend both columns of the navbox so that is coded with the colspan="2" code. | | *The title of the navbox has to extend both columns of the navbox so that is coded with the colspan="2" code. |
| | *Since the name of the organization and the image will extend over the two columns which contain the information about the organization we will install <font color="red">colspan="2"</font color> in the organization and image coding. |
| *When you save your navbox be sure include the word "navbox" in the title so people will know what kind of template it is for example: <font color="red"><nowiki>{{template:infobox sample}}</nowiki></font color>. | | *When you save your navbox be sure include the word "navbox" in the title so people will know what kind of template it is for example: <font color="red"><nowiki>{{template:infobox sample}}</nowiki></font color>. |
| ---- | | ---- |
Line 553: |
Line 90: |
|
| |
|
| {{Missouri|Missouri}} | | {{Missouri|Missouri}} |
| [[category:Templates]]
| |