Template:Editing Template: Difference between revisions
mNo edit summary  | 
				No edit summary  | 
				||
| (3 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 35: | Line 35: | ||
=== Basic ===  | === Basic ===  | ||
<pre class="mw-editcontent">  | <pre class="mw-editcontent">  | ||
programs.  | programs.{{package_name}} = {  | ||
     enable = true;  |      enable = true;  | ||
};  | };  | ||
| Line 41: | Line 41: | ||
=== Advanced ===  | === Advanced ===  | ||
<pre class="mw-editcontent">  | <pre class="mw-editcontent">  | ||
programs.  | programs.{{package_name}} = {  | ||
   enable = true;  |    enable = true;  | ||
   ...  |    ...  | ||
| Line 49: | Line 49: | ||
{{{tips_and_tricks|}}}  | {{{tips_and_tricks|}}}  | ||
=== Where to see a list of options? ===  | === Where to see a list of options? ===  | ||
== Troubleshooting ==  | == Troubleshooting ==  | ||
{{{troubleshooting|}}}  | {{{troubleshooting|}}}  | ||