Difference between revisions of "Template:Tool"

From Port City Makerspace
Jump to navigation Jump to search
m
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "Tool" template.
This is the "Tool" template. This can be used as a standard format to add information regarding tools.
It should be called in the following format:
 
To use it, copy the text below and insert it into a page. Add the relevant information after each equals = sign.
 
<pre>
<pre>
{{Tool
{{Tool
Line 7: Line 9:
|Image=
|Image=
|Model=
|Model=
|Size=
|Safety Checkout Required=
|Consumables=
|Consumables=
|Location=
|Location=
|Link to Manual=
|Link to Manual=
|Additional Information=
|Safety=
|Safety=
|Videos=
|Videos=
|Maintenance=
|Maintenance=
|Additional Resources=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
 
The text above is just an example, and is not the code for the template itself. To see how a template file is formatted, go to [https://www.mediawiki.org/wiki/Help:Templates Help:Templates] on the MediaWiki website.
 
</noinclude><includeonly>{| class="wikitable"
</noinclude><includeonly>{| class="wikitable"
=About our machine=
=About our machine=
'''Machine Info'''
{{{Image|}}}
! Name
! Name
| {{{Name|}}}
| {{{Name|}}}
|-
! Image
| {{{Image|}}}
|-
|-
! Model
! Model
| {{{Model|}}}
| {{{Model|}}}
|-
|-
! Size
! Safety Checkout Required
| {{{Size|}}}
| {{{Safety Checkout Required|}}}
|-
|-
! Consumables
! Consumables
Line 36: Line 39:
|-
|-
! Location
! Location
| {{{Location|}}}
| [[{{{Location|}}}]]
|-
|-
! Link to Manual
! Link to Manual
| {{{Link to Manual|}}}
| {{{Link to Manual|}}}
|-
! Additional Information
| {{{Additional Information|}}}
|}
|}


=General Tips and Safety=
=General Tips and Safety=
{{{Safety|}}}
{{{Safety|}}}


=Helpful Videos=
=Helpful Videos=
{{{Videos|}}}
{{{Videos|}}}


=Maintenance=
=Maintenance=
{{{Maintenance|}}}
{{{Maintenance|}}}
=Additional Resources=
{{{Additional Resources}}}
[[Category:{{{Location}}}]]


[[Category:Tool]]
[[Category:Tool]]
</includeonly>
</includeonly>

Latest revision as of 17:57, 20 October 2021

This is the "Tool" template. This can be used as a standard format to add information regarding tools.

To use it, copy the text below and insert it into a page. Add the relevant information after each equals = sign.

{{Tool
|Name=
|Image=
|Model=
|Safety Checkout Required=
|Consumables=
|Location=
|Link to Manual=
|Additional Information=
|Safety=
|Videos=
|Maintenance=
|Additional Resources=
}}

The text above is just an example, and is not the code for the template itself. To see how a template file is formatted, go to Help:Templates on the MediaWiki website.