Template:CompanyInfoBox: Difference between revisions

From PortlandWiki
Jump to navigation Jump to search
m (Category:Infobox)
m (Another fix attempt...)
 
(3 intermediate revisions by the same user not shown)
Line 18: Line 18:
| {{{Categories}}}
| {{{Categories}}}
|}
|}
<noinclude>
<noinclude>
<pre>
<pre>
Line 32: Line 33:
|}}
|}}
</pre>
</pre>
</noinclude>
 
* The box shown top, right is the back-end code.
* The box shown beneath it is an example of what the box looks like after you insert your info.
* The code just below is what you insert at the top of your wiki article.


[[Category:Infobox]]
[[Category:Infobox]]
[[Category:Templates]]
[[Category:Templates]]
</noinclude>

Latest revision as of 19:27, 17 March 2011

[[{{{Image}}}|center|200px]]
{{{CompanyName}}}
{{{Address}}}
{{{CrossStreets}}}
{{{Neighborhood}}}
{{{Phone}}}
{{{Website}}}
{{{Hours}}}
{{{Categories}}}


{{CompanyInfoBox
| Image         = 
| CompanyName   =
| Address       =
| CrossStreets  =
| Neighborhood  =
| Phone         =
| Website       =
| Hours         =
| Categories    =
|}}
  • The box shown top, right is the back-end code.
  • The box shown beneath it is an example of what the box looks like after you insert your info.
  • The code just below is what you insert at the top of your wiki article.