Interface administrators, smwadministrator, smwcurator, smweditor
82,369
edits
| Line 128: | Line 128: | ||
====Step Two - More Coding==== | ====Step Two - More Coding==== | ||
Next step is to add parameters which are formated like so: {{{name of parameter}}}. We will add them to the table below. Notice that there are three opening and closing curly brackets around each one. | *Next step is to add parameters which are formated like so: {{{name of parameter}}}. We will add them to the table below. Notice that there are three opening and closing curly brackets around each one. | ||
<table style="border:1px solid blue; "> | <table style="border:1px solid blue; "> | ||
<tr> | <tr> | ||
| Line 178: | Line 178: | ||
</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 {{{ }}}. 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. | |||
===Step Three - Placing the Infobox=== | ===Step Three - Placing the Infobox=== | ||