Template:DataBox/doc: Difference between revisions

From Victory Belles Community Wiki
Jump to navigation Jump to search
fandomVB>Sovereign
No edit summary
fandomVB>Sovereign
No edit summary
Line 1: Line 1:
==Description==
==Description==
To use this template, copy the following code and fill in the appropriate fields.  The reason this exists is to enable a notice-style box which will show up on mobile devices, such as for [[Template:DetailsPageBox]].
To use this template, copy the following code and fill in the appropriate fields.  The reason this exists is to enable a notice-style box which will show up on mobile devices, such as for [[Template:DetailsPageBox]].  "Notice"-class templates are automatically hidden by Fandom's mobile skin.


==Syntax==
==Syntax==

Revision as of 09:18, 30 September 2021

Description[edit source]

To use this template, copy the following code and fill in the appropriate fields. The reason this exists is to enable a notice-style box which will show up on mobile devices, such as for Template:DetailsPageBox. "Notice"-class templates are automatically hidden by Fandom's mobile skin.

Syntax[edit source]

{{DataBox
  |image=|middle|75px]]
  |title=Example Title
  |content=Example content
}}

Note that the actual link to the image must be placed between the "=" after image and the "|" before middle in order to show up and retain expected formatting.

Samples[edit source]

{{DataBox
  |image=[[File:Example.jpg|middle|75px]]
  |title=Example Title
  |content=Example content
}}

Results in...

File:Example.jpg

Example Title

Example content