Template:OtherExpansionRule
Jump to navigation
Jump to search
{{{expansionlink}}}
{{{rules}}}
Description
Create a box with special rules for combination with other expansion. It also allows to use expansion selector ID to show/hide this rules box when selected or not selected specific expansion.
Params
expansionlink
(mandatory): Expansion Link like{{InnsCathedralsLink}}
, formated as strong texttitleafter
(optional): Text showed after content ofexpansionlink
without formatingrules
(mandatory): Text rules usually in formaticon
text of ruleselectorid
(optional): Expansion selector ID likeshowInns
used by Expansion Selector to show/hide by selected expansion by visitor.dynamicselector
(optional): Future dynamic selector of combination of expansions need to show this rule, like[ 'OR' , 'showDragon' ,'showFairy']
, where first directove isOR
,AND
,NOT
orXOR
and other elements can be classes or another array of expression like[ 'AND' , 'showFairy', [ 'OR', 'showDragon', 'showBlackDragon']]
Examples
Code | Description |
---|---|
{{OtherExpansionRule|expansionlink={{InnsCathedralsLink|edition=C3|variant=long}}|rules={{IconBook|text=Text of rules.}} }} |
Create Other Expansion Rule box allways visible |
Text of rules. | |
{{OtherExpansionRule|expansionlink={{InnsCathedralsLink|edition=C3|variant=long}}|titleafter=or similar expansions|rules={{IconBook|text=Text of rules.}} }} |
Always visible box with title after content of expansionlink
|
Exp. 1 - Inns & Cathedrals - or similar expansions Text of rules. |