Template:DumpArgs

From Palia Wiki
Jump to navigation Jump to search
Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

Usage

This is a debugging Template used for testing outputs. Anything put into the template will be printed out into a template

Syntax

{{DumpArgs
 |something = Something else
 |something2 = Also something else
}}

Examples

{{DumpArgs
 |Something
 |Goes
 |Here
 |something = Something else
 |something2 = Also something else
 |%PAGE% = Some page
}}
1 Something
2 Goes
3 Here
something Something else
something2 Also something else
%PAGE% Some page