From WikiChip
Difference between revisions of "Template:benchmarks main"

Line 1: Line 1:
<div style="background:#f9f9f9; margin: 10px 2px 10px 2px; padding: 5px; border: 1px solid #a7d7f9; display: inline-block;">
+
<includeonly><div style="background:#f9f9f9; margin: 10px 2px 10px 2px; padding: 5px; border: 1px solid #a7d7f9; display: inline-block;">
 
<span style="margin: -12px -2px; float: right;">[[Special:FormEdit/benchmarks/{{FULLPAGENAME}}|<nowiki>[Edit Benchmarks]</nowiki>]]</span>
 
<span style="margin: -12px -2px; float: right;">[[Special:FormEdit/benchmarks/{{FULLPAGENAME}}|<nowiki>[Edit Benchmarks]</nowiki>]]</span>
 
<div style="padding: 10px;">
 
<div style="padding: 10px;">
 
{{{1|}}}
 
{{{1|}}}
 
</div>
 
</div>
</div>
+
</div></includeonly><noinclude>
 +
To add benchmarks, add the following to the page:
 +
<pre>
 +
== Benchmarks ==
 +
{{benchmarks main
 +
|
 +
{{benchmark entry}}
 +
}}
 +
</pre>
 +
 
 +
After saving, just hit the <code>[Edit Benchmarks]</code> button.
 +
</noinclude>

Revision as of 01:15, 5 July 2017

To add benchmarks, add the following to the page:

== Benchmarks ==
{{benchmarks main
|
{{benchmark entry}}
}}

After saving, just hit the [Edit Benchmarks] button.