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:
{{DataBox|title=Example|content=Test content}}
==Description==
To use this template, copy the following code and fill in the appropriate fields.
 
==Syntax==
<pre>
{{DataBox
  |image=
  |middle|75px]]
  |title=Example Title
  |content=Example content
}}
</pre>
 
==Samples==
<pre>
{{DataBox
  |image=[[File:Example.jpg
  |middle|75px]]
  |title=Example Title
  |content=Example content
}}
</pre>
 
Results in...
{{DataBox
  |image=[[File:Example.jpg
  |middle|75px]]
  |title=Example Title
  |content=Example content
}}
 
[[Category:Template documentation]]

Revision as of 09:14, 30 September 2021

Description[edit source]

To use this template, copy the following code and fill in the appropriate fields.

Syntax[edit source]

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

Samples[edit source]

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

Results in...

[[File:Example.jpg 75px]]

Example Title

Example content