Difference between revisions of "User:Peter888/Sandbox/Templates"

From MHWiki
m
m
 
(7 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
===Usage===
 
===Usage===
 
====Template code====
 
====Template code====
<nowiki>
+
*See [[User:Peter888/Sandbox/Templates/Infobox mouse|template]]
{| style="float:right; clear:right; width:300px; overflow:hidden; position:relative; border:1px solid black; padding:5px; text-align:center;"
 
|'''{{subst:PAGENAME}}'''
 
|-
 
|[Image:{{subst:PAGENAME}} silhouette.png]
 
|-
 
|<small>Spoiler [[:Image:{{subst:PAGENAME}}.png|image]]</small>
 
|-
 
|Reward: <{{{points}}} points and >{{{gold}}} gold
 
|-
 
|Description: ''{{{description}}}''
 
|}
 
[[Category:Mice]]
 
</nowiki>
 
 
====Usage code====
 
====Usage code====
 
<nowiki>
 
<nowiki>
Line 33: Line 20:
 
}}
 
}}
 
</nowiki>
 
</nowiki>
===Notes===
+
 
*Looking for a way to make it easier entering a description.
+
{{-}}
:<nowiki>{{{description|{{{{subst:Infobox mouse/description#{{subst:PAGENAME}}}}}}}}}</nowiki>
+
==Infobox base==
 +
===Example===
 +
{{User:Peter888/Sandbox/Templates/Infobox base
 +
|description=A standard wood base to attach to your weapon.
 +
|power=35
 +
|pbonus=0
 +
|abonus=0
 +
|luck=0
 +
|effect=Very Positive
 +
|cost=300
 +
|score=0
 +
}}
 +
===Usage===
 +
====Template code====
 +
*See [[User:Peter888/Sandbox/Templates/Infobox base|template]]
 +
====Usage code====
 +
<nowiki>
 +
{{User:Peter888/Sandbox/Templates/Infobox base
 +
|description=A standard wood base to attach to your weapon.
 +
|power=35
 +
|pbonus=0
 +
|abonus=0
 +
|luck=0
 +
|effect=Very Positive
 +
|cost=300
 +
|score=0
 +
}}
 +
</nowiki>
 +
 
 +
{{-}}
 +
=Cheese Effect=
 +
==Cheese effect==
 +
===Example===
 +
{| border="1" style="border-collapse: collapse; text-align: center" class="wikitable sortable"
 +
!Cheese effect!! class="unsortable"|+/-
 +
|-
 +
|{{User:Peter888/Sandbox/Templates/cheesee|6|ubf}} || ++++++ or higher
 +
|-
 +
|{{User:Peter888/Sandbox/Templates/cheesee|5|uf}} || +++++
 +
|-
 +
|{{User:Peter888/Sandbox/Templates/cheesee|4|if}} || ++++
 +
|-
 +
|{{User:Peter888/Sandbox/Templates/cheesee|3|xf}} || +++
 +
|-
 +
|{{User:Peter888/Sandbox/Templates/cheesee|2|vf}} || ++
 +
|-
 +
|{{User:Peter888/Sandbox/Templates/cheesee|1|f}} || +
 +
|-
 +
|{{User:Peter888/Sandbox/Templates/cheesee|0|no}} || 
 +
|-
 +
|{{User:Peter888/Sandbox/Templates/cheesee|-1|s}} || -
 +
|-
 +
|{{User:Peter888/Sandbox/Templates/cheesee|-2|vs}} || --
 +
|-
 +
|{{User:Peter888/Sandbox/Templates/cheesee|-3|xs}} || ---
 +
|-
 +
|{{User:Peter888/Sandbox/Templates/cheesee|-4|is}} || ----
 +
|-
 +
|{{User:Peter888/Sandbox/Templates/cheesee|-5|us}} || -----
 +
|}
 +
 
 +
===Usage===
 +
*See [[User:Peter888/Sandbox/Templates/cheesee|template]]

Latest revision as of 04:06, 13 March 2009

Infoboxes

Infobox mouse

Example - see right

Peter888/Sandbox/Templates
[Image:Peter888/Sandbox/Templates/Infobox mouse.png]
Max Points: ? points
Min Gold: ? gold
Loot: None
Location(s): ?
Power Type: ?
Bait: None known
More info: [{{{mhinfo}}} MouseHunt Info Page]

'


Usage

Template code

Usage code

{{User:Peter888/Sandbox/Templates/Infobox mouse |gold= 100 |points= 50 |description= The white mouse is probably the most common mouse in these parts. They pose very little challenge and thus garner little reward. Great for the starting mouse hunter. }}

Infobox base

Example

Peter888/Sandbox/Templates/Infobox base
A standard wood base to attach to your weapon.
Power: 35
Power bonus: 0%
Accuracy bonus: 0%
Luck: 0
Cheese Effect: Very Positive
Cost: 300 gold
Score required: 0 points

Usage

Template code

Usage code

{{User:Peter888/Sandbox/Templates/Infobox base |description=A standard wood base to attach to your weapon. |power=35 |pbonus=0 |abonus=0 |luck=0 |effect=Very Positive |cost=300 |score=0 }}

Cheese Effect

Cheese effect

Example

Cheese effect +/-
6User:Peter888/Sandbox/Templates/cheesee/ubf ++++++ or higher
5User:Peter888/Sandbox/Templates/cheesee/uf +++++
4User:Peter888/Sandbox/Templates/cheesee/if ++++
3User:Peter888/Sandbox/Templates/cheesee/xf +++
2User:Peter888/Sandbox/Templates/cheesee/vf ++
1User:Peter888/Sandbox/Templates/cheesee/f +
0No Effect
-1User:Peter888/Sandbox/Templates/cheesee/s -
-2User:Peter888/Sandbox/Templates/cheesee/vs --
-3User:Peter888/Sandbox/Templates/cheesee/xs ---
-4User:Peter888/Sandbox/Templates/cheesee/is ----
-5User:Peter888/Sandbox/Templates/cheesee/us -----

Usage