Template:Linux Command/testcases: Difference between revisions

From HPC Wiki
Jump to:navigation Jump to:search
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>{{Template testcases notice}}</noinclude>
<noinclude>{{Template testcases notice}}</noinclude>
{{Testcase|title=Wiki and Man links
{{Testcase|title=Single command in table
|<nowiki>{{Linux Command Table|1=
|<nowiki>{{Linux Command Table|1=
  {{Linux Command|ls|wiki=Ls|man=man1/ls.1.html|list directory contents}}
  {{Linux Command|ls|wiki=Ls|man=man1/ls.1.html|list directory contents}}
  {{Linux Command|id|wiki=Id_(Unix)|man=man1/id.1.html}}
}}
</nowiki>
|{{Linux Command Table|1=
{{Linux Command|ls|wiki=Ls|man=man1/ls.1.html|list directory contents}}
}}
|{{Linux Command Table/sandbox|1=
{{Linux Command|ls|wiki=Ls|man=man1/ls.1.html|list directory contents}}
}}
}}
 
{{Testcase|title=Three commands in table, one with no man link, one with no wiki link
|<nowiki>{{Linux Command Table|1=
  {{Linux Command|ls|wiki=Ls|man=man1/ls.1.html|list directory contents}}
{{Linux Command|id|wiki=Id_(Unix)}}
  {{Linux Command|df|wiki=Df_(Unix)|man=man1/report file system disk space usage}}
  {{Linux Command|df|wiki=Df_(Unix)|man=man1/report file system disk space usage}}
  }}
  }}
Line 9: Line 22:
|{{Linux Command Table|1=
|{{Linux Command Table|1=
  {{Linux Command|ls|wiki=Ls|man=man1/ls.1.html|list directory contents}}
  {{Linux Command|ls|wiki=Ls|man=man1/ls.1.html|list directory contents}}
  {{Linux Command|id|wiki=Id_(Unix)|man=man1/id.1.html}}
  {{Linux Command|id|wiki=Id_(Unix)}}
  {{Linux Command|df|wiki=Df_(Unix)|man=man1/df.1.html|report file system disk space usage}}
{{Linux Command|df|man=man1/df.1.html|report file system disk space usage}}
}}
|{{Linux Command Table/sandbox|1=
{{Linux Command|ls|wiki=Ls|man=man1/ls.1.html|list directory contents}}
  {{Linux Command|id|wiki=Id_(Unix)}}
{{Linux Command|df|man=man1/df.1.html|report file system disk space usage}}
  }}
  }}
|{{Linux Command Table/sandbox}}
}}
}}

Revision as of 16:33, 1 April 2017

Single command in table
Wiki code {{Linux Command Table|1= {{Linux Command|ls|wiki=Ls|man=man1/ls.1.html|list directory contents}} }}

Main version
Command Documentation Description
ls list directory contents
Sandbox version Template:Linux Command Table/sandbox
Three commands in table, one with no man link, one with no wiki link
Wiki code {{Linux Command Table|1= {{Linux Command|ls|wiki=Ls|man=man1/ls.1.html|list directory contents}} {{Linux Command|id|wiki=Id_(Unix)}} {{Linux Command|df|wiki=Df_(Unix)|man=man1/report file system disk space usage}} }}

Main version
Command Documentation Description
ls list directory contents
id (description missing)
df report file system disk space usage
Sandbox version Template:Linux Command Table/sandbox