Template:Infobox group: Difference between revisions
Created page with "{{Infobox | title = {{{name|}}} | image = {{{image|}}} | caption = {{{caption|}}} | label1 = Meeting time | data1 = {{{meeting_time|}}} | label2 = Meeting location | data2 = {{{meeting_location|}}} | label3 = Founded | data3 = {{{founded|}}} | label4 = Leadership | data4 = {{{leadership|}}} | label5 = Email | data5 = {{{email|}}} | label6 = Social media | data6 = {{{social_media|}}} }}" |
adding website parameter |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
| title = {{{name|}}} | | title = {{#if:{{{name|}}}|{{{name|}}}|{{PAGENAME}}}} | ||
| image = {{{image|}}} | | image = {{{image|}}} | ||
| caption = {{{caption|}}} | | caption = {{{caption|}}} | ||
| | | header1 = {{#if:{{{access|}}}{{{time|}}}{{{location|}}}|Meetings}} | ||
| | |||
| label3 = | | label2 = Access | ||
| data3 = {{{ | | data2 = {{{access|}}} | ||
| label3 = Time | |||
| data3 = {{{time|}}} | |||
| label4 = Location | |||
| data4 = {{{location|}}} | |||
| | | header5 = {{#if:{{{email|}}}{{{socials|}}}{{{website|}}}|Links}} | ||
| | |||
| | | label6 = Email | ||
| | | data6 = {{{email|}}} | ||
| | | label7 = Social media | ||
| | | data7 = {{{socials|}}} | ||
}} | | label8 = Website | ||
| data8 = {{{website|}}} | |||
}}<noinclude>{{Documentation}}[[Category:Infoboxes]]</noinclude> | |||