Template:File: Difference between revisions

imported>Ixxie
No edit summary
m Improve file name spacing
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{Template}}{{DISPLAYTITLE:Template:file}}
<noinclude>{{Template}}{{DISPLAYTITLE:Template:file}}
The contents of a file.
 
== About ==
Used to display contents of a file.
{{META Pipe Character}}
{{META Pipe Character}}


== Usage ==
== Usage ==


  <nowiki>{{File|filename|language|contents}}</nowiki>
  <nowiki>{{file|filename|language|contents}}</nowiki>


See documentation about <code>&lt;syntaxhighlight></code> for supported languages.
See documentation about <code>&lt;syntaxhighlight></code> for supported languages.


== Example ==
  <nowiki>{{file|main.c|c|
 
<nowiki>{{File|main.c|c|
#include <stdio.h>
#include <stdio.h>


Line 20: Line 20:
}}</nowiki>
}}</nowiki>


<hr />
== Example ==
{{File|main.c|c|
{{file|main.c|c|
#include <stdio.h>
#include <stdio.h>


Line 29: Line 29:
}
}
}}
}}
<hr />


</noinclude><includeonly><div
</noinclude><includeonly><div
   style="
   style="
     width: 0;
     width: 1.2em;
     height: 0;
     height: 0;
     position: relative;
     position: relative;
     top: 0.9em;
     top: 0.8em;
     left: 1em;
     left: 0.8em;
   "
   "
>{{{icon|[[Image:Breeze-text-x-plain.png]]}}}</div>{{#tag:pre|{{{filename|{{{1|{{META Error}}}}}}}}
>{{{icon|[[Image:Breeze-text-x-plain.png|link=]]}}}</div>{{#tag:pre|{{{filename|{{{1|{{META Error}}}}}}}}
|style=margin-bottom: 0; border-bottom:none; padding-bottom:1.6em; padding-left:2.7em; margin-top: 0;
|style=margin-bottom: 0; border-bottom:none; padding-bottom:1.75em; padding-left:2.7em; margin-top: 0;
}}{{#tag:syntaxhighlight|{{{contents|{{{3|{{META Error}}}}}}}}
}}{{#tag:syntaxhighlight|{{{contents|{{{3|{{META Error}}}}}}}}
|lang={{{lang|{{{2| }}}}}}
|lang={{{lang|{{{2| }}}}}}
|style=margin-top: -1em;}}
|style=margin-top: -1em;}}</includeonly>
</includeonly>