Template:RolyPolysWordInfobox
Revision as of 08:01, 7 May 2024 by OsamuSatoFan (talk | contribs) (we would need a different color for this…maybe)
{{{word}}} | |
---|---|
[[{{{image}}}|{{{width}}}px|center]] | |
Features: {{{features}}} | |
{{{previous}}} ← {{{current}}} → {{{next}}} |
Use
This infobox is for use on pages related to the words in Roly Polys. It makes use of various parameters to change its content on the fly:
- word: The name of the word in English.
- image: An image of the word. It comes pre-formatted as being centered.
- width: A custom parameter for image width. Should be an integer (e.g. do not include "px" after it).
- features: Characters that the word features.
- previous: The previous word.
- current: The current word.
- next: The next word.
Sample
Against | |
---|---|
Features: Pon, Banaten, Cho | |
Z ← Against → Blue |
The code beneath produces the infobox you see to the right.
Sample Code: |
{{RolyPolysWordInfobox |word=Against |image=File:Against.png |width=177 |features=[[Pon]], [[Banaten]], [[Cho]] |previous=[[Z]] |current=[[Against]] |next=[[Blue]] }} |
The blank code can be seen beneath.
Sample Code: |
{{RolyPolysWordInfobox |word= |image= |width= |features= |previous= |current= |next= }} |