Template:Infobox organization: Difference between revisions
Appearance
Created page with "{| class="infobox" style="width: 22em; float: right; clear: right; margin: 0 0 1em 1em; border: 1px solid #aaa; background: #f9f9f9; padding: 5px;" |- ! colspan="2" style="background: #f2f2f2; text-align: center;" | {{{name|}}} |- | colspan="2" style="text-align: center;" | {{{image|}}} |- | colspan="2" style="text-align: center; font-size: smaller;" | {{{caption|}}} |- ! Type | {{{type|}}} |- ! Location | {{{location|}}} |} <noinclude> Base Infobox template for organiz..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{ | {{Infobox | ||
| | | name = {{{name|}}} | ||
| image = {{{image|}}} | |||
| | | caption = {{{caption|}}} | ||
| type = {{{type|}}} | |||
| | | location = {{{location|}}} | ||
| frequency = {{{frequency|}}} | |||
| | }} | ||
| | |||
|} | |||