Difference between revisions of "Template:Dataheader/sandbox"

From Grid Sage Wiki
Jump to navigation Jump to search
(Created page with "<includeonly ><div class="databox-header" style="margin-left: -1em; color: lightgray;" >{{{1}}}</div ></includeonly><noinclude> Utility template for making a line-item i...")
 
Line 5: Line 5:
 
Utility template for making a line-item in a [[Template:Databox]].
 
Utility template for making a line-item in a [[Template:Databox]].
 
== Example ==
 
== Example ==
{{Databox|content=
+
{{Databox/sandbox|content=
   {{Dataheader|Overview}}
+
   {{Dataheader/sandbox|Overview}}
   {{Datum|Rating|6}}
+
   {{Datum/sandbox|Rating|6}}
 
}}
 
}}
 
  <nowiki>
 
  <nowiki>
{{Databox|content=
+
{{Databox/sandbox|content=
   {{Dataheader|Overview}}
+
   {{Dataheader/sandbox|Overview}}
   {{Datum|Rating|6}}
+
   {{Datum/sandbox|Rating|6}}
 
}}
 
}}
 
</nowiki>
 
</nowiki>
 
[[Category:Template sandboxes]]
 
[[Category:Template sandboxes]]
 
</noinclude>
 
</noinclude>

Revision as of 22:11, 31 December 2019

Utility template for making a line-item in a Template:Databox.

Example

/Data/
Overview
Rating
6
X
{{Databox/sandbox|content=
  {{Dataheader/sandbox|Overview}}
  {{Datum/sandbox|Rating|6}}
}}