Difference between revisions of "Template:Man"

From The iPhone Wiki
Jump to: navigation, search
(Created page with "<noinclude>{{lowercase}}</noinclude><includeonly><!-- -->{{#if: {{{1|}}}<!-- -->| {{#if: {{{2|}}}<!-- -->| <span class="plainlinks">[http://linux.die.net/man/{{{2}}}/{{{1}}}...")
 
(to prevent any bugs that may arise from and .)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
-->{{#if: {{{1|}}}<!--
 
-->{{#if: {{{1|}}}<!--
 
-->| {{#if: {{{2|}}}<!--
 
-->| {{#if: {{{2|}}}<!--
-->| <span class="plainlinks">[http://linux.die.net/man/{{{2}}}/{{{1}}} {{{3|man}}}]</span><!--
+
-->| <nowiki/><span class="plainlinks">[http://linux.die.net/man/{{{2}}}/{{{1}}} {{{3|man}}}]</span><nowiki/><!--
 
-->}}<!--
 
-->}}<!--
 
-->}}</includeonly><noinclude><!--
 
-->}}</includeonly><noinclude><!--
Line 12: Line 12:
   
 
<nowiki>{{man|</nowiki>&lt;ToolName&gt;|&lt;ManSection&gt;<sup>[1]</sup><nowiki>}}</nowiki>
 
<nowiki>{{man|</nowiki>&lt;ToolName&gt;|&lt;ManSection&gt;<sup>[1]</sup><nowiki>}}</nowiki>
<nowiki>{{man|</nowiki>&lt;ToolName&gt;|&lt;ManSection&gt;<nowiki>|&lt;DisplayText&gt;<sup>[N1]</sup>}}</nowiki>
+
<nowiki>{{man|</nowiki>&lt;ToolName&gt;|&lt;ManSection&gt;|&lt;DisplayText&gt;<nowiki>}}</nowiki>
   
 
== References ==
 
== References ==

Latest revision as of 20:30, 28 July 2013

This template allows easy linking to the linux.die.net resource for man pages. As iOS is Unix based, any Unix tool is available provided it is compiled for ARM.

Format

This template follows a simple format. The third parameter is optional. If it is not provided, the default text man is used.

{{man|<ToolName>|<ManSection>[1]}}
{{man|<ToolName>|<ManSection>|<DisplayText>}}

References

  1. Man section reference on Wikipedia