Difference between revisions of "Template:Character Infobox/doc"
Jump to navigation
Jump to search
m |
(→Usage) |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | = Usage = | + | __NOTOC__ |
+ | == Usage == | ||
Paste the following code into the top of an article, filling all known fields: | Paste the following code into the top of an article, filling all known fields: | ||
<pre> | <pre> | ||
{{Character Infobox | {{Character Infobox | ||
− | | name | + | | name = |
− | | type | + | | type = automaton, critter, generic, important (for bots, animals and generic/named NPCs) |
− | | portrait = portrait | + | | portrait = portrait image (see [[Category:Portraits]]) |
− | | | + | | background = portrait background image (see [[Category:Portrait backgrounds]]) |
− | | faction | + | | health = shown as a bar below portrait |
− | | roles | + | | shield = |
− | | location = | + | | psipool = |
− | | | + | | image = in-game model image. tries '{{PAGENAME}} model.png' if not specified (see [[Category:In-game models]] or [[Category:Sprites]]) |
− | + | | faction = | |
− | + | | roles = | |
− | | abilities | + | | location = |
+ | | loot = | ||
+ | | abilities = | ||
| | | | ||
|Combat stats section: | |Combat stats section: | ||
| level = | | level = | ||
− | | | + | | damage = |
− | | | + | | range = |
− | + | | actionpoints = 50 | |
− | | actionpoints = | ||
| movepoints = | | movepoints = | ||
+ | | detection = | ||
+ | | resolve = | ||
| fortitude = | | fortitude = | ||
− | |||
− | |||
− | |||
| | | | ||
|Base abilities section: | |Base abilities section: | ||
Line 39: | Line 40: | ||
|Skills section: | |Skills section: | ||
| guns = | | guns = | ||
+ | | heavyguns = | ||
| throwing = | | throwing = | ||
| crossbows = | | crossbows = | ||
Line 60: | Line 62: | ||
| psychokinesis = | | psychokinesis = | ||
| metathermics = | | metathermics = | ||
+ | | temporal = | ||
| | | | ||
| persuasion = | | persuasion = | ||
Line 69: | Line 72: | ||
| heat = | | heat = | ||
| cold = | | cold = | ||
+ | | electricity = | ||
| acid = | | acid = | ||
+ | | energy = | ||
| bio = | | bio = | ||
− | | | + | | |
+ | |Technical section: | ||
+ | | charfile = | ||
+ | | dialogfile = | ||
+ | | shopfile = | ||
+ | | animfiles = | ||
}}</pre> | }}</pre> | ||
+ | == Examples == | ||
+ | {{Character Infobox | ||
+ | | name = Large infobox example | ||
+ | | type = important | ||
+ | | portrait = mutated_human1_l.png | ||
+ | | health = 127 | ||
+ | | psipool = 100 (+10) | ||
+ | | background = Shacks.png | ||
+ | | image = mutant model.png | ||
+ | | roles = Example with bunch of stats | ||
+ | | location = template documentation page | ||
+ | | quests = quest1<br>quest2 | ||
+ | | | ||
+ | | abilities = True-sight | ||
+ | | level = 30 | ||
+ | | actionpoints = 50 | ||
+ | | detection = 9001 | ||
+ | | perception = 10 | ||
+ | | traps = 127 | ||
+ | | intimidation = 42 | ||
+ | | | ||
+ | | charfile = something.char | ||
+ | | dialogfile = something.udlg | ||
+ | | shopfile = something.store | ||
+ | }} | ||
+ | {{Character Infobox | ||
+ | | name = Minimal infobox example | ||
+ | | type = robot | ||
+ | | portrait = plasma_sentry_l.png | ||
+ | | background = SciFi.png | ||
+ | | health = 123 | ||
+ | | image = PlasmaSentry.gif | ||
+ | | roles = Styg's old forum avatar | ||
+ | | location = some upcoming release | ||
+ | }} | ||
+ | |||
+ | See the source. | ||
<includeonly>[[Category:Infobox templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> | <includeonly>[[Category:Infobox templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> |
Latest revision as of 14:19, 13 June 2024
Usage
Paste the following code into the top of an article, filling all known fields:
{{Character Infobox | name = | type = automaton, critter, generic, important (for bots, animals and generic/named NPCs) | portrait = portrait image (see [[Category:Portraits]]) | background = portrait background image (see [[Category:Portrait backgrounds]]) | health = shown as a bar below portrait | shield = | psipool = | image = in-game model image. tries '{{PAGENAME}} model.png' if not specified (see [[Category:In-game models]] or [[Category:Sprites]]) | faction = | roles = | location = | loot = | abilities = | |Combat stats section: | level = | damage = | range = | actionpoints = 50 | movepoints = | detection = | resolve = | fortitude = | |Base abilities section: | strength = | dexterity = | agility = | constitution = | perception = | will = | intelligence = | |Skills section: | guns = | heavyguns = | throwing = | crossbows = | melee = | | dodge = | evasion = | stealth = | hacking = | lockpicking = | pickpocketing = | traps = | | mechanics = | electronics = | chemistry = | biology = | tailoring = | | thoughtctrl = | psychokinesis = | metathermics = | temporal = | | persuasion = | intimidation = | mercantile = | |Resistances section: | mechanical = | heat = | cold = | electricity = | acid = | energy = | bio = | |Technical section: | charfile = | dialogfile = | shopfile = | animfiles = }}
Examples
Large infobox example | |||||||||
| |||||||||
Biography | |||||||||
---|---|---|---|---|---|---|---|---|---|
Role | Example with bunch of stats | ||||||||
Location | template documentation page | ||||||||
Quests | quest1 quest2 | ||||||||
Abilities | True-sight | ||||||||
| |||||||||
|
Minimal infobox example | |||
| |||
Automaton | |||
---|---|---|---|
Role | Styg's old forum avatar | ||
Location | some upcoming release |
See the source.