Difference between revisions of "Template:Creature"

From Krafties
Jump to navigation Jump to search
m
 
(47 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
Please check out the [[Template talk:Creature|discussion]] for this template.
 
<onlyinclude><div style="float:{{{float|right}}};margin:0px 10px 0px 10px;text-align:center;padding:0px;">
 
<onlyinclude><div style="float:{{{float|right}}};margin:0px 10px 0px 10px;text-align:center;padding:0px;">
 
{|class=bluetable
 
{|class=bluetable
!colspan=2|{{{species|Species?}}}
+
!colspan=3|{{{species|Species?}}}
 
|-
 
|-
|colspan=2|[[File:{{{file|Logo big.png}}}|300px|link=Krafties Creatures]]
+
|colspan=3|<includeonly>[[File:{{{file|{{ucfirst:{{{species}}}}} wild.png}}}|300px|link=Krafties_Creatures#Species_of_Krafties]]</includeonly>
 
|-
 
|-
 
!style="width:120px;"|[[Krafties Creatures|<span style="color:#000">Rarity</span>]]
 
!style="width:120px;"|[[Krafties Creatures|<span style="color:#000">Rarity</span>]]
|{{{rarity|?}}}
+
|colspan=2|{{{rarity|?}}}
 
|-
 
|-
![[Wild_Creatures#Capturing_Wilds|<span style="color:#000">Capture Wild</span>]]
+
!Obtained
|at ~{{{capture|?}}} {{monospace|[[HP]]}}
+
|{{{obtained|[[Wild_Creatures#Capturing_Wilds|Capture Wild]]}}}
 +
|~{{{capture|?}}} {{monospace|[[HP]]}}  
 
|-
 
|-
!colspan=2|[[Natural Skills|<span style="color:#000">Natural Stats</span>]]
+
!colspan=3|[[Natural Skills|<span style="color:#000">Natural Skills</span>]]
 +
 
 +
|-!colspan=3|Highest ''known'' Natural Stats ([http://www.dmindustrites.com/Krafties/Unbonded_Stats.html reference])
 
|-
 
|-
!Highest <br>known total
+
|colspan=3|
| {{{skill|?}}} points
+
{|style="width:100%;border-collapse:collapse;font-size:11px;"
 +
!style="border-right: 1px solid #5eadff;color:#36b;width:90px;"| Attack
 +
|{{{att|{{n/a}}}}}
 
|-
 
|-
!Main Attributes
+
!style="border-right:1px solid #5eadff;color:#36b"| Strength
|{{{attributes|?}}}
+
|{{{str|{{n/a}}}}}
 
|-
 
|-
!Penalty Skills
+
!style="border-right:1px solid #5eadff;color:#36b"| Defense
|{{{penalty|N/A}}}
+
|{{{def|{{n/a}}}}}
 
|-
 
|-
 +
!style="border-right:1px solid #5eadff;color:#36b"| Hitpoints
 +
|{{{hp|{{n/a}}}}}
 +
|-
 +
!style="border-right:1px solid #5eadff;color:#36b"| Crafting
 +
|{{{cra|{{n/a}}}}}
 +
|-
 +
!style="border-right:1px solid #5eadff;color:#36b"| Intelligence
 +
|{{{int|{{n/a}}}}}
 +
|-
 +
!style="border-right:1px solid #5eadff;color:#36b"| Focus
 +
|{{{foc|{{n/a}}}}}
 +
|-
 +
!style="border-right:1px solid #5eadff;color:#36b"| Fortitude
 +
|{{{for|{{n/a}}}}}
 +
|}
 
|}</div></onlyinclude>
 
|}</div></onlyinclude>
<noinclude>{{Template Explanation|[[Category:Template Form]]
+
{|{{Template Explanation}}[[Category:Template Form]]
 
===Filling the form===
 
===Filling the form===
:How to fill <code><nowiki>{{creature|species=|file=|rarity=|attributes=|capture=|skill=|penalty=}}</nowiki></code>
+
:How to fill <code><nowiki>{{creature|species=|file=|rarity=|attributes=|capture=|negative=}}</nowiki></code>
 
:'''Use these commands, in no particular order''' (its still neater in order)
 
:'''Use these commands, in no particular order''' (its still neater in order)
:*'''<nowiki>species=</nowiki>''' species of creature
+
:*'''<nowiki>species=</nowiki>''' species of creature, if you write this incorrect then the picture might not show
:*'''<nowiki>file=</nowiki>''' picture of [[wild]] creature (skip the "File:")
+
:*'''<nowiki>file=</nowiki>''' OPTIONAL, if the picture filename is different than <code>Species wild.png</code> then you can use this command (skip the "File:")
 
:*'''<nowiki>rarity=</nowiki>''' how common are they?
 
:*'''<nowiki>rarity=</nowiki>''' how common are they?
:*'''<nowiki>attributes=</nowiki>''' highest [[Skills|Skill]], if any stand out specially.
+
:*'''<nowiki>attributes=</nowiki>''' highest [[Skills|Skill]]/Specialty skills, if any stand out specially.
:*'''<nowiki>capture=</nowiki>''' how little HP they should have before you can capture them
+
:*'''<nowiki>obtained=</nowiki>''' How do you obtain them. It will be "Capture Wild" by default (add this for exceptions)
 +
:*'''<nowiki>capture=</nowiki>''' how little HP they should have before you can capture them wild
 
:*'''<nowiki>float=</nowiki>''' for positioning the table, can make it float <code>left</code>, <code>right</code> or <code>none</code>. "None" does not wrap text (its "right" by default)
 
:*'''<nowiki>float=</nowiki>''' for positioning the table, can make it float <code>left</code>, <code>right</code> or <code>none</code>. "None" does not wrap text (its "right" by default)
:*'''<nowiki>skill=</nowiki>''' highest known total of [[Natural Skills]]
+
:*'''<nowiki>negative=</nowiki>''' [[Natural Skills]] that are negative, penalty skills.
:*'''<nowiki>penalty=</nowiki>''' [[Natural Skills]] that are negative, penalty skills.
 
 
:'''Please delete the sections you do not use''', it will cause the form to display the default text (shown on template)
 
:'''Please delete the sections you do not use''', it will cause the form to display the default text (shown on template)
}}</noinclude>
+
===Adding Natural Stats===
 +
 
 +
;Default value is "n/a" is you do not add the command
 +
*<code><nowiki>att=</nowiki></code> Attack Skill
 +
*<code><nowiki>str=</nowiki></code> Strength Skill
 +
*<code><nowiki>def=</nowiki></code> Defense Skill
 +
*<code><nowiki>hp=</nowiki></code> Hitpoints Skill
 +
*<code><nowiki>cra=</nowiki></code> Crafting Skill
 +
*<code><nowiki>int=</nowiki></code> Intellect Skill
 +
*<code><nowiki>foc=</nowiki></code> Focus Skill
 +
*<code><nowiki>for=</nowiki></code> Fortitude Skill
 +
 
 +
====Stat value====
 +
This is based on what is the highest value you have seen for each stat for each species
 +
*<code><nowiki>{{yes|high}}</nowiki></code> for high value (above 20)
 +
*<code><nowiki>{{yes|standard}}</nowiki></code> for standard (between high and low)
 +
*<code><nowiki>{{yes|low}}</nowiki></code> for low value (up to 5)
 +
*<code><nowiki>{{no|very low}}</nowiki></code> for negative stats (penalty stats)
 +
*<code><nowiki>{{n/a|none}}</nowiki></code> if creature never gets any value in those stats
 +
 
 +
==See Also==
 +
{{Useful Templates}}
 +
|}

Latest revision as of 07:21, 22 June 2018

Please check out the discussion for this template. 
Species?
Rarity ?
Obtained Capture Wild ~? HP
Natural Skills
Attack N/A
Strength N/A
Defense N/A
Hitpoints N/A
Crafting N/A
Intelligence N/A
Focus N/A
Fortitude N/A
Documentation icon Template documentation ( view · talk · edit)

Template:Creature/doc

The above documentation is transcluded from Template:Creature/doc.
Editors can experiment in this template's sandbox
Please add categories to the /doc subpage within <includeonly>...</includeonly>

Filling the form[edit]

How to fill {{creature|species=|file=|rarity=|attributes=|capture=|negative=}}
Use these commands, in no particular order (its still neater in order)
  • species= species of creature, if you write this incorrect then the picture might not show
  • file= OPTIONAL, if the picture filename is different than Species wild.png then you can use this command (skip the "File:")
  • rarity= how common are they?
  • attributes= highest Skill/Specialty skills, if any stand out specially.
  • obtained= How do you obtain them. It will be "Capture Wild" by default (add this for exceptions)
  • capture= how little HP they should have before you can capture them wild
  • float= for positioning the table, can make it float left, right or none. "None" does not wrap text (its "right" by default)
  • negative= Natural Skills that are negative, penalty skills.
Please delete the sections you do not use, it will cause the form to display the default text (shown on template)

Adding Natural Stats[edit]

Default value is "n/a" is you do not add the command
  • att= Attack Skill
  • str= Strength Skill
  • def= Defense Skill
  • hp= Hitpoints Skill
  • cra= Crafting Skill
  • int= Intellect Skill
  • foc= Focus Skill
  • for= Fortitude Skill

Stat value[edit]

This is based on what is the highest value you have seen for each stat for each species

  • {{yes|high}} for high value (above 20)
  • {{yes|standard}} for standard (between high and low)
  • {{yes|low}} for low value (up to 5)
  • {{no|very low}} for negative stats (penalty stats)
  • {{n/a|none}} if creature never gets any value in those stats

See Also[edit]