Difference between revisions of "Template:Cruisegroup"

From JoCopedia
Jump to navigation Jump to search
(email link instead of contact)
(guide)
Line 1: Line 1:
=== {{{name|}}} ===
+
<includeonly>=== {{{name|}}} ===
 
{{#if:{{{user|}}}|''Administered by {{#ifexist:User:{{{user}}}|[[User:{{{user}}}|{{{user}}}]]|{{{user}}}''}}}}
 
{{#if:{{{user|}}}|''Administered by {{#ifexist:User:{{{user}}}|[[User:{{{user}}}|{{{user}}}]]|{{{user}}}''}}}}
  
Line 7: Line 7:
 
{{#if:{{{email|}}}|*[mailto:{{{email}}} {{{email}}}]}}{{#if:{{{contact|}}}|
 
{{#if:{{{email|}}}|*[mailto:{{{email}}} {{{email}}}]}}{{#if:{{{contact|}}}|
 
*{{{contact}}}}}{{#if:{{{thread|}}}|
 
*{{{contact}}}}}{{#if:{{{thread|}}}|
*[http://www.jonathancoulton.com/forums/index.php?p=/discussion/{{{thread}}} Forum thread]}}
+
*[http://www.jonathancoulton.com/forums/index.php?p=/discussion/{{{thread}}} Forum thread]}}</includeonly><noinclude>
 +
This template is used to consolidate groups related to JoCo Cruise Crazy into a single article (one per cruise).
 +
 
 +
;Implementation
 +
<pre>
 +
{{Cruisegroup
 +
|name    = Group name
 +
|user    = JoCopedia user(s) associated with the group
 +
|desc    = Description of the group
 +
|email  = Email address of group "leader"
 +
|contact = Other contact information
 +
|thread  = JoCo forum ID number
 +
}}
 +
</pre>
 +
 
 +
;Required parameters
 +
*The <code>name</code> and <code>desc</code> are '''required''' for this template, as well as at least '''one''' from <code>email</code>, <code>contact</code>, or <code>thread</code>
 +
*Utilizing all parameters is strongly recommended; however their use is optional.
 +
 
 +
;Parameter usage
 +
*If only one user is associated with the group, their username can be entered to create an automatic link. If you would like to list more than one user, please include the full links (this can be done easily by simply typing <code><nowiki>[[User:Sample|]] and [[User:Sample2|]]</nowiki></code>, etc).
 +
*The ID number for the JoCo forum thread can be found in the thread's URL. It is generally a four-digit number. Do '''not''' include the full URL.

Revision as of 22:59, 23 April 2013

This template is used to consolidate groups related to JoCo Cruise Crazy into a single article (one per cruise).

Implementation
{{Cruisegroup
|name    = Group name 
|user    = JoCopedia user(s) associated with the group
|desc    = Description of the group
|email   = Email address of group "leader"
|contact = Other contact information
|thread  = JoCo forum ID number
}}
Required parameters
  • The name and desc are required for this template, as well as at least one from email, contact, or thread
  • Utilizing all parameters is strongly recommended; however their use is optional.
Parameter usage
  • If only one user is associated with the group, their username can be entered to create an automatic link. If you would like to list more than one user, please include the full links (this can be done easily by simply typing [[User:Sample|]] and [[User:Sample2|]], etc).
  • The ID number for the JoCo forum thread can be found in the thread's URL. It is generally a four-digit number. Do not include the full URL.