Template:Editing Template: Difference between revisions

Layer-09 (talk | contribs)
mNo edit summary
DoggoBit (talk | contribs)
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.{{{package_name}}} = {
programs.{{package_name}} = {
     enable = true;
     enable = true;
};
};
Line 40: Line 41:
=== Advanced ===
=== Advanced ===
<pre class="mw-editcontent">
<pre class="mw-editcontent">
programs.{{{package_name}}} = {
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? ===
The home manager options are defined in the following Home Manager Options Manual.
The system-wide options are listed on ....
== Troubleshooting ==
== Troubleshooting ==
{{{troubleshooting|}}}
== References ==
== References ==
{{{references|}}}
</includeonly>
</includeonly>