From GamingWiki
Jump to: navigation, search
 
Line 6: Line 6:
 
--><onlyinclude><!--
 
--><onlyinclude><!--
 
-->{{#vardefine: campaign | {{{1| {{#show: {{PAGENAME}} | ?campaign#}} }}} }}<!--
 
-->{{#vardefine: campaign | {{{1| {{#show: {{PAGENAME}} | ?campaign#}} }}} }}<!--
-->{{#vardefine: limit    | {{{2|}}} }}<!--
+
-->{{#vardefine: limit    | {{{limit|}}} }}<!--
 
--></onlyinclude><!--
 
--></onlyinclude><!--
  
 
-->
 
-->
Here is what this template looks like when called on a page belonging to the {{#vardefineecho: campaign|Ghost Town}} campaign:
+
Here is what this template looks like when called on a page belonging to the {{#vardefineecho: campaign|Humans are the Worst}} campaign, limiting the number of results to {{#vardefineecho: limit|5}}:
  
 
<pre>
 
<pre>
Line 23: Line 23:
 
   | format = ul
 
   | format = ul
 
   | limit = {{#var:limit}}
 
   | limit = {{#var:limit}}
   | {{#if: {{#var:limit}}|sort = random}}
+
   | order = {{#if: {{#var:limit}}|random|asc}}
 
   | template = SMW character list item
 
   | template = SMW character list item
 
   | default =: No NPCs found for campaign: [[{{#var:campaign}}]]
 
   | default =: No NPCs found for campaign: [[{{#var:campaign}}]]

Latest revision as of 01:59, 6 July 2014

Get a listing of major NPCs 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, limiting the number of results to 5:

  {{NPC listing}}

{{#ask: NPC in campaign::Humans are the Worst

  |?high concept=
  | format = ul
  | limit = 5
  | order = random
  | template = SMW character list item
  | default =: No NPCs found for campaign: Humans are the Worst
  }}