Difference between revisions of "Template:FormID"

From sureai
Jump to: navigation, search
(Created page with "<span style="font-family: monospace; "><abbr title="The first digits of the FormID depend on your load order">{{{1}}}</abbr>{{{2}}}</span>")
 
m (Fix extra transclusion spaces)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span style="font-family: monospace; "><abbr title="The first digits of the FormID depend on your load order">{{{1}}}</abbr>{{{2}}}</span>
+
<includeonly><onlyinclude><span style="font-family: 'Consolas', 'Courier New', monospace; ">{{#if:{{{2|}}}|<abbr title="The first digits of the FormID depend on your load order">{{{1}}}</abbr>{{{2}}}|{{{1}}}}}</span></onlyinclude></includeonly>
 +
 
 +
This template can be used to display FormIDs. If used with just one parameter, it's a simple fixed FormID:
 +
<pre>
 +
{{FormID|0054BEEF}}
 +
</pre>
 +
{{FormID|0054BEEF}}
 +
 
 +
If used with two parameters, the first parameter is considered the load order, and is marked as such:
 +
<pre>
 +
{{FormID|01|54BEEF}}
 +
</pre>
 +
{{FormID|01|54BEEF}}

Latest revision as of 01:51, 26 February 2019


This template can be used to display FormIDs. If used with just one parameter, it's a simple fixed FormID:

{{FormID|0054BEEF}}

0054BEEF

If used with two parameters, the first parameter is considered the load order, and is marked as such:

{{FormID|01|54BEEF}}

0154BEEF