mNo edit summary |
mNo edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| | <noinclude> | ||
|- style=" | This is the "Tool" template. | ||
! colspan=2| | It should be called in the following format: | ||
<pre> | |||
{{Tool | |||
|Name= | |||
|Picture= | |||
|Cost= | |||
|Owner= | |||
|Description= | |||
|Location= | |||
|Category= | |||
}} | |||
</pre> | |||
Edit the page to see the template text. | |||
</noinclude><includeonly> | |||
{| class="wikitable" style="float:right; clear:right; width:270px; margin:5px; font-size:95%; empty-cells:hide" | |||
|- style="text-align:center;" | |||
! colspan=2 | {{#if:{{{Name|}}}|[[Tool Name::{{{Name|}}}]]|NURDspace Tool}} | |||
|- | |- | ||
| style=" | ! colspan=2 |<div style="margin:10px">{{#if:{{{Picture|}}}|[[Tool Image::File:{{{Picture}}}|260x260px]]|[[File:NoPicture.png{{!}}260px{{!}}link=File:{{{Name}}}.jpg]]}}</div> | ||
|- | |- | ||
| style="vertical-align:top" | | | style="vertical-align:top" | Description | ||
|{{#if:{{{ | |{{#if:{{{Description|}}} | [[Tool Desc::{{{Description}}}]] | }} | ||
|- | |- | ||
| style="vertical-align:top" | | | style="vertical-align:top" | Does it cost money? | ||
|{{#if:{{{ | |{{#if:{{{Cost|}}} | [[Tool Costs::{{{Cost}}}]] | }} | ||
|- | |- | ||
| style="vertical-align:top" | | | style="vertical-align:top" | Owner | ||
|{{#if:{{{ | |{{#if:{{{Owner|}}} | [[Tool Owner::{{{Owner}}}]] | }} | ||
|- | |- | ||
| style="vertical-align:top" | | | style="vertical-align:top" | Location | ||
|{{#if:{{{ | |{{#if:{{{Location|}}} | [[Inventory Location::{{{Location}}}]] | }} | ||
|- | |- | ||
| style="vertical-align:top" | | | style="vertical-align:top" | Category | ||
|{{#if:{{{ | |{{#if:{{{Category|}}} | [[Tool Category::{{{Category}}}]] | }} | ||
|} | |} | ||
<!-- hack --> | <!-- hack --> | ||
<div style="position:fixed; top:10000px; right:10000px;"> | <div style="position:fixed; top:10000px; right:10000px;"> | ||
[[PageName::{{{ | [[PageName::{{{Name}}}|{{{Name}}}]] | ||
[[Tool Image String::{{{Picture}}}]] | |||
[[Tool | [[Tool::1]] | ||
</div> | </div> | ||
[[Category:Tool]] | |||
[[ | </includeonly> | ||
<includeonly> |
Latest revision as of 23:34, 1 December 2014
This is the "Tool" template. It should be called in the following format:
{{Tool |Name= |Picture= |Cost= |Owner= |Description= |Location= |Category= }}
Edit the page to see the template text.