Difference between revisions of "Template:Databox/sandbox"

From Grid Sage Wiki
Jump to navigation Jump to search
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly
 
<includeonly
><div class="databox" style="float:{{{float|right}}}; background: black; color: #00b200; margin: 0 0 0.5em 0.5em; padding: 1em; width: 25em;">
+
><div class="databox" style="float:{{{float|right}}}; background: black; color: #00b200; margin: 0 0 0.5em 0.5em; padding: 1em; width: 27em; font-family:Consolas, Courier New, monospace;">
 
<div style="padding: 1em 2em; border: 2px solid #008c00;">
 
<div style="padding: 1em 2em; border: 2px solid #008c00;">
 
<div style="text-align: center; margin-top: -1.8em;"><div style="display:inline-block; background: black; text-transform: uppercase; letter-spacing: 0.5em;; padding-left: 0.5em;">/{{{title|Data}}}/</div></div>
 
<div style="text-align: center; margin-top: -1.8em;"><div style="display:inline-block; background: black; text-transform: uppercase; letter-spacing: 0.5em;; padding-left: 0.5em;">/{{{title|Data}}}/</div></div>
{{{content|}}}
+
{{{content|{{{1}}}}}}
 
<div style="float: right; margin: 0.3em 0.5em 0 0;"><div style="position:absolute; background: black; padding: 0 0.25em;"> X </div></div>
 
<div style="float: right; margin: 0.3em 0.5em 0 0;"><div style="position:absolute; background: black; padding: 0 0.25em;"> X </div></div>
 
</div>
 
</div>
Line 10: Line 10:
 
== Example ==
 
== Example ==
 
{{Databox/sandbox|content=
 
{{Databox/sandbox|content=
   {{Dataheader/sandbox|Overview}}
+
   {{Dataheader|Overview}}
   {{Datum/sandbox|Rating|6}}
+
   {{Datum|Rating|10}}
 
}}
 
}}
 
<pre>
 
<pre>
 
{{Databox/sandbox|content=
 
{{Databox/sandbox|content=
   {{Dataheader/sandbox|Overview}}
+
   {{Dataheader|Overview}}
   {{Datum/sandbox|Rating|6}}
+
   {{Datum|Rating|10}}
 
}}
 
}}
 
</pre>
 
</pre>
 
+
{{Clear}}
 +
----
 
{{Databox/sandbox|float=left|content=
 
{{Databox/sandbox|float=left|content=
   {{Dataheader/sandbox|Overview}}
+
   {{Dataheader|Overview}}
   {{Datum/sandbox|Rating|6}}
+
   {{Datum|Rating|10}}
 
}}
 
}}
 
<pre>
 
<pre>
 
{{Databox/sandbox|float=left|content=
 
{{Databox/sandbox|float=left|content=
   {{Dataheader/sandbox|Overview}}
+
   {{Dataheader|Overview}}
   {{Datum/sandbox|Rating|6}}
+
   {{Datum|Rating|10}}
 
}}
 
}}
 
</pre>
 
</pre>
 
[[Category:Template sandboxes]]
 
[[Category:Template sandboxes]]
 
</noinclude>
 
</noinclude>

Latest revision as of 05:47, 23 January 2020

Utility template for making Cogmind-style data boxes.

Example

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

/Data/
Overview
Rating
10
X
{{Databox/sandbox|float=left|content=
  {{Dataheader|Overview}}
  {{Datum|Rating|10}}
}}