Binding of Isaac: Rebirth Wiki
(Created page with "{{doc/start}} Displays a gamemode icon. == Usage == This template is used by entering: {{tlx|mode|1}} == Parameters == ; ''unnamed parameter'' 1 : The name of the gamemode....")
 
(Updated)
Line 4: Line 4:
   
 
== Usage ==
 
== Usage ==
This template is used by entering: {{tlx|mode|1}}
+
This template is used by entering: {{tlx|mode|...}}
   
 
== Parameters ==
 
== Parameters ==
; ''unnamed parameter'' 1
+
; ''unnamed parameters''
: The name of the gamemode.
+
: The name of the gamemodes.
 
: Choose one of the following strings to specify the gamemode:
 
: Choose one of the following strings to specify the gamemode:
 
:: <code>normal</code> yields {{mode|normal}}.
 
:: <code>normal</code> yields {{mode|normal}}.
 
:: <code>hard</code> yields {{mode|hard}}.
 
:: <code>hard</code> yields {{mode|hard}}.
:: <code>both</code> yields {{mode|both}}.
 
 
:: <code>greed</code> yields {{mode|greed}}.
 
:: <code>greed</code> yields {{mode|greed}}.
 
:: <code>greedier</code> yields {{mode|greedier}}.
 
:: <code>greedier</code> yields {{mode|greedier}}.
  +
: You can specify multiple gamemodes:
:: <code>both greed</code> yields {{mode|both greed}}.
 
  +
:: {{tlx|mode|normal|hard}} yields {{mode|normal|hard}}.
: Capitalization does not matter.
 
 
:: {{tlx|mode|greed|greedier}} yields {{mode|greed|greedier}}.
  +
:: {{tlx|mode|normal|greedier}} yields {{mode|normal|greedier}}.
   
 
{{doc/end}}
 
{{doc/end}}

Revision as of 15:48, 12 March 2019

Template-info Documentation

Displays a gamemode icon.

Usage

This template is used by entering: {{mode|...=}}

Parameters

unnamed parameters
The name of the gamemodes.
Choose one of the following strings to specify the gamemode:
normal yields Normal mode only.
hard yields Hard mode only.
greed yields Greed mode only.
greedier yields Greedier mode only.
You can specify multiple gamemodes:
{{mode|normal=|hard=}} yields Normal and hard modes only.
{{mode|greed=|greedier=}} yields Greed and greedier modes only.
{{mode|normal=|greedier=}} yields Normal mode onlyGreedier mode only.

This is the documentation page, it should be transcluded into the main template page. See template:doc for more information.