Template:Main Page Screenshot: Difference between revisions

From PZwiki
mNo edit summary
(Added documentation template)
Line 1: Line 1:
<noinclude>
<noinclude>{{documentation}}</noinclude><includeonly>{{#switch:{{#ifexpr:{{{test|0}}}=1|{{{1}}}|{{rand|6}}}}
'''To add a screenshot/caption:'''
* Upload the file if it isn't on the wiki already.
* Edit this page.
* Change the following..
<nowiki>{{#switch:{{#ifexpr:{{{test|0}}}=1|{{{1}}}|</nowiki>'''<nowiki>{{rand|#}}</nowiki>'''<nowiki>}}</nowiki>
* ..to be this:
<nowiki>{{#switch:{{#ifexpr:{{{test|0}}}=1|{{{1}}}|</nowiki>'''<nowiki>{{rand|#+1}}</nowiki>'''<nowiki>}}</nowiki>
* 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>
* Test your changes by inserting <nowiki>{{Main Page Screenshot|#|test=1}}</nowiki> onto a page and previewing, you should see your screenshot/caption.
-----
 
 
''Please do not use equals signs or vertical bars in your captions.''
</noinclude><includeonly>{{#switch:{{#ifexpr:{{{test|0}}}=1|{{{1}}}|{{rand|6}}}}
|1=[[File:Pzwiki_pz2_5_2.png‎|center|800px|500px|Zombie mob outside the burger joint.]]''Zombie mob outside the burger joint.''
|1=[[File:Pzwiki_pz2_5_2.png‎|center|800px|500px|Zombie mob outside the burger joint.]]''Zombie mob outside the burger joint.''
|2=[[File:Sandbox_Options.png|center|800px|500px|Options in Sandbox Mode.]]''Options in Sandbox Mode.''
|2=[[File:Sandbox_Options.png|center|800px|500px|Options in Sandbox Mode.]]''Options in Sandbox Mode.''

Revision as of 18:25, 19 November 2013

[view] [edit] [history] [purge] Template documentation
This template is transcluded onto the main page to display a random image from a list.

Usage

To add a screenshot/caption:

Please note that if you do not have the appropriate user rights, you will not be able to add a screenshot. If you'd like a screenshot to be featured on the main page, please upload the file and post a link to it on an administrator's talk page.

  • 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 replacing # with the screenshots ID number. Preview changes, then you should see your screenshot/caption.


Please do not use equals signs or vertical bars in your captions.
Documentation transcluded from Template:Main Page Screenshot/doc.
Editors can experiment in this template's sandbox (create)