Interface administrators, smwadministrator, smwcurator, smweditor
82,369
edits
Line 10: | Line 10: | ||
*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. | *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; "><br> | <table style="width:100%; border:1px solid blue; background-color:{{{navbox background color}}}; border-collaspe:separate; border-spacing:5px; "><br> | ||
<tr><br> | <tr><br> | ||
Line 24: | Line 25: | ||
</tr><br> | </tr><br> | ||
</table> | </table> | ||
*It does not look like much because you still have fill it in with the links or other information that you may want to display for your readers. | |||
*Here is the coding in HTML and Wikitext for the above Navbox: | *Here is the coding in HTML and Wikitext for the above Navbox: | ||