Template:Infobox Card: Difference between revisions
Jump to navigation
Jump to search
(Add support for automatic name generation for starting gear) |
(Add support for familiar cards to template) |
||
Line 18: | Line 18: | ||
#vardefine: imagename | {{#if: {{{image|}}} | {{{image}}} | | #vardefine: imagename | {{#if: {{{image|}}} | {{{image}}} | | ||
{{#switch: {{#var: cardtype}} | {{#switch: {{#var: cardtype}} | ||
|Familiar = Familiar - {{#var: cardname}}.png | |||
|Item = {{#if: {{#var: heroclass}} | {{#var: heroclass}} - {{#var: cardname}}.png | Act_{{#var: act}}_Item - {{#var: cardname}}.png}} | |Item = {{#if: {{#var: heroclass}} | {{#var: heroclass}} - {{#var: cardname}}.png | Act_{{#var: act}}_Item - {{#var: cardname}}.png}} | ||
|Skill = {{#var: heroclass}} - {{#var: cardname}}.png | |Skill = {{#var: heroclass}} - {{#var: cardname}}.png | ||
Line 53: | Line 54: | ||
{{!}}align=center style="border:0px transparent" {{!}}[[{{#var: heroclass}}]] | {{!}}align=center style="border:0px transparent" {{!}}[[{{#var: heroclass}}]] | ||
| | | | ||
{{!}}colspan= 2 align=center style="border:0px transparent"{{!}}[[Template:ValidateHeroClass|Invalid heroclass. Read the template documentation for valid hero classes]] | {{#if:{{{character|}}}| | ||
{{!}}align=center width=50% style="border:0px transparent"{{!}}Character: | |||
{{!}}align=center style="border:0px transparent" {{!}}[[{{{character|}}}]] | |||
| | |||
{{!}}colspan= 2 align=center style="border:0px transparent"{{!}}[[Template:ValidateHeroClass|Invalid heroclass. Read the template documentation for valid hero classes]] | |||
}} | |||
}} | }} | ||
}} | }} | ||
Line 109: | Line 115: | ||
{{!}} align=center width=50% style="border:0px transparent"{{!}}Dice: | {{!}} align=center width=50% style="border:0px transparent"{{!}}Dice: | ||
{{!}} align=center style="border:0px transparent"{{!}}{{{dice|}}} | {{!}} align=center style="border:0px transparent"{{!}}{{{dice|}}} | ||
|}} | |||
{{!}}- | |||
{{#if:{{{health|}}}| | |||
{{#switch:{{{health|}}} | |||
|1 | |||
|2 | |||
|3 | |||
|4 | |||
|5 | |||
|6 = | |||
{{!}} align=center width=50% style="border:0px transparent"{{!}}Health: | |||
{{!}} align=center style="border:0px transparent"{{!}}{{{health|}}} | |||
|#default = | |||
{{!}}colspan= 2 align=center style="border:0px transparent"{{!}}Invalid health. Valid values are in the range 1-6 | |||
}} | |||
|}} | |}} | ||
{{!}}- | {{!}}- | ||
Line 117: | Line 138: | ||
| | | | ||
{{!}}colspan= 2 align=center style="border:0px transparent"{{!}}[[Template:ValidateRange|Invalid range. Read the template documentation for valid ranges]] | {{!}}colspan= 2 align=center style="border:0px transparent"{{!}}[[Template:ValidateRange|Invalid range. Read the template documentation for valid ranges]] | ||
}} | |||
|}} | |||
{{!}}- | |||
{{#if:{{{speed|}}}| | |||
{{#switch:{{{speed|}}} | |||
|1 | |||
|2 | |||
|3 | |||
|4 | |||
|5 = | |||
{{!}} align=center width=50% style="border:0px transparent"{{!}}Speed: | |||
{{!}} align=center style="border:0px transparent"{{!}}{{{speed|}}} | |||
|#default = | |||
{{!}}colspan= 2 align=center style="border:0px transparent"{{!}}Invalid speed. Valid values are in the range 1-5 | |||
}} | }} | ||
|}} | |}} | ||
Line 203: | Line 238: | ||
{{#if:{{#var: heroclass}}| | {{#if:{{#var: heroclass}}| | ||
{{#switch:{{#var: cardtype}} | {{#switch:{{#var: cardtype}} | ||
|Item = | |Familiar = | ||
{{!}} colspan=2 align=center style="border:0px transparent"{{!}}[[{{#var: heroclass}}]] familiar | |||
|Item = | |||
{{!}} colspan=2 align=center style="border:0px transparent"{{!}}[[{{#var: heroclass}}]] starting card | {{!}} colspan=2 align=center style="border:0px transparent"{{!}}[[{{#var: heroclass}}]] starting card | ||
{{!}}- | {{!}}- | ||
{{!}} align=center width=50% style="border:0px transparent"{{!}}Sell: | {{!}} align=center width=50% style="border:0px transparent"{{!}}Sell: | ||
{{!}} align=center style="border:0px transparent"{{!}} 25 Gold | {{!}} align=center style="border:0px transparent"{{!}} 25 Gold | ||
|#default = | |||
}} | |||
|}} | |||
{{#if:{{{character|}}}| | |||
{{#switch:{{#var: cardtype}} | |||
|Familiar = | |||
{{!}} colspan=2 align=center style="border:0px transparent"{{!}}[[{{{character|}}}]] familiar | |||
|#default = | |#default = | ||
}} | }} | ||
Line 266: | Line 310: | ||
{{#if:{{#var: cardtype}}| | {{#if:{{#var: cardtype}}| | ||
{{#switch:{{#var: cardtype}} | {{#switch:{{#var: cardtype}} | ||
|Familiar = [[Category:Familiars]] | |||
|Hero Relic | |Hero Relic | ||
|Item = [[Category:Items]] | |Item = [[Category:Items]] |
Revision as of 02:46, 17 August 2016
Example Card
| |
---|---|
Player | |
Overlord | |
Card Stats | |
Acquisition | |
Expansion | |
Unknown |
This is an overlord example |
[[Category:Template:OverlordCardTypeCategory]]
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- This template is intended to display an infobox about a game card.
- Currently the template supports the following cards:
- Skills
- Items (Starting Gear, Shop, Relic)
- Overlord Cards
- Plot Cards
- Familiars
- Servants
- Tainted Cards
- Search Cards
- Not supported yet are:
- Monster Cards
- Lieutenant Cards
- Travel Cards
- ?
- Other uses
- The longterm idea is to be able transclude pages which use the Infobox card template and specify an section-argument to get a specific piece of information.
- E.g. if someone want to know the buy cost of an the lucky charm he/she can just add: {{:Lucky Charm|section=buy}}
- For this to work the actual template has to be enclosed in <onlyinclude> tags and the section argument within the parameters in <includeonly> tags. See the below examples.
- Syntax, all possible arguments in alphabetical order
<onlyinclude>{{Infobox card |act = |archetype = |attackdice = |buy = |cardtype = |character = |copies = |defensedice = |expansion = |flavour = |health = |heroclass = |image = |name = |overlordcardtype = |overlordclass = |playcost = |plotcardnumber = |questreward = |range = |reliccounterpart = |<includeonly>|section={{{section|synopsis}}}</includeonly> |sell = |speed = |text = |threatcost = |trait = |trait2 = |trait3 = |worn = |xpcost = }}</onlyinclude>
- Usage for an overlord card
<onlyinclude>{{Infobox card |archetype = Overlord |cardtype = Overlord Card |copies = <optional> |expansion = <required> |image = <optional, only used when image to show has a different name than: Overlord Card - {{{name|}}}.png> |name = <required> |overlordcardtype = <required, one of: Event | Magic | Trap> |overlordclass = <required> |<includeonly>|section={{{section|synopsis}}}</includeonly> |text = <optional, but highly recommended> |xpcost = <required> }}</onlyinclude>
- Usage for a plot card
<onlyinclude>{{Infobox card |archetype = Overlord |cardtype = Plot Card |expansion = <required> |image = <optional, only used when image to show has a different name than the automatically generated name> |name = <required> |playcost = <required> |plotcardnumber = <required> |<includeonly>|section={{{section|synopsis}}}</includeonly> |text = <optional, but highly recommended> |threatcost = <required> }}</onlyinclude>
- Usage for a skill
<onlyinclude>{{Infobox card |archetype = <required: Healer, Mage, Warrior, Scout> |cardtype = Skill |expansion = <required> |heroclass = <required> |image = <optional, only used when image to show has a different name than the automatically generated name> |name = <required> |playcost = <required> |<includeonly>|section={{{section|synopsis}}}</includeonly> |text = <optional, but highly recommended> |xpcost = <required> }}</onlyinclude>
- Usage for starting gear
<onlyinclude>{{Infobox card |archetype = <required, Healer, Mage, Warrior, Scout> |attackdice = <optional, if applicable> |cardtype = Item |defensedice = <optional, if applicable> |expansion = <required> |heroclass = <required> |image = <optional, only used when image to show has a different name than the automatically generated name> |name = <required> |range = <optional, if applicable> |<includeonly>|section={{{section|synopsis}}}</includeonly> |text = <optional, but highly recommended> |trait = <optional, if applicable> |trait2 = <optional, if applicable> |trait3 = <optional, if applicable> |worn = <required> }}</onlyinclude>
- Usage for shop gear
<onlyinclude>{{Infobox card |act = <required> |attackdice = <optional, if applicable> |buy = <required> |cardtype = Item |defensedice = <optional, if applicable> |copies = <optional> |expansion = <required> |image = <optional, only used when image to show has a different name than the automatically generated name> |name = <required> |range = <optional, if applicable> |<includeonly>|section={{{section|synopsis}}}</includeonly> |text = <optional, but highly recommended> |trait = <optional, if applicable> |trait2 = <optional, if applicable> |trait3 = <optional, if applicable> |worn = <required> }}</onlyinclude>
- Usage for Hero relics
<onlyinclude>{{Infobox card |attackdice = <optional, if applicable> |cardtype = Item |defensedice = <optional, if applicable> |expansion = <required> |image = <optional, only used when image to show has a different name than the automatically generated name> |name = <required> |questreward = <required, link to the quest where the relic can be gained> |range = <optional, if applicable> |reliccounterpart = <required> |<includeonly>|section={{{section|synopsis}}}</includeonly> |text = <optional, but highly recommended> |trait = <optional, if applicable> |trait2 = <optional, if applicable> |trait3 = <optional, if applicable> |worn = <optional, if applicable> }}</onlyinclude>
- Usage for Overlord relics
<onlyinclude>{{Infobox card |archetype = <required> Overlord |cardtype = Overlord Relic |expansion = <required> |image = <optional, only used when image to show has a different name than the automatically generated name> |name = <required> |questreward = <required, link to the quest where the relic can be gained> |reliccounterpart = <required> |<includeonly>|section={{{section|synopsis}}}</includeonly> |text = <optional, but highly recommended> }}</onlyinclude>
- Usage for Familiars
<onlyinclude>{{Infobox card |attackdice = <optional, if applicable> |archetype = <required, Healer, Mage, Warrior, Scout> |cardtype = Familiar |character = <optional, if the familiar is part of a character (e.g. Brightblaze and Challara)> |defensedice = <optional, if applicable> |expansion = <required> |health = <optional, if applicable> |heroclass = <optional, if the familiar is part of a class (e.g. Reanimate and Necromancer)> |image = <optional, only used when image to show has a different name than the automatically generated name> |name = <required> |<includeonly>|section={{{section|synopsis}}}</includeonly> |speed = <optional, if applicable> |text = <optional, but highly recommended> }}</onlyinclude>
- Usage for Servants
<onlyinclude>{{Infobox card |attackdice = <optional, if applicable> |archetype = Overlord |cardtype = Servant |defensedice = <optional, if applicable> |expansion = <required> |health = <optional, if applicable> |image = <optional, only used when image to show has a different name than the automatically generated name> |name = <required> |<includeonly>|section={{{section|synopsis}}}</includeonly> |speed = <optional, if applicable> |text = <optional, but highly recommended> }}</onlyinclude>
- Usage for Tainted cards
<onlyinclude>{{Infobox card |cardtype = Tainted |expansion = <required> |flavour = <optional, but highly recommended> |name = <required> |<includeonly>|section={{{section|synopsis}}}</includeonly> |text = <optional, but highly recommended> }}</onlyinclude>
- Usage for Search cards
<onlyinclude>{{Infobox card |attackdice = <optional, when required> |cardtype = Search |copies = <optional> |expansion = <required> |name = <required> |range = <optional, when required> |<includeonly>|section={{{section|synopsis}}}</includeonly> |sell = <optional, but highly recommended> |text = <optional, but highly recommended> }}</onlyinclude>
Visit Template:Infobox Card/doc to edit this text! (How does this work?)