Template:CompanyInfoBox: Difference between revisions

From PortlandWiki
Jump to navigation Jump to search
m (Minor edits.)
(Attempt to resolve loop.)
Line 19: Line 19:
|}
|}


{{clear}}
{{CompanyInfoBox
| Image        = File:Keep-Portland-Wiki.png
| CompanyName  = Generic Infobox
| Address      = [[PortlandWiki]]
| CrossStreets  = They all cross.
| Neighborhood  = [[Portland]]
| Phone        = Google Voice
| Website      = http://portlandwiki.org/
| Hours        = 24/7
| Categories    = Infobox
|}}
{{clear}}
* The box shown top, right is the back-end code.
* 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 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.
* The code just below is what you insert at the top of your wiki article.
{{clear}}
<noinclude>
<noinclude>
<pre>
<pre>

Revision as of 19:07, 17 March 2011

[[{{{Image}}}|center|200px]]
{{{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.
{{CompanyInfoBox
| Image         = 
| CompanyName   =
| Address       =
| CrossStreets  =
| Neighborhood  =
| Phone         =
| Website       =
| Hours         =
| Categories    =
|}}

Template:Infobox