Template:DnD Adventure: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<noinclude> <!-- Cargo Table --> {{#cargo_declare: _table = DnD_Adventures |Adventure = List (, ) of String |Max_Level = String |Min_Level = String |Tier = List (, ) of String |Edition = String |Summary = Wikitext }} </noinclude><includeonly>{{#if: {{{nodb|}}}|<!--skip-->|<!-- --Store Data-- -->{{#cargo_store: _table = DnD_Adventures |Adventure = {{Safeapos|{{{adventure|}}}}} |Min_Level = {{{min_level|}}} |Max_Level = {{{max_level|}}} |Tier = {{{tier|}}} |Edition = {{{ed...") |
mNo edit summary |
||
| Line 25: | Line 25: | ||
-- Display -- | -- Display -- | ||
-->{{#if: {{{noshow|}}}|<!--skip display-->|{{{!}} class="zebra small" style="border:solid 1px gainsboro; border-radius:0.5em;"> | -->{{#if: {{{noshow|}}}|<!--skip display-->|{{{!}} class="zebra small" style="border:solid 1px gainsboro; border-radius:0.5em;"> | ||
!colspan="2" style="padding:0.5em;"{{!}}{{{adventure|}}}{{#if: {{{edition|}}}|<span style="display:inline-block; float:right;">{{{edition}}} </span>|}} | !colspan="2" style="padding:0.5em;"{{!}}{{{adventure|}}}{{#if: {{{edition|}}}|<span style="display:inline-block; float:right;"> {{{edition}}} </span>|}} | ||
{{!}}- | {{!}}- | ||
{{!}}Adventurer Levels | {{!}}Adventurer Levels | ||
Latest revision as of 19:11, 25 October 2025
This template defines the table "DnD_Adventures". View table.
Use
Use on adventure pages or publication pages to allow links to adventures.
Syntax
{{DnD Adventure
|adventure=
|min_level=
|max_level=
|tier= <!-- 1-4=1;5-10=2;11-16=3;17+=4-->
|edition= <!--1e, 2e, 3e 3.5e, 5e, 5e24-->
|summary=
}}
Optional Entries
|noshow= <!--blank, true to suppress display--> |nodb= <!--blank, true to skip data storage & categories-->
Example
{{DnD Adventure
|adventure=A Foo and His Money are Soon Parted
|level=1-2
|tier=1
|edition=na
|summary=The party is tasked with helping the impulsive {{5ed|Foo}} hold on to enough money to pay his rent.
}}
Produces
| A Foo and His Money are Soon Parted na | |
|---|---|
| Adventurer Levels | 1-6 |
| Adventure Tier | 1, 2 |
| Summary: | The party is tasked with helping the impulsive Foo hold on to enough money to pay his rent. |