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>")
 
(Allow usage with just one parameter)
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>
+
<onlyinclude><span style="font-family: monospace; ">{{#if:{{{2|}}}|<abbr title="The first digits of the FormID depend on your load order">{{{1}}}</abbr>{{{2}}}|{{{1}}}}}</span>
 +
</onlyinclude>
 +
 
 +
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}}

Revision as of 01:38, 26 February 2019

{{{1}}}


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