Difference between revisions of "Template:Team"
| Line 1: | Line 1: | ||
| − | <includeonly><span style="margin-left: 5px;">[[File:{{{1}}}.png|25px]] [[{{TeamAbbrToName|{{{1}}}}}]]</span></includeonly><noinclude> | + | <includeonly><span style="margin-left: 5px;{{#ifeq:{{{color|}}}|true| color: {{TeamAbbrToHexColor|{{{1}}}}};|}}">[[File:{{{1}}}.png|25px]] {{#ifeq:{{{link|}}}|false|{{TeamAbbrToName|{{{1}}}}}|[[{{TeamAbbrToName|{{{1}}}}}]]}}</span></includeonly><noinclude> |
This template is used to insert Golly teams with a link to the team's page. | This template is used to insert Golly teams with a link to the team's page. | ||
| Line 5: | Line 5: | ||
<pre> | <pre> | ||
| − | {{ | + | {{Team|BTX}} |
</pre> | </pre> | ||
and it will insert an annotated link to a Golly team {{Team|BTX}} that you can embed into a paragraph of text. | and it will insert an annotated link to a Golly team {{Team|BTX}} that you can embed into a paragraph of text. | ||
| + | |||
| + | To exclude the link, set the <code>link</code> argument to false: | ||
| + | |||
| + | <pre> | ||
| + | {{Team|BTX|link=false}} | ||
| + | </pre> | ||
| + | |||
| + | and it will insert an annotated team name without a link {{Team|BTX|link=false}} that you can embed into a paragraph of text. | ||
| + | |||
| + | You can also set <code>color</code> to true to color the text by the team's color: | ||
| + | |||
| + | <pre> | ||
| + | {{Team|BTX|link=false|color=true}} | ||
| + | </pre> | ||
| + | |||
| + | and it will insert an annotated team name with color {{Team|BTX|link=false|color=true}} that you can embed into a paragraph of text. | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur erat in tortor elementum {{Game|4d9aa3a9-dd08-4ca8-9491-855ab7df7a43}}, vel fringilla ipsum tristique. Vivamus pellentesque fringilla pellentesque. Vestibulum condimentum commodo neque, eu mollis justo commodo at. Ut condimentum elit quis dolor vehicula luctus. Proin auctor nunc sit amet risus aliquam, et elementum purus venenatis {{Team|AA}}. Suspendisse ac sodales nibh. Integer placerat pharetra pharetra. Nullam convallis sem a feugiat sodales. Aliquam ultricies velit vel magna vestibulum convallis. Nunc ut dolor convallis lectus sodales faucibus eget quis dolor. | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur erat in tortor elementum {{Game|4d9aa3a9-dd08-4ca8-9491-855ab7df7a43}}, vel fringilla ipsum tristique. Vivamus pellentesque fringilla pellentesque. Vestibulum condimentum commodo neque, eu mollis justo commodo at. Ut condimentum elit quis dolor vehicula luctus. Proin auctor nunc sit amet risus aliquam, et elementum purus venenatis {{Team|AA}}. Suspendisse ac sodales nibh. Integer placerat pharetra pharetra. Nullam convallis sem a feugiat sodales. Aliquam ultricies velit vel magna vestibulum convallis. Nunc ut dolor convallis lectus sodales faucibus eget quis dolor. | ||
Revision as of 00:19, 11 February 2021
This template is used to insert Golly teams with a link to the team's page.
Pass in a team abbreviation:
{{Team|BTX}}
and it will insert an annotated link to a Golly team
Baltimore Texas that you can embed into a paragraph of text.
To exclude the link, set the link argument to false:
{{Team|BTX|link=false}}
and it will insert an annotated team name without a link
Baltimore Texas that you can embed into a paragraph of text.
You can also set color to true to color the text by the team's color:
{{Team|BTX|link=false|color=true}}
and it will insert an annotated team name with color
Baltimore Texas that you can embed into a paragraph of text.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur erat in tortor elementum
4d9aa3a9-dd08-4ca8-9491-855ab7df7a43, vel fringilla ipsum tristique. Vivamus pellentesque fringilla pellentesque. Vestibulum condimentum commodo neque, eu mollis justo commodo at. Ut condimentum elit quis dolor vehicula luctus. Proin auctor nunc sit amet risus aliquam, et elementum purus venenatis
Alewife Arsonists. Suspendisse ac sodales nibh. Integer placerat pharetra pharetra. Nullam convallis sem a feugiat sodales. Aliquam ultricies velit vel magna vestibulum convallis. Nunc ut dolor convallis lectus sodales faucibus eget quis dolor.
Donec vitae molestie massa, ac lacinia dolor. Nulla a vulputate quam. Curabitur finibus sollicitudin sem, quis sagittis dui. Morbi sit amet volutpat tellus.
Seattle Sneakers
Related templates:
- {{Game}}