Interface administrators, smwadministrator, smwcurator, smweditor
82,369
edits
Line 142: | Line 142: | ||
<tr> | <tr> | ||
<td style="width:50%; border:1px solid blue; "> | <td style="width:50%; border:1px solid blue; "> | ||
<nowiki>{| class="infobox"</nowiki> <br> | <nowiki>{| class="infobox" style="width:200px; "</nowiki> <br> | ||
<nowiki>{{{!}}}-</nowiki><br> | <nowiki>{{{!}}}-</nowiki><br> | ||
<nowiki>{{{!}}}colspan="2"{{{!}}}</nowiki><font color="red"><nowiki>{{{</nowiki></font color>organization<font color="red"><nowiki>}}}</nowiki></font color><br><br> | <nowiki>{{{!}}}colspan="2"{{{!}}}</nowiki><font color="red"><nowiki>{{{</nowiki></font color>organization<font color="red"><nowiki>}}}</nowiki></font color><br><br> | ||
Line 163: | Line 163: | ||
<td style="width:50%; border:1px solid blue; "> | <td style="width:50%; border:1px solid blue; "> | ||
<nowiki><table class="infobox"></nowiki><br> | <nowiki><table class="infobox" style="width:200px; "></nowiki><br> | ||
<nowiki><tr></nowiki><br> | <nowiki><tr></nowiki><br> | ||
<nowiki><td colspan="2"></nowiki><font color="red"><nowiki>{{{</nowiki></font color>organization<font color="red"><nowiki>}}}</nowiki></font color> | <nowiki><td colspan="2"></nowiki><font color="red"><nowiki>{{{</nowiki></font color>organization<font color="red"><nowiki>}}}</nowiki></font color> | ||
Line 192: | Line 192: | ||
</tr> | </tr> | ||
</table> | </table> | ||
*Notice all we have done is enclose the parameter we want to place information with opening and closing {{{ }}}. That is all. It will be in the parameters where we put the information that we see in the infobox. | *Notice all we have done is enclose the parameter we want to place information with opening and closing <font color="red">{{{ }}}</font color>. That is all. It will be in the parameters where we put the information that we see in the infobox. | ||
*In the wikitext, things are really getting hard to differentiate. There are a lot of curly brackets on the code. Again showing that using HTML is less messy than Wikitext. | *In the wikitext, things are really getting hard to differentiate. There are a lot of curly brackets on the code. Again showing that using HTML is less messy than Wikitext. | ||