Template:Editing Template: Difference between revisions
mNo edit summary  | 
				No edit summary  | 
				||
| (4 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:  | ||
| Line 32: | Line 32: | ||
}}  | }}  | ||
== Configuration ==  | == Configuration ==  | ||
{{{configuration|}}}  | |||
=== Basic ===  | === Basic ===  | ||
<pre class="mw-editcontent">  | <pre class="mw-editcontent">  | ||
programs.  | programs.{{package_name}} = {  | ||
     enable = true;  |      enable = true;  | ||
};  | };  | ||
| Line 40: | Line 41: | ||
=== Advanced ===  | === Advanced ===  | ||
<pre class="mw-editcontent">  | <pre class="mw-editcontent">  | ||
programs.  | programs.{{package_name}} = {  | ||
   enable = true;  |    enable = true;  | ||
   ...  |    ...  | ||
| Line 46: | Line 47: | ||
</pre>  | </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>  | ||