15 inch State Disk Sander: Difference between revisions
From PS:1 Wiki Dev
Jump to navigationJump to search
Content deleted Content added
No edit summary |
Blanked the page |
||
| Line 1: | Line 1: | ||
<nowiki>{{Template:EquipmentPage |
|||
|owner = "PS:One" or link to user page of contact person |
|||
|hostarea = PLEASE, PLEASE, PLEASE set this to one of the subcategories found in [[Category:Equipment]], this will ensure that the the equipment page will get listed in the subcategory for each PS:One Area |
|||
|certification = "yes" OR "no" |
|||
|hackable = "yes" OR "no" |
|||
|model = MODEL NUMBER |
|||
|serial = SERIAL NUMBER |
|||
|arrived = DATE |
|||
|where = LOCATION or "Removed" (if set to "Removed" a banner will be displayed on the page indicating the tool is no longer at the space) |
|||
|doesitwork = "yes" or "no" (if set to 'no", a banner will be displayed on the page indicating the tool is broken and it will be automatically added to the "Broken Equipment" category) |
|||
|contact = Link to user page of contact person |
|||
|value = $999 |
|||
|image = "IMAGENAME.JPG" (case sensitive, this is whatever you named the image when you uploaded it) |
|||
}}</nowiki> |
|||
; Upload a picture via [[Special:Upload|this]] page |
|||
: Make sure you set and remember the "Destination filename" field. This is what you put in the image="IMAGENAME.JPG" parameter. See section on template fields. |
|||
: [[File:ScreenshotUploadPage.jpg|300px]] |
|||
: You may get a warning about an existing image/file. Ether |
|||
:: update the existing version by clicking on the filename and then on "Upload a new version of this file" bellow the "File History" |
|||
:: OR |
|||
:: change the "Destination filename" field |
|||
; Additional headerings and information |
|||
: Feel free to add a new header and more information as appropriate. For further help with wiki [https://www.mediawiki.org/wiki/Help:Formatting formatting] |
|||
; Authorized Users List (if needed) |
|||
: Add a table do document authorized users for the equipment by copying the code below. For further help with [https://www.mediawiki.org/wiki/Help:Tables tables] |
|||
<nowiki> |
|||
'''This tool requires certification for use.''' |
|||
== List of Currently Certified Users == |
|||
{| class="wikitable" border="1" |
|||
! Qualified Member |
|||
! Trained By |
|||
|- |
|||
|Name of member |
|||
|Who qualified them |
|||
| |
|||
|-} |
|||
</nowiki> |
|||
: Additional members may be added by extending the list as follows: |
|||
<nowiki> |
|||
'''This tool requires certification for use.''' |
|||
== List of Currently Certified Users == |
|||
{| class="wikitable" border="1" |
|||
! Qualified Member |
|||
! Trained By |
|||
|- |
|||
|Name of member1 |
|||
|Who qualified member1 |
|||
|- |
|||
|Name of member2 |
|||
|Who qualified member2 |
|||
| |
|||
|-}</nowiki> |
|||
; Save the page |
|||