From GamingWiki
(Created page with "Get a listing of PCs in the given campaign. The one required argument to this template is the campaign name. <onlyinclude><!-- -->{{#vardefine: campaign | {{{1| Property: Campa...") |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Get a listing of PCs in the given campaign. | Get a listing of PCs in the given campaign. | ||
− | The | + | The only argument to this template is the campaign name, and if that is omitted the [[Property:Campaign|"campaign" property]] of the current page will be used. |
+ | <!-- | ||
+ | |||
+ | --><onlyinclude><!-- | ||
+ | -->{{#vardefine: campaign | {{{1| {{#show: {{PAGENAME}} | ?campaign#}} }}} }}<!-- | ||
+ | --></onlyinclude><!-- | ||
+ | |||
+ | --> | ||
+ | Here is what this template looks like when called on a page belonging to the [[{{#vardefineecho: campaign|Humans are the Worst}}]] campaign: | ||
+ | |||
+ | <pre> | ||
+ | {{PC listing}} | ||
+ | </pre> | ||
+ | |||
<onlyinclude><!-- | <onlyinclude><!-- | ||
− | |||
− | -->{{#ask: [[PC in campaign::{{#var:campaign}}]] | + | -->{{#if: {{#var:campaign}} | <!-- |
− | |?high concept | + | -->{{#ask: [[PC in campaign::{{#var:campaign}}]] |
− | |?player= | + | |?high concept # - |
− | | format = ul | + | |?player= |
− | | template = SMW character list item | + | | format = ul |
− | | default =: No PCs found for campaign: [[{{#var:campaign}}]] | + | | template = SMW character list item |
− | }}<!-- | + | | default =: No PCs found for campaign: [[{{#var:campaign}}]] |
+ | }}<!-- | ||
+ | -->|''template error: no campaign name provided''<!-- | ||
+ | -->}}<!-- | ||
--></onlyinclude> | --></onlyinclude> | ||
+ | [[Category: campaign templates]] |
Latest revision as of 20:31, 30 May 2014
Get a listing of PCs in the given campaign.
The only argument to this template is the campaign name, and if that is omitted the "campaign" property of the current page will be used.
Here is what this template looks like when called on a page belonging to the Humans are the Worst campaign:
{{PC listing}}
{{#ask: PC in campaign::Humans are the Worst
|?high concept # - |?player= | format = ul | template = SMW character list item | default =: No PCs found for campaign: Humans are the Worst }}