Template:Main Page Screenshot/doc: Difference between revisions

From PZwiki
(Moved docs)
 
(Added code tags around example)
Line 8: Line 8:
* Copy and paste the following between the last line of the page and the one before it:
* Copy and paste the following between the last line of the page and the one before it:
<pre>|#=[[File:FILENAME.xyz|center|800px|500px|CAPTION]]''CAPTION''</pre>
<pre>|#=[[File:FILENAME.xyz|center|800px|500px|CAPTION]]''CAPTION''</pre>
* Test your changes by inserting <nowiki>{{Main Page Screenshot|#|test=1}}</nowiki> onto a page and previewing, you should see your screenshot/caption.
* Test your changes by inserting <code><nowiki>{{Main Page Screenshot|#|test=1}}</nowiki></code> onto a page and previewing, you should see your screenshot/caption.
-----
-----




''Please do not use equals signs or vertical bars in your captions.''
''Please do not use equals signs or vertical bars in your captions.''

Revision as of 18:26, 19 November 2013

To add a screenshot/caption:

  • Upload the file if it isn't on the wiki already.
  • Edit this page.
  • Change the following..
{{#switch:{{#ifexpr:{{{test|0}}}=1|{{{1}}}|{{rand|#}}}}
  • ..to be this:
{{#switch:{{#ifexpr:{{{test|0}}}=1|{{{1}}}|{{rand|#+1}}}}
  • Copy and paste the following between the last line of the page and the one before it:
|#=[[File:FILENAME.xyz|center|800px|500px|CAPTION]]''CAPTION''
  • Test your changes by inserting {{Main Page Screenshot|#|test=1}} onto a page and previewing, you should see your screenshot/caption.


Please do not use equals signs or vertical bars in your captions.