Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. {{Infobox player
  2. |id=
  3. |image=
  4. |name=
  5. |romanized_name=
  6. |team=NoRivals
  7. |team_history={{TH|2015-01-01 - 2015-01-02 |Team}}
  8. |country=Poland
  9. |status=Active
  10. |years_active=2003-'''Present'''
  11. |years_active_manager=
  12. |birth_date={{Birth date and age|1986|6|10}}
  13. |fanclub=
  14. |twitter=
  15. |facebook=
  16. |twitch=
  17. }}
  18.  
  19.  
  20. ==Introduction==
  21. This is a tutorial for how to create and maintain your own player page on Liquipedia. We'll go through how to deal with the different templates. The '''bold text''' will be the actual "code" and ''italic text'' will be my comments on the code. A good template ready to copy and paste will be found at the end of each segment. It is encouraged that you first read this page to find all the tools available.
  22.  
  23. ===Section-headers===
  24. An important part of any Liquipedia page is good headings to make an easy to navigate Table of Contents (or TOC)-box at the top of the page. some normal ones include Overview, Format, Players, Group-stage, Bracket, Rules and Racial Distribution. You can of course create others and ignore some to best suit the player you're creating the page for.
  25. You create a heading by starting a new line and entering:<br />
  26. '''<nowiki> ==HEADER NAME==</nowiki>'''<br />
  27. And then another line break after it so as to leave it as the only text or code on that line. The HEADER NAME should be changed to the name you want to give the header. If you want to make a sub header within that section, use three equal-signs on each side of the name, and a further sub heading would be four equal-signs on each side.<br />
  28.  
  29. ==Adding an infobox to your player page==
  30. An Infobox is one of the standard features of any Liquipedia page and it's no different for tournaments, leagues, Teams or Players, situated at the top right corner of a page it gives some brief information about the Player. The {{tl|Infobox player}}-template should come before the article text, but perhaps after other templates such as Tabs or Stub, and also after a banner, should you have added that to the top of the page. Following will be the explanation of the code, and some templates for you to use on a player page.
  31.  
  32. ===Code Explanation===
  33. {| class="wikitable collapsible collapsed" width="100%"
  34. ! Code explanation to "Standard Player infobox"
  35. |-
  36. |
  37. '''<nowiki>{{Infobox player</nowiki>'''<br />'''
  38. '''<nowiki>|id= Player nickname</nowiki>'''<br />'''
  39. '''<nowiki>|image= Image of the player with OK from copyright owner</nowiki>'''<br />'''
  40. '''<nowiki>|name= Player name</nowiki>'''<br />'''
  41. '''<nowiki>|romanized_name= If nedded</nowiki>'''<br />'''
  42. '''<nowiki>|team= Teamname</nowiki>'''<br />'''
  43. '''<nowiki>|team_history= {{TH|2015-01-01 - 2015-01-02 |Team}}</nowiki>'''<br />'''
  44. '''<nowiki>|country= Country</nowiki>'''<br />'''
  45. '''<nowiki>|status= Active or Retired</nowiki>'''<br />'''
  46. '''<nowiki>|years_active= Years active as a palyer (2003-'''Present''')</nowiki>'''<br />'''
  47. '''<nowiki>|years_active_manager= Year active as a manger (2003-'''Present''')</nowiki>'''<br />'''
  48. '''<nowiki>|birth_date= {{Birth date and age|1986|6|10}}</nowiki>'''<br />'''
  49. '''<nowiki>|fanclub= link to fanclub</nowiki>'''<br />'''
  50. '''<nowiki>|twitter= link to twitter</nowiki>'''<br />'''
  51. '''<nowiki>|facebook= link to facebook</nowiki>'''<br />'''
  52. '''<nowiki>|twitch= link to twitch</nowiki>'''<br />'''
  53. '''<nowiki>}}</nowiki>'''<br />'''
  54. |}
  55.  
  56.  
  57. ===Copy & Paste Templates===
  58. Here you have a Copy & Paste box for the template Infobox player. Just copy and paste it into your player profile your are creating.
  59. {| class="wikitable collapsible collapsed" width="100%"
  60. ! Template: Standard Player infobox<br /> Copy the content to your page.
  61. |-
  62. |
  63. <nowiki>{{Infobox player</nowiki><br />
  64. <nowiki>|id=</nowiki><br />
  65. <nowiki>|image=</nowiki><br />
  66. <nowiki>|name=</nowiki><br />
  67. <nowiki>|romanized_name=</nowiki><br />
  68. <nowiki>|country=Sweden</nowiki><br />
  69. <nowiki>|birth_date={{Birth date and age|Year|Month|Day}}</nowiki><br />
  70. <nowiki>|status=Active</nowiki><br />
  71. <nowiki>|team=</nowiki><br />
  72. <nowiki>|years_active=</nowiki><br />
  73. <nowiki>|years_active_manager=</nowiki><br />
  74. <nowiki>|fanclub=</nowiki><br />
  75. <nowiki>|twitter=</nowiki><br />
  76. <nowiki>|facebook=</nowiki><br />
  77. <nowiki>|twitch=</nowiki><br />
  78. <nowiki>|team_history=
  79. {{TH|YYYY-MM-DD - YYYY-MM-DD |TeamName}}</nowiki><br />
  80. <nowiki>}}</nowiki><br />
  81. |}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement