Template:RolyPolysWordInfobox

From Osamu Sato Wiki
Jump to navigation Jump to search
[[{{{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:

  • 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.png
Features: Pon, Banaten, Cho
ZAgainstBlue


The code beneath produces the infobox you see to the right.

Sample Code:
{{RolyPolysWordInfobox
|image=File:Against.png
|width=200
|features=[[Pon]], [[Banaten]], [[Cho]]
|previous=[[Z]]
|current=[[Against]]
|next=[[Blue]]
}}

The blank code can be seen beneath.

Sample Code:
{{RolyPolysWordInfobox
|image=
|width=
|features=
|previous=
|current=
|next=
}}