Template:CompanyInfoBox: Difference between revisions

From PortlandWiki
Jump to navigation Jump to search
No edit summary
m (Another fix attempt...)
 
(12 intermediate revisions by 3 users not shown)
Line 2: Line 2:
| [[{{{Image}}}|center|200px]]
| [[{{{Image}}}|center|200px]]
|-
|-
| {{{CompanyName}}}
| '''{{{CompanyName}}}'''
|-
|-
| {{{Address}}}
| {{{Address}}}
Line 14: Line 14:
| {{{Website}}}
| {{{Website}}}
|-
|-
| {{{Hours}}}}
| {{{Hours}}}
|-
|-
| {{{Categories}}}
| {{{Categories}}}
|}
|}
<noinclude>
<noinclude>
<pre>
{{CompanyInfoBox
{{CompanyInfoBox
| Image                 =  
| Image         =  
| CompanyName =
| CompanyName   =
| Address             =
| Address       =
| CrossStreets     =
| CrossStreets =
| Neighborhood   =
| Neighborhood =
| Phone                 =
| Phone         =
| Website             =
| Website       =
| Hours                 =
| Hours         =
| Categories         =
| Categories   =
|}}
|}}
</pre>
* 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:Templates]]
</noinclude>
</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.