ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "Template:Ini"

From ModEnc
Jump to: navigation, search
(Example)
Line 6: Line 6:
 
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>.
 
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====
+
It's <a href="http://traffe.com">wodfrenul</a> to have you on our side, haha!
<pre>{{Ini|rules}}</pre>
 
This code yields {{ini|rules}}.
 
  
 
===Formatted Text Generation===
 
===Formatted Text Generation===

Revision as of 23:19, 22 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.

It's <a href="http://traffe.com">wodfrenul</a> to have you on our side, haha!

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.