Template:ÁrTalQuickStats: Difference between revisions

From TalossaWiki
Jump to navigation Jump to search
(Created page with "<br> <center><div class="voterecord"> {| style="border-collapse: separate; border-spacing: 5; border-width: 5px; border-style: solid; border-color: #FFA07A; background:#FFE4C4...")
 
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 8: Line 8:
|-
|-
{{#if: {{{talossan_since|}}}|{{!}}-
{{#if: {{{talossan_since|}}}|{{!}}-
{{!}}Talossan Since: {{{talossan_since}}}|}}
{{!}}'''Talossan Since''': {{{talossan_since}}}|}}
|-
|-
{{#if: {{{gender|}}}|{{!}}-
{{#if: {{{gender|}}}|{{!}}-
{{!}}Gender: {{{gender}}}|}}
{{!}}'''Gender''': {{{gender}}}|}}
|-
|-
{{#if: {{{birthday|}}}|{{!}}-
{{#if: {{{birthday|}}}|{{!}}-
{{!}}Birthday: {{{birthday}}}|}}
{{!}}'''Birthday''': {{{birthday}}}|}}
|-
|-
{{#if: {{{locale|}}}|{{!}}-
{{#if: {{{locale|}}}|{{!}}-
{{!}}Locale: {{{locale}}}|}}
{{!}}'''Locale''': {{{locale}}}|}}
|-
|-
{{#if: {{{currently_reading|}}}|{{!}}-
{{#if: {{{currently_reading|}}}|{{!}}-
{{!}}Currently Reading: {{{currently_reading}}}|}}
{{!}}'''Currently Reading''': {{{currently_reading}}}|}}
|-
|-
{{#if: {{{top_books|}}}|{{!}}-
{{#if: {{{top_books|}}}|{{!}}-
{{!}}Top Books: {{{top_books}}}|}}
{{!}}'''Top Books''': {{{top_books}}}|}}
|-
|-
{{#if: {{{top_tv_movies|}}}|{{!}}-
{{#if: {{{top_tv|}}}|{{!}}-
{{!}}Top TV & Movies: {{{top_tv_movies}}}|}}
{{!}}'''Top TV Shows''': {{{top_tv}}}|}}
|-
{{#if: {{{top_movies|}}}|{{!}}-
{{!}}'''Top Movies''': {{{top_movies}}}|}}
|-
|-
{{#if: {{{top_music|}}}|{{!}}-
{{#if: {{{top_music|}}}|{{!}}-
{{!}}Top Music: {{{top_music}}}|}}
{{!}}'''Top Music''': {{{top_music}}}|}}
|-
{{#if: {{{top_games|}}}|{{!}}-
{{!}}'''Top Games''': {{{top_games}}}|}}
|-
|}
|}
</div></center>
</div></center>
Line 37: Line 44:
This box provides a list of quick stats for ÁrTal profiles.  To use it, just add the following code to a person's page. It must go after |Desc = . If you do not define one of these, then it won't appear on your box.
This box provides a list of quick stats for ÁrTal profiles.  To use it, just add the following code to a person's page. It must go after |Desc = . If you do not define one of these, then it won't appear on your box.
<pre>
<pre>
  {{ÁrTalContactBox
  {{ÁrTalQuickStats
  |talossan_since=date became Talossan
  |talossan_since=date became Talossan
  |gender=gender
  |gender=gender
Line 44: Line 51:
  |currently_reading=we think you get the picture
  |currently_reading=we think you get the picture
  |top_books=Favourite Books, separate by comma
  |top_books=Favourite Books, separate by comma
  |top_tv_movies=Favourite TV shows and movies, separate by comma
  |top_tv=Favourite TV shows, separate by comma
|top_movies=Favourite movies, separate by comma
  |top_music=Favourite music, songs, artists, etc, separate by comma
  |top_music=Favourite music, songs, artists, etc, separate by comma
|top_games=Favorite games, developers, companies, series, etc, separate by comma.
  }}
  }}
</pre>
</pre>
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 17:57, 1 June 2014


Quick Stats


Usage

This box provides a list of quick stats for ÁrTal profiles. To use it, just add the following code to a person's page. It must go after |Desc = . If you do not define one of these, then it won't appear on your box.

 {{ÁrTalQuickStats
 |talossan_since=date became Talossan
 |gender=gender
 |birthday=birthday
 |locale=location
 |currently_reading=we think you get the picture
 |top_books=Favourite Books, separate by comma
 |top_tv=Favourite TV shows, separate by comma
 |top_movies=Favourite movies, separate by comma
 |top_music=Favourite music, songs, artists, etc, separate by comma
 |top_games=Favorite games, developers, companies, series, etc, separate by comma.
 }}