Interface administrators, smwadministrator, smwcurator, smweditor
82,369
edits
Line 183: | Line 183: | ||
To place this infobox which again is nothing more than a template with the class of "infobox," we type the usual coding in which our example is <nowiki>{{Infobox sample}}</nowiki>. However, it will be displayed as such:{{Infobox sample}}. | To place this infobox which again is nothing more than a template with the class of "infobox," we type the usual coding in which our example is <nowiki>{{Infobox sample}}</nowiki>. However, it will be displayed as such:{{Infobox sample}}. | ||
Notice no information appears only the parameters inside the curly brackets. We now have to add the following code to the placement of the template: | Notice no information appears only the parameters inside the curly brackets. We now have to add the following code to the placement of the template:<br><br> | ||
<nowiki>{{Infobox sample</nowiki><br> | <nowiki>{{Infobox sample</nowiki><br> | ||
<nowiki>|organization=</nowiki><br> | <nowiki>|organization=</nowiki><br> |