Template:DnD Adventure Creatures xRef: Difference between revisions

From Rlyehwiki
Jump to navigation Jump to search
Created page with "<noinclude> <!-- Cargo Table --> {{#cargo_declare: _table = DnD_Adventure_Creature_xRef |Adventure = String |Creature = List (,) of String }} </noinclude><includeonly><!-- --Store Data-- -->{{#cargo_store: _table = DnD_Adventure_Creature_xRef |Adventure = {{{adventure|}}} |Creature = {{{creature|}}} }}</includeonly><noinclude>{{template badge}}{{tocright}} <!-- Tech note: [ and ] display as [ and ] , respectively, but won't get parsed as wiki links. --> ==Use==..."
 
No edit summary
Line 4: Line 4:
_table = DnD_Adventure_Creature_xRef
_table = DnD_Adventure_Creature_xRef
|Adventure = String
|Adventure = String
|Edition = List (, ) of String
|Creature = List (,) of String  
|Creature = List (,) of String  
}}
}}
Line 11: Line 12:
_table = DnD_Adventure_Creature_xRef
_table = DnD_Adventure_Creature_xRef
|Adventure = {{{adventure|}}}
|Adventure = {{{adventure|}}}
|Edition = {{#if: {{{edition|}}}|{{#arraymap: {{{edition|}}}|, |xEd|xEd|}}|}}
|Creature = {{{creature|}}}
|Creature = {{{creature|}}}
}}</includeonly><noinclude>{{template badge}}{{tocright}}
}}</includeonly><noinclude>{{template badge}}{{tocright}}
Line 23: Line 25:
{{DnD Adventure Creatures xRef
{{DnD Adventure Creatures xRef
|adventure= <!--adventure name-->
|adventure= <!--adventure name-->
|edition= <!--editions-->
|creature= <!--creature name list->
|creature= <!--creature name list->
}}
}}
Line 31: Line 34:
{{DnD Adventure Creatures xRef
{{DnD Adventure Creatures xRef
|adventure=A Foo and His Money are Soon Parted
|adventure=A Foo and His Money are Soon Parted
|edition=5x, 5e
|creature=Foo, Bar, Dra, Orc Common, Kobold Overview
|creature=Foo, Bar, Dra, Orc Common, Kobold Overview
}}
}}
</pre>
</pre>


 
[[Category:DnD Templates]]</noinclude>
[[Category:5x Templates]]</noinclude>

Revision as of 11:58, 5 March 2026

This template defines the table "DnD_Adventure_Creature_xRef". View table.

 Template    

Use

Use on Adventure/Publication pages to link to creatures.

Syntax

{{DnD Adventure Creatures xRef
|adventure= <!--adventure name-->
|edition= <!--editions-->
|creature= <!--creature name list->
}}

Example

{{DnD Adventure Creatures xRef
|adventure=A Foo and His Money are Soon Parted
|edition=5x, 5e
|creature=Foo, Bar, Dra, Orc Common, Kobold Overview
}}