Protospace Wiki:Adding new tools: Difference between revisions

→‎Adding Content to the Tool Page: fixed dumb code and added code formatting
(→‎Adding Content to the Tool Page: fixed dumb code and added code formatting)
Line 33: Line 33:


* There is a [[template:EquipmentPage|template]] made (you can click that link to see more). Don't edit the Template. Use it. Copy and paste the following code into the edit box of the new tool page:
* There is a [[template:EquipmentPage|template]] made (you can click that link to see more). Don't edit the Template. Use it. Copy and paste the following code into the edit box of the new tool page:
 
<pre><nowiki>
 
{{Template:EquipmentPage
<nowiki>{{Template:EquipmentPage</nowiki>
|toolname=
 
|model=
<nowiki>|toolname=</nowiki>
|serial=
 
|owner=
<nowiki>|model=</nowiki>
|loanstatus=
 
|arrived=
<nowiki>|serial=</nowiki>
|location=
 
|status=
<nowiki>|owner=</nowiki>
|permission=
 
|certification=
<nowiki>|loanstatus=</nowiki>
|itemphoto=[[File:.jpg|350px|thumb|right|]]
 
}}
<nowiki>|arrived=</nowiki>
==Specs==
 
</nowiki></pre>
<nowiki>|location=</nowiki>
 
<nowiki>|status=</nowiki>
 
<nowiki>|permission=</nowiki>
 
<nowiki>|certification=</nowiki>
 
<nowiki>|itemphoto=[[File:.jpg|350px|thumb|right|]]</nowiki>
 
<nowiki>}}</nowiki>
 
<nowiki>==Specs==</nowiki>
 
 


* Then fill in the missing info. Anything not applicable write N/A, anything unknown leave ?? so someone in the future can know it needs filing in.
* Then fill in the missing info. Anything not applicable write N/A, anything unknown leave ?? so someone in the future can know it needs filing in.