|
|
(3 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {{Infobox company
| | To add a company go to https://twogpedia.com/Form:Company and to edit a company just use the "Edit with form" button. |
| |title=Example team
| |
| |image=Team_placeholder_light.png
| |
| |imagedark=Team_placeholder_dark.png
| |
| |city=Seattle
| |
| |country=USA
| |
| |fouded=1999
| |
| |parentcompany=BestParent 2022
| |
| |type=Cyber cafes
| |
| |employees=50-100
| |
| |sponsors=Sponsor 1, Sponsor 2
| |
| |website = https://twogpedia.com
| |
| }}
| |
|
| |
|
| == Example ==
| | For a list of country codes / names check https://twogpedia.com/Module:Localisation/Data |
| <pre>
| |
| {{Infobox company
| |
| |title=Example team
| |
| |image=Team_placeholder_light.png
| |
| |imagedark=Team_placeholder_dark.png
| |
| |city=Seattle
| |
| |country=USA
| |
| |fouded=1999
| |
| |parentcompany=BestParent 2022
| |
| |type=Cyber cafes
| |
| |employees=50-100
| |
| |sponsors=Sponsor 1, Sponsor 2
| |
| |website = https://twogpedia.com
| |
| }}
| |
| </pre>
| |
|
| |
|
| == Parameters ==
| | For additional links check https://twogpedia.com/Module:Links |
| ==Parameters==
| |
| {| class="wikitable"
| |
| ! Parameter
| |
| ! Explanation
| |
| |-
| |
| | '''title'''
| |
| | Name of the page to displayed at the top of the infobox
| |
| |-
| |
| | '''image'''
| |
| | Name of the company logo image. Do not include ''Image:'' or ''File:'' as a prefix. Do not include ''<nowiki>[[ ]]</nowiki>''.
| |
| |-
| |
| | '''imagedark'''
| |
| | Name of the logo to displayed when website is in dark mode.
| |
| |-
| |
| | '''teamcardimage'''
| |
| | Optional. This logo is usually different from the main logo, (e.g. no-text version). It will be displayed in the [[Template:TeamCard]] on event pages.
| |
| |-
| |
| | '''location'''
| |
| | The location of the team (e.g. team house or organisation headquarter). You can use either name of a country or continent.
| |
| |-
| |
| | '''location2'''
| |
| | The second location of the team (e.g. team house or organisation headquarter). (if needed)
| |
| |-
| |
| | '''region'''
| |
| | The region of the team
| |
| |-
| |
| | '''sponsor'''
| |
| | Name(s) of sponsor(s) with link to external sponsor page(s). Multiple entries can be separated by <nowiki><br /></nowiki> to split additional names to separate lines.
| |
| |-
| |
| |'''teamid'''
| |
| | The in-game numerical ID of the team. Using this parameter will generate a dotabuff and datDota link for the team.
| |
| |-
| |
| | '''website'''
| |
| | URL to team website
| |
| |-
| |
| | '''website2'''
| |
| | URL to second team website (if needed)
| |
| |-
| |
| | '''twitch'''
| |
| | Team channel name or username on Twitch
| |
| |-
| |
| | '''stream'''
| |
| | Link to stream (if not on Twitch)
| |
| |-
| |
| | '''tlstream'''
| |
| | Stream name on liquiddota.com
| |
| |-
| |
| | '''youtube'''
| |
| | Channel name on YouTube
| |
| |-
| |
| | '''facebook'''
| |
| | Username on Facebook
| |
| |-
| |
| | '''twitter'''
| |
| | Username on Twitter
| |
| |-
| |
| | '''instagram'''
| |
| | Username on Instagram
| |
| |-
| |
| | '''weibo'''
| |
| | Username on Sina Weibo
| |
| |-
| |
| | '''tencent'''
| |
| | User ID on Tencent Weibo
| |
| |-
| |
| | '''vk'''
| |
| | Username on VKontakte
| |
| |-
| |
| | '''reddit'''
| |
| | Username on reddit.com
| |
| |}
| |