ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
Template:Ini: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(13 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>[[{{{1}}}.ini|{{{1}}} | <includeonly>{{#switch:{{{2}}}|text|txt|t={{{1|rules}}}(md).ini|#default=[[{{{1|rules}}}.ini|{{{1|rules}}}(md).ini]]}}</includeonly><noinclude> | ||
==Usage== | |||
===Quick Link Generation=== | |||
{{Ini{{!}}''ini-name''}} | |||
Copy and paste the code above and replace ''ini-name'' with the name of the [[INI]] file you want to link, without the file extension and the "md" suffix. If parameter 1 is omitted, it defaults to <code>rules</code>. | |||
====Example==== | |||
<pre>{{Ini|rules}}</pre> | |||
This code yields {{ini|rules}}. | |||
===Formatted Text Generation=== | |||
This template can also be used to render standardized formatting of INI filenames as text. | |||
====Example==== | |||
<pre>{{Ini|rules|txt}}</pre> | |||
This code simply yields {{ini|rules|txt}}. This is used where standardized formatting is important. In most cases it would be easier to simply type it out. | |||
</noinclude> |
Latest revision as of 16:06, 25 July 2016
Usage
Quick Link Generation
{{Ini|ini-name}}
Copy and paste the code above and replace ini-name with the name of the INI file you want to link, without the file extension and the "md" suffix. If parameter 1 is omitted, it defaults to rules
.
Example
{{Ini|rules}}
This code yields rules(md).ini.
Formatted Text Generation
This template can also be used to render standardized formatting of INI filenames as text.
Example
{{Ini|rules|txt}}
This code simply yields rules(md).ini. This is used where standardized formatting is important. In most cases it would be easier to simply type it out.