You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

Template:ShowArgs: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
(on second thoughts, let's make this fit on a single line so that we don't have to worry about indentation and the like)
m (needs more nowiki)
Line 1: Line 1:
{{#if:{{{1|}}}|1={{{1}}}|''no arguments''}}{{#if:{{{2|}}}|; 2={{{2}}}|}}{{#if:{{{3|}}}|; 3={{{3}}}|}}{{#if:{{{4|}}}|; 4={{{4}}}|}}{{#if:{{{5|}}}|; 5={{{5}}}|}}<noinclude>
{{#if:{{{1|}}}|1={{{1}}}|''no arguments''}}{{#if:{{{2|}}}|<nowiki>;</nowiki> 2={{{2}}}|}}{{#if:{{{3|}}}|<nowiki>;</nowiki> 3={{{3}}}|}}{{#if:{{{4|}}}|<nowiki>;</nowiki> 4={{{4}}}|}}{{#if:{{{5|}}}|<nowiki>;</nowiki> 5={{{5}}}|}}<noinclude>
----
----
{{Template
{{Template

Revision as of 20:30, 27 May 2018

no arguments


Name:
  • ShowArgs
Type:
Sub-Template:
  • No
Designer:

This template shows a list of its arguments and their indexes. Its purpose is to enable testing of complex nested template chains, via allowing a template call to be changed to {{ShowArgs}} to see what its arguments are.