Difference between revisions of "Template:Member"

From Nottinghack Wiki
Jump to navigation Jump to search
(→‎Usage: fixos)
(font-size:110%;)
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{| class="wikitable" style="float:right; width:250px; margin-left:10px; margin-bottom:10px;"
 
{| class="wikitable" style="float:right; width:250px; margin-left:10px; margin-bottom:10px;"
 +
! colspan="2" style="{{#if:{{{colorback|}}}|background-color:{{{colorback}}}|background-color:#195905}}; {{#if:{{{colortext|}}}|color:{{{colortext}}}|color:#ffffff}}; text-align: center; font-size:110%;" | '''{{SUBPAGENAME}} '''
 
|-
 
|-
! colspan="2" style="background-color:#195905; color:#ffffff; text-align: center;" | {{SUBPAGENAME}}
+
| align="center" style="background-color:#ffffff"  colspan="2"|<!--  
|-
+
-->{{#if:{{{imagefile|}}}<!--  
| align="center" style="background-color:#ffffff"  colspan="2"|  
+
then -->|[[File:{{{imagefile}}}|{{#if:{{{imagewidth|}}}|<!--then-->{{{imagewidth}}}|<!--else-->220px}}]]<!--  
<!-- if 'imagefile' parameter present -->{{#if:{{{imagefile|}}}<!--  
 
then -->|[[File:{{{imagefile}}}|{{#if:{{{imagewidth|}}}<!--then-->|{{{imagewidth}}}<!--then-->|<!--else-->220px}}]]<!--  
 
 
else -->|[[File:blank-avatar.png|100px]]<!--  
 
else -->|[[File:blank-avatar.png|100px]]<!--  
 
-->}}
 
-->}}
{{#if:{{{realname|}}}{{{nickname|}}}|<!-- conditional table row if A or B -->
+
  |- {{#if:{{{realname|}}}{{{nickname|}}}| | style="display: none;" <!-- Hide row (if A or B) if parameter doesn't exist --> }}
  {{!}}-
 
 
   ! Name  
 
   ! Name  
   {{!}} {{#if:{{{realname|}}}| {{{realname|}}} {{#if:{{{nickname|}}}| AKA {{{nickname}}} }}| {{{nickname}}} }}<!--  
+
   | {{#if:{{{realname|}}}| {{{realname|}}} {{#if:{{{nickname|}}}| AKA {{{nickname}}} }} | {{{nickname}}} }} <!-- display name or nick, if both then name AKA nick -->
-->}}
+
  |- {{#if:{{{datejoined|}}} | | style="display: none;" <!-- Hide row if parameter doesn't exist --> }}
{{#if:{{{datejoined|}}}|<!-- conditional table row -->
 
  {{!}}-
 
 
   ! Date joined  
 
   ! Date joined  
   {{!}} {{{datejoined}}}<!--  
+
   | {{{datejoined}}}
-->}}
+
  |- {{#if:{{{manufacturer|}}} | | style="display: none;" <!-- Hide row if parameter doesn't exist --> }}
|}<includeonly>
+
  ! Manufacturer
[[Category:Members]]</includeonly><noinclude>
+
  | {{{manufacturer}}}
 +
  |- {{#if:{{{model|}}} | | style="display: none;" <!-- Hide row if parameter doesn't exist --> }}
 +
  ! Model
 +
  | {{{model}}}
 +
|}<includeonly>[[Category:Members]]</includeonly><noinclude>
 
{{clear}}
 
{{clear}}
 
==Documentation==
 
==Documentation==
Line 28: Line 28:
 
Inserting the following text at the top of your user page and it will produce an information box on your page that gives an overview. All of the arguments are optional and can be written in any order.
 
Inserting the following text at the top of your user page and it will produce an information box on your page that gives an overview. All of the arguments are optional and can be written in any order.
  
If no imagefile is provided it default the a 'robinhood'.
+
If no imagefile is specified the default 'robinhood' image is used.
  
 
<pre>{{Member
 
<pre>{{Member
Line 41: Line 41:
 
=== Arguments ===
 
=== Arguments ===
 
;imagefile
 
;imagefile
:An image, in the format <image name>.<ext>. DO NOT include the <nowiki>[[]]</nowiki> brackets otherwise the image will display full size.
+
:An image, in the format <image name>.<ext>. DO NOT include the <nowiki>[[]]</nowiki> square brackets otherwise the image will display full size.
 
;imagewidth
 
;imagewidth
 
:Sets the width of the imagefile, specify the unit (for example 200px).
 
:Sets the width of the imagefile, specify the unit (for example 200px).
Line 49: Line 49:
 
:Specify real name
 
:Specify real name
 
;datejoined
 
;datejoined
:The date of becoming a Hackspace member.
+
:The date of becoming a Hackspace member, format DD/MM/YYYY.
 +
;colorback
 +
:Customise background colour of title bar, format #RRGGBB or colour name.
 +
;colortext
 +
:Customise text colour of title bar, format #RRGGBB or colour name.
 +
;manufacturer
 +
:Some members have a specific manufacturer.
 +
;model
 +
:Some members are specific models.
  
 
===Notes===
 
===Notes===
Parameter wikiname is depreciated - as it can be obtained from page infobox is placed on.
+
Parameter wikiname is deprecated - as it can be obtained from page infobox is placed on.
 
{{note|Automatically includes page in [[:Category:Members]]}}
 
{{note|Automatically includes page in [[:Category:Members]]}}
  
 
[[Category:Templates infoboxes]]
 
[[Category:Templates infoboxes]]
 
</noinclude>
 
</noinclude>

Revision as of 19:47, 19 March 2019

Member
Blank-avatar.png
Name {{{nickname}}}
Date joined {{{datejoined}}}
Manufacturer {{{manufacturer}}}
Model {{{model}}}

Documentation

This template creates a member infobox. All parameters are optional. The title of the infobox is set from the name of the userpage it is placed on.

Usage

Inserting the following text at the top of your user page and it will produce an information box on your page that gives an overview. All of the arguments are optional and can be written in any order.

If no imagefile is specified the default 'robinhood' image is used.

{{Member
|imagefile=
|imagewidth=
|nickname=
|realname=
|datejoined=
}}

Arguments

imagefile
An image, in the format <image name>.<ext>. DO NOT include the [[]] square brackets otherwise the image will display full size.
imagewidth
Sets the width of the imagefile, specify the unit (for example 200px).
nickname
Specify nickname.
realname
Specify real name
datejoined
The date of becoming a Hackspace member, format DD/MM/YYYY.
colorback
Customise background colour of title bar, format #RRGGBB or colour name.
colortext
Customise text colour of title bar, format #RRGGBB or colour name.
manufacturer
Some members have a specific manufacturer.
model
Some members are specific models.

Notes

Parameter wikiname is deprecated - as it can be obtained from page infobox is placed on.

Note Note: Automatically includes page in Category:Members