Difference between revisions of "Infobox"
From PortlandWiki
WikiMaster (Talk | contribs) (Create Infobox page for PortlandWiki.) |
WikiMaster (Talk | contribs) m (Show code.) |
||
Line 10: | Line 10: | ||
| website = | | website = | ||
}} | }} | ||
+ | |||
+ | ==== Copy the code below and place it a the top of your article ==== | ||
+ | <code> | ||
+ | {{Infobox<br /> | ||
+ | | image = <br /> | ||
+ | | address = <br /> | ||
+ | | neighborhood = <br /> | ||
+ | | cross streets = <br /> | ||
+ | | other info = <br /> | ||
+ | | landmark = <br /> | ||
+ | | city quadrant = <br /> | ||
+ | | notes = <br /> | ||
+ | | website = <br /> | ||
+ | }} | ||
+ | </code> |
Latest revision as of 19:15, 19 May 2011
Infobox | |
---|---|
address | |
neighborhood | |
cross streets | |
other info | |
landmark | |
city quadrant | |
notes | |
website |
Copy the code below and place it a the top of your article
{{Infobox
| image =
| address =
| neighborhood =
| cross streets =
| other info =
| landmark =
| city quadrant =
| notes =
| website =
}}