⚠ NOTICE

The game has been released in Early Access on 26th of April, 2024.
Please keep in mind that any information provided on this Wiki may be incomplete or subject to change as the game progresses.

Template:Resources: Difference between revisions

From Manor Lords Official Wiki
m (gallery fix img PAGENAME -> PAGENAMEE to convert space to underscore)
m (stripped out gallery tags-not needed)
Line 20: Line 20:
<!-- used to show example on right.-->
<!-- used to show example on right.-->
{{Resources
{{Resources
|image=<gallery>Iron_ore.png</gallery>
|image=Iron_ore.png
|type=Crafting materials
|type=Crafting materials
|ProducedBy=[[{{tl}}Mining pit|Mining pit]]
|ProducedBy=[[{{tl}}Mining pit|Mining pit]]
Line 39: Line 39:
Copy this and add it to the page.
Copy this and add it to the page.
<pre>{{Resources
<pre>{{Resources
|image ={{#tag:gallery|File:{{PAGENAMEE}}.png}}
|image ={{PAGENAMEE}}.png
|type =
|type =
|ProducedBy =
|ProducedBy =
Line 49: Line 49:
(shown on right side of page)
(shown on right side of page)
<pre>{{Resources
<pre>{{Resources
|image={{#tag:gallery|File:{{PAGENAMEE}}.png}}
|image={{PAGENAMEE}}.png
|type=Crafting materials
|type=Crafting materials
|ProducedBy=[[{{tl}}Mining pit|<nowiki><translate></nowiki>Mining pit<nowiki></translate></nowiki>]]
|ProducedBy=[[{{tl}}Mining pit|<nowiki><translate></nowiki>Mining pit<nowiki></translate></nowiki>]]

Revision as of 03:24, 10 May 2024



Available variables:

type - What kind of material is it?

ProducedBy - What entity produces this?

UsedIn - Only use this when there is a very limited list. Otherwise, leave it blank.

StoredIn - What entity is it stored in?

Template:

Copy this and add it to the page.

{{Resources
|image ={{PAGENAMEE}}.png
|type =
|ProducedBy =
|UsedIn =
|StoredIn =
}}

Example:

(shown on right side of page)

{{Resources
|image={{PAGENAMEE}}.png
|type=Crafting materials
|ProducedBy=[[{{tl}}Mining pit|<translate>Mining pit</translate>]]
|UsedIn=[[{{tl}}Iron slab|<translate>Iron slab</translate>]]
|StoredIn=[[{{tl}}Storehouse|<translate>Storehouse</translate>]]
}}