Difference between revisions of "Template:GetPartOrRecipeName"

From ChatWars Wiki
Jump to: navigation, search
(Created page with "<includeonly><!-- -->{{#show: {{{page | {{PAGENAME}} }}} | {{#ifeq: {{{boolGetPart | true }}} | true | {{#vardefine: type | Piece of Equipment}} | {{#vardefin...")
 
m
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><!--
+
<includeonly>{{#ifeq: {{{boolGetPart|}}} | true | {{#vardefine: type | Piece of Equipment}} | {{#vardefine: type | Recipe (Item)}} }}<!--
-->{{#show: {{{page | {{PAGENAME}} }}}
+
-->{{#ask:
  | {{#ifeq: {{{boolGetPart | true }}} | true
+
   [[-Has subobject::{{ReplaceNumericCharEncoding | string = {{{page|}}} }}]] [[Crafting ingredient.ItemType::{{#var: type}}]]
      | {{#vardefine: type | Piece of Equipment}}
 
      | {{#vardefine: type | Recipe (Item)}}
 
    }}
 
}}{{#ask:
 
   [[-Has subobject::{{#var: page}}]] [[Crafting ingredient.ItemType::{{#var: type}}]]
 
 
     | mainlabel=-
 
     | mainlabel=-
 
     | headers=hide
 
     | headers=hide
 
     | format=list
 
     | format=list
    | template=RecipeRow
 
 
     |? Crafting ingredient
 
     |? Crafting ingredient
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
 
Gets the name of either the part or recipe of a given item.
 
Gets the name of either the part or recipe of a given item.
 
Parameters:
 
Parameters:
* <code>page = {{PAGENAME}}</code> - The page to search for parts or recipes in
+
* <code>page = {{PAGENAME}}</code> - The page to search for parts or recipes in (Param 1)
* <code>boolGetPart = true</code> - Searches and returns the [[Piece of Equipment]] of the given <code>page</code>
+
* <code>boolGetPart = true</code> - Searches and returns the [[Piece of Equipment]] of the given <code>page</code> (Param 2)
 
* <code>boolGetPart = false</code> - Searches and returns the [[Recipe (Item)]] of the given <code>page</code>
 
* <code>boolGetPart = false</code> - Searches and returns the [[Recipe (Item)]] of the given <code>page</code>
  
 
[[Category:Template]]
 
[[Category:Template]]
 
</noinclude>
 
</noinclude>

Latest revision as of 23:57, 27 June 2021

Gets the name of either the part or recipe of a given item. Parameters:

  • page = GetPartOrRecipeName - The page to search for parts or recipes in (Param 1)
  • boolGetPart = true - Searches and returns the Piece of Equipment of the given page (Param 2)
  • boolGetPart = false - Searches and returns the Recipe (Item) of the given page