(Created page with "This template displays a character sheet for Diaspora. == Parameters == The following are the parameters available for this character sheet: {| ! parameter || required? |...") |
|||
Line 4: | Line 4: | ||
The following are the parameters available for this character sheet: | The following are the parameters available for this character sheet: | ||
+ | |||
+ | === Required parameters === | ||
{| | {| | ||
− | ! parameter | + | ! parameter || description |
! example | ! example | ||
|- | |- | ||
− | | charactername | + | | charactername || just what it says |
| <pre>| charactername = Joe Bloe</pre> | | <pre>| charactername = Joe Bloe</pre> | ||
|- | |- | ||
− | + | | aspects || Begin each new aspect with <tt>;;</tt>. You may include links and other markup here. | |
− | |||
− | |||
− | | aspects | ||
| <pre> | | <pre> | ||
| aspects= | | aspects= | ||
Line 22: | Line 21: | ||
</pre> | </pre> | ||
|- | |- | ||
− | | skills | + | | skills || |
Each line of skills begins with <tt>;;</tt>. Skill are separated by <tt>::</tt>. If a skill has a special category, put a <tt>//</tt> after the skill name, then the category. If it is Military-grade, put <tt>//MG</tt> after that. | Each line of skills begins with <tt>;;</tt>. Skill are separated by <tt>::</tt>. If a skill has a special category, put a <tt>//</tt> after the skill name, then the category. If it is Military-grade, put <tt>//MG</tt> after that. | ||
Available special categories: <span class="diaspora skill combat">combat</span>, <span class="diaspora skill space">space</span>, <span class="diaspora skill track">track</span>. | Available special categories: <span class="diaspora skill combat">combat</span>, <span class="diaspora skill space">space</span>, <span class="diaspora skill track">track</span>. | ||
Line 33: | Line 32: | ||
;; Endurance//track :: Assets//track :: Computers :: Science :: Demolitions | ;; Endurance//track :: Assets//track :: Computers :: Science :: Demolitions | ||
</pre> | </pre> | ||
+ | |} | ||
+ | |||
+ | === Optional parameters === | ||
+ | |||
+ | ==== Extra information ==== | ||
+ | |||
+ | This is extra information about your character, stuff that's not part of game mechanics. | ||
+ | |||
+ | {| | ||
+ | ! parameter || description | ||
+ | ! example | ||
+ | |- | ||
+ | | campaign || Name of the campaign, including a link to the campaign page if possible. | ||
+ | | <pre>| campaign = [[Bloe's Blues]]</pre> | ||
+ | |- | ||
+ | | player || Put a link to your user page here. | ||
+ | | <pre>| player = [[User: JSmith]]</pre> | ||
+ | |- | ||
+ | | blurb || One-line description of the character | ||
+ | | <pre>| blurb = Regular guy roped into wacky hijinx</pre> | ||
|- | |- | ||
− | | stunts || | + | | image || An image to be displayed on the character sheet. This will be scaled down to fit. |
+ | | <pre>| image = Joe Bloe.jpg</pre> | ||
+ | |} | ||
+ | |||
+ | ==== Optional character attributes ==== | ||
+ | |||
+ | These are not necessarily things your character doesn't have, but things that have default values. So for instance if you don't specify any stress, it will be assumed that you have none. | ||
+ | |||
+ | {| | ||
+ | ! parameter || default || description | ||
+ | ! example | ||
+ | |- | ||
+ | | fp || 5 || Fate Points: current FP total | ||
+ | | <pre>| fp = 4</pre> | ||
+ | |- | ||
+ | | stunts || none || | ||
Each stunt begins with <tt>;;</tt>. You can insert a short description of the stunt by putting it after a <tt>::</tt>. | Each stunt begins with <tt>;;</tt>. You can insert a short description of the stunt by putting it after a <tt>::</tt>. | ||
|<pre> | |<pre> | ||
Line 43: | Line 77: | ||
</pre> | </pre> | ||
|- | |- | ||
− | | culturetech || | + | | culturetech || none || The systems this character is familiar with (as per the Culture/Tech skill) |
− | The systems this character is familiar with (as per the Culture/Tech skill) | ||
|<pre>| culturetech = Earth, [[Mars]], Sun</pre> | |<pre>| culturetech = Earth, [[Mars]], Sun</pre> | ||
|- | |- | ||
− | | health | + | | health <br /> composure <br /> wealth || empty |
− | | | + | | Each of these three is formatted the same way: the total length of the stress track, optionally followed by <tt>//</tt> and the current stress on that track. |
− | + | |<pre> | |
| health = 4//3 | | health = 4//3 | ||
| composure = 5 | | composure = 5 | ||
Line 55: | Line 88: | ||
</pre> | </pre> | ||
|- | |- | ||
− | + | | consequences || none || If you have consequences they go here. | |
− | |||
− | |||
− | |||
− | | consequences || | ||
|<pre>| consequences = Missing pinky//moderate :: dumb//mild</pre> | |<pre>| consequences = Missing pinky//moderate :: dumb//mild</pre> | ||
|} | |} |
Revision as of 15:31, 30 January 2011
This template displays a character sheet for Diaspora.
Contents
Parameters[edit]
The following are the parameters available for this character sheet:
Required parameters[edit]
parameter | description | example |
---|---|---|
charactername | just what it says | | charactername = Joe Bloe |
aspects | Begin each new aspect with ;;. You may include links and other markup here. | | aspects= ;; Has '''really''' small nostrils ;; Fugitive from [[Halogia]] |
skills |
Each line of skills begins with ;;. Skill are separated by ::. If a skill has a special category, put a // after the skill name, then the category. If it is Military-grade, put //MG after that. Available special categories: combat, space, track. |
| skills= ;; Empathy//social ;; Brawling//combat :: Art// //MG ;; Archaeology :: Resolve//track :: Communications//space ;; Melee//combat :: Engineering//space//MG :: Culture/Tech :: EVA ;; Endurance//track :: Assets//track :: Computers :: Science :: Demolitions |
Optional parameters[edit]
Extra information[edit]
This is extra information about your character, stuff that's not part of game mechanics.
parameter | description | example |
---|---|---|
campaign | Name of the campaign, including a link to the campaign page if possible. | | campaign = [[Bloe's Blues]] |
player | Put a link to your user page here. | | player = [[User: JSmith]] |
blurb | One-line description of the character | | blurb = Regular guy roped into wacky hijinx |
image | An image to be displayed on the character sheet. This will be scaled down to fit. | | image = Joe Bloe.jpg |
Optional character attributes[edit]
These are not necessarily things your character doesn't have, but things that have default values. So for instance if you don't specify any stress, it will be assumed that you have none.
parameter | default | description | example |
---|---|---|---|
fp | 5 | Fate Points: current FP total | | fp = 4 |
stunts | none |
Each stunt begins with ;;. You can insert a short description of the stunt by putting it after a ::. |
| stunts = ;; Have a thing ([[Philosopher's stone]]) ;; Fast as a really fast thing :: +2 to being fast ;; Military-grade Art |
culturetech | none | The systems this character is familiar with (as per the Culture/Tech skill) | | culturetech = Earth, [[Mars]], Sun |
health composure wealth |
empty | Each of these three is formatted the same way: the total length of the stress track, optionally followed by // and the current stress on that track. | | health = 4//3 | composure = 5 | wealth = 4//1 |
consequences | none | If you have consequences they go here. | | consequences = Missing pinky//moderate :: dumb//mild |
Example[edit]
Joe Bloe | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Aspects | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Skills | skill types: space, combat, track | |||||||||||||||||||||||||||||||
Empathy Template:((#set: | has skill = empathy ; Great (+4)
Template:)) | |||||||||||||||||||||||||||||||
Brawling Template:((#set: | has skill = brawling ; Good (+3)
Template:)) | |||||||||||||||||||||||||||||||
Incomplete :: Level Template:((#set: | has skill = incomplete :: level ; Decent (+2)
Template:)) | |||||||||||||||||||||||||||||||
Melee Template:((#set: | has skill = melee ; Average (+1)
Template:)) | |||||||||||||||||||||||||||||||
Stunts | ||||||||||||||||||||||||||||||||
mainlabel= | ?refresh adjustment= | ?blurb= | ?description= | ?supernatural= | ?subtypes= | ?allows cost override= | ?allows extra blurb= | userparam=
columns::6 ;; detail::Description of this stunt ;; |
format=template | template=SMW stunt line
}}{{#set: has stunt = stunt one }}{{#ask: descriptionless stunt |
mainlabel= | ?refresh adjustment= | ?blurb= | ?description= | ?supernatural= | ?subtypes= | ?allows cost override= | ?allows extra blurb= | userparam=
columns::6 ;; |
format=template | template=SMW stunt line
}}{{#set: has stunt = descriptionless stunt }}{{#ask: Military-grade Art |
mainlabel= | ?refresh adjustment= | ?blurb= | ?description= | ?supernatural= | ?subtypes= | ?allows cost override= | ?allows extra blurb= | userparam=
columns::6 ;; |
format=template | template=SMW stunt line
}}{{#set: has stunt = Military-grade Art }} |
Culture/Tech systemsh | system 1, linked systemj | |||||||||||||||||||||||||||||||
FP | 4 | Refresh | 5 | |||||||||||||||||||||||||||||
health | ||||||||||||||||||||||||||||||||
composure | ||||||||||||||||||||||||||||||||
wealth | ||||||||||||||||||||||||||||||||
mild medium serious | ||||||||||||||||||||||||||||||||
{{#set: campaign = {{{campaign}}} }}{{#set: is in campaign = {{{campaign}}} }}{{#set: has name =Joe Bloe}}
{{Character sheet/Diaspora | charactername=Joe Bloe | fp = 4 | aspects= ;; aspect '''one''' ;; [[aspect with link]] | skills= ;; Empathy//social ;; Brawling//combat :: Art// //MG ;; Incomplete :: Level ;; Melee//combat :: Engineering//space//MG :: Culture/Tech (Earth, Mars) :: EVA ;; Endurance//track :: Resolve//track :: Assets//track :: Science :: Demolitions | stunts= ;; stunt one :: Description of this stunt ;; descriptionless stunt ;; Military-grade Art | culturetech = system 1, [[linked system]] | health=4//3 | consequences = Missing pinky//moderate :: dumb//mild | wealth=4 }}