Difference between revisions of "Template:Ribbon"

From Geohashing
imported>Relet
m (...with a non-formatting colon. :P)
imported>Relet
(replacing var "smalltemplates" with the more speaking name "ribbontheme".)
Line 1: Line 1:
<includeonly>{{#switch:{{#var:smalltemplates|}}
+
<includeonly>{{#switch:{{#var:ribbontheme|}}
|mini=<table style="border-width: 1px; border-spacing: 0px; border-style: solid solid solid solid; background-color:{{{bgcolor|white}}}; color: {{{fontcolor|black}}}; border-color: lightgray;"><tr><td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: {{{color}}}; border-collapse: separate;">{{{iconcode|[[Image:{{{icon}}}|22px]]}}}</td><td>'''{{{achievement}}}'''{{#if:{{{expedition|}}}|<nowiki>:</nowiki> {{{expedition}}}|}}</td></tr></table>
+
|micro=<table style="border-width: 1px; border-spacing: 0px; border-style: solid solid solid solid; background-color:{{{bgcolor|white}}}; color: {{{fontcolor|black}}}; border-color: lightgray;"><tr><td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: {{{color}}}; border-collapse: separate;">{{{iconcode|[[Image:{{{icon}}}|22px]]}}}</td><td>'''{{{achievement}}}'''{{#if:{{{expedition|}}}|<nowiki>:</nowiki> {{{expedition}}}|}}</td></tr></table>
|1=<table style="border-width: 1px; border-spacing: 0px; border-style: solid solid solid solid; background-color:{{{bgcolor|white}}}; color: {{{fontcolor|black}}}; border-color: lightgray;"><tr><td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: {{{color}}}; border-collapse: separate;">{{{iconcode|[[Image:{{{icon}}}|22px]]}}}</td><td>'''{{{achievement}}}''' by {{{action}}}.</td></tr></table>
+
|mini=<table style="border-width: 1px; border-spacing: 0px; border-style: solid solid solid solid; background-color:{{{bgcolor|white}}}; color: {{{fontcolor|black}}}; border-color: lightgray;"><tr><td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: {{{color}}}; border-collapse: separate;">{{{iconcode|[[Image:{{{icon}}}|22px]]}}}</td><td>'''{{{achievement}}}''' by {{{action}}}.</td></tr></table>
 
|#default=<table style="border-width: 1px; border-spacing: 0px; border-style: solid solid solid solid; border-color: lightgray; background-color:{{{bgcolor|white}}}; color: {{{fontcolor|black}}};">
 
|#default=<table style="border-width: 1px; border-spacing: 0px; border-style: solid solid solid solid; border-color: lightgray; background-color:{{{bgcolor|white}}}; color: {{{fontcolor|black}}};">
 
<tr>
 
<tr>
Line 24: Line 24:
 
Optional modifiers:
 
Optional modifiers:
 
*Use the code  
 
*Use the code  
<pre>{{#vardefine:smalltemplates|1}}</pre>
+
<pre>{{#vardefine:ribbontheme|mini}}</pre>
<pre>{{#vardefine:smalltemplates|mini}}</pre>
+
<pre>{{#vardefine:ribbontheme|micro}}</pre>
on any page to make all subsequent ribbons appear more compact or absolutely tiny.
+
on any page to make all subsequent ribbons appear in the selected theme.
 
Rarely used Parameters:
 
Rarely used Parameters:
 
*customtitle = ''replaces the words 'earned the' in the title of the ribbon.''
 
*customtitle = ''replaces the words 'earned the' in the title of the ribbon.''
Line 52: Line 52:
 
}}
 
}}
 
or, with small templates:
 
or, with small templates:
{{#vardefine:smalltemplates|1}}
+
{{#vardefine:ribbontheme|mini}}
 
{{Ribbon
 
{{Ribbon
 
|icon = Landgeohash.png
 
|icon = Landgeohash.png
Line 62: Line 62:
 
}}
 
}}
 
or, with mini templates:
 
or, with mini templates:
{{#vardefine:smalltemplates|mini}}
+
{{#vardefine:ribbontheme|micro}}
 
{{Ribbon
 
{{Ribbon
 
|icon = Landgeohash.png
 
|icon = Landgeohash.png

Revision as of 15:39, 24 January 2010

This template displays a generic ribbon, which can be customized using the following parameters. It can be used to simplify existing ribbon pages, and to create new ribbons more easily. It also helps us to maintain a common layout for all ribbons.

  • icon = The icon image to display in the ribbon.
  • color = The border colour of the ribbon.
  • achievement = Achievement or consolation prize name.
  • action = A free form description of the achieved feature. "reaching the x,y hash..."

Optional marameters:

  • user = The user name to be displayed in the ribbon. (Defaults to "This user". use {{{name|}}} as value to pass through the possibly blank name parameter as user name)
  • category = The category name where users having gained this achievement will be put.
  • image = The usual photographic proof (Note: you may want to use the value {{{image|}}} to pass through the possibly blank image parameter from your own ribbon template.)
  • expedition = the expedition link, as used by the mini templates (e.g. "2008-05-22 33 -44")

Optional modifiers:

  • Use the code
{{#vardefine:ribbontheme|mini}}
{{#vardefine:ribbontheme|micro}}

on any page to make all subsequent ribbons appear in the selected theme. Rarely used Parameters:

  • customtitle = replaces the words 'earned the' in the title of the ribbon.
  • bgcolor = replaces the background color of the ribbon.
  • fontcolor = replaces the font color of the ribbon.
  • iconcode = replaces the whole display code for the icon image.

Example

{{Ribbon
|icon = Landgeohash.png
|color = darkgreen
|user = Mr. Stickman
|achievement = [[Lost in Thought Achievement]]
|action = hurting himself while concentrating on the display of his GPS
|category = Lost in Thought Achievement
}}

will display as:

Landgeohash.png
Mr. Stickman earned the Lost in Thought Achievement
by hurting himself while concentrating on the display of his GPS.

or, with small templates:

Landgeohash.pngLost in Thought Achievement by hurting himself while concentrating on the display of his GPS.

or, with mini templates:

Landgeohash.pngLost in Thought Achievement: 2008-05-22 33 -44