Template:Editing Template: Difference between revisions
mNo edit summary  | 
				No edit summary  | 
				||
| (6 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude>  | <noinclude>{{delete|reason=Unused.}}{{undocumented}}  | ||
This template provides a guide for structuring new articles.  | This template provides a guide for structuring new articles.  | ||
Usage:  | Usage:  | ||
{{ic|<nowiki>{{Editing Template|package_name=your_package_name}}</nowiki>}}  | {{ic|<nowiki>{{Editing Template|package_name=your_package_name}}</nowiki>}}  | ||
{{Editing Template|package_name=your_package_name}}  | {{Editing Template|package_name=your_package_name}}  | ||
</noinclude>  | </noinclude>  | ||
<includeonly>  | <includeonly>  | ||
| Line 36: | Line 32: | ||
}}  | }}  | ||
== Configuration ==  | == Configuration ==  | ||
{{{configuration|}}}  | |||
=== Basic ===  | === Basic ===  | ||
<pre class="mw-editcontent">  | |||
programs.  | programs.{{package_name}} = {  | ||
     enable = true;  |      enable = true;  | ||
};  | };  | ||
</pre>  | |||
=== Advanced ===  | === Advanced ===  | ||
<pre class="mw-editcontent">  | |||
programs.  | programs.{{package_name}} = {  | ||
   enable = true;  |    enable = true;  | ||
   ...  |    ...  | ||
};  | };  | ||
</pre>  | |||
== Tips and Tricks ==  | == Tips and Tricks ==  | ||
{{{tips_and_tricks|}}}  | |||
=== Where to see a list of options? ===  | === Where to see a list of options? ===  | ||
== Troubleshooting ==  | == Troubleshooting ==  | ||
{{{troubleshooting|}}}  | |||
== References ==  | == References ==  | ||
{{{references|}}}  | |||
</includeonly>  | </includeonly>  | ||