Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki)
82,369
edits
Line 224: | Line 224: | ||
===Step Four - Limiting Parameters=== | ===Step Four - Limiting Parameters=== | ||
Some infoboxes can get very long. If you list all the attributes of an organization can possibly there can be quit a few items listed. What if you placing an infobox for a small organization, but are using the infobox for a large organizations with many offices you could end up with an infobox taking up a lot of room on the page with little information in it. Maybe the organization does even have a phone number. Well it is possible to code the infobox so that the item "phone" does not appear if there is none. It is done simply by adding this coding to the parameter. | Some infoboxes can get very long. If you list all the attributes of an organization can possibly there can be quit a few items listed. What if you placing an infobox for a small organization, but are using the infobox for a large organizations with many offices you could end up with an infobox taking up a lot of room on the page with little information in it. Maybe the organization does even have a phone number. Well it is possible to code the infobox so that the item "phone" does not appear if there is none. It is done simply by adding this coding to the parameter. | ||
{{Infobox sample | |||
|organization=Genealogy Society | |||
|image=[[File:France Lavender Field.jpg|150px]] | |||
|president=John Smith | |||
|address=1234 Hill St, Any City | |||
|phone=360-555-1234 | |||
|hours open=Mon 1pm - 6pm | |||
}} |