Template:Template: Difference between revisions

From 44Net Wiki
Jump to navigation Jump to search
(Updates to match plugins on this wiki)
m (More prettying)
 
Line 23: Line 23:
A1EXP=arg1}}</nowiki>|
A1EXP=arg1}}</nowiki>|
DESCRIPTION=This template is to be used for explaining template pages.|
DESCRIPTION=This template is to be used for explaining template pages.|
ARGS = 5|
ARGS = 5
A1=NAME|
A1EXP=The name of your template
NAME=''Name of your template''<nowiki>|</nowiki>|
A2=SAMPLE|
A2EXP=Sample code for your template
SAMPLE=&lt;nowiki>''Sample code for your template''&lt;/nowiki><nowiki>|</nowiki>|
A3=ARGS|
A3EXP=Number of arguments your template has
ARGS=10|
A4=A''x''|
A4EXP=Argument ''x'''s name. Use numbers starting from 1. e.g. A1, A2, A3 etc.
{{Note|You can use up to 15 arguments. If you want more, feel free to add more to the template.}}
A''x''=''Argument name''|
A5=A''x''EXP|
A5EXP=Explanation of how to use argument ''x''.
A''x''EXP=''Description of argument A''x''|
}}
}}
</noinclude>
</noinclude>

Latest revision as of 19:41, 4 April 2024


Template Explanation - Template

This template is to be used for explaining template pages.

Usage

{{Template|
NAME = Template Name|
SAMPLE = <nowiki>{{Your Template Here}}</nowiki> |
DESCRIPTION = Description of your template|
A1=arg1|
A1EXP=arg1}}

Arguments

5