Template:Nesdbbox: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
Rainwarrior (talk | contribs) (this is looking ok, documenting usage) |
Rainwarrior (talk | contribs) (formatting, finishing up) |
||
Line 4: | Line 4: | ||
{| class="oddf0" | {| class="oddf0" | ||
|- | |- | ||
| {{ | | {{nesdblink|{{{1}}}|{{{2}}}|{{{3}}}}} | ||
|- | |- | ||
{{#if:{{{5|}}}| | {{#if:{{{5|}}}| | ||
{{!}} {{ | {{!}} {{nesdblink|{{{5}}}|{{{6}}}|{{{7}}}}} | ||
{{!}}- | {{!}}- | ||
|}} | |}} | ||
{{#if:{{{9|}}}| | {{#if:{{{9|}}}| | ||
{{!}} {{ | {{!}} {{nesdblink|{{{9}}}|{{{10}}}|{{{11}}}}} | ||
{{!}}- | {{!}}- | ||
|}} | |}} | ||
{{#if:{{{13|}}}| | {{#if:{{{13|}}}| | ||
{{!}} {{ | {{!}} {{nesdblink|{{{13}}}|{{{14}}}|{{{15}}}}} | ||
{{!}}- | {{!}}- | ||
|}} | |}} | ||
{{#if:{{{17|}}}| | {{#if:{{{17|}}}| | ||
{{!}} {{ | {{!}} {{nesdblink|{{{17}}}|{{{18}}}|{{{19}}}}} | ||
{{!}}- | {{!}}- | ||
|}} | |}} | ||
{{#if:{{{21|}}}| | {{#if:{{{21|}}}| | ||
{{!}} {{ | {{!}} {{nesdblink|{{{21}}}|{{{22}}}|{{{23}}}}} | ||
{{!}}- | {{!}}- | ||
|}} | |}} | ||
{{#if:{{{25|}}}| | {{#if:{{{25|}}}| | ||
{{!}} {{ | {{!}} {{nesdblink|{{{25}}}|{{{26}}}|{{{27}}}}} | ||
{{!}}- | {{!}}- | ||
|}} | |}} | ||
{{#if:{{{29|}}}| | {{#if:{{{29|}}}| | ||
{{!}} {{ | {{!}} {{nesdblink|{{{29}}}|{{{30}}}|{{{31}}}}} | ||
{{!}}- | {{!}}- | ||
|}} | |}} | ||
{{#if:{{{33|}}}| | {{#if:{{{33|}}}| | ||
{{!}} {{ | {{!}} {{nesdblink|{{{33}}}|{{{34}}}|{{{35}}}}} | ||
{{!}}- | {{!}}- | ||
|}} | |}} | ||
{{#if:{{{37|}}}| | {{#if:{{{37|}}}| | ||
{{!}} {{ | {{!}} {{nesdblink|{{{37}}}|{{{38}}}|{{{39}}}}} | ||
{{!}}- | {{!}}- | ||
|}} | |}} | ||
Line 48: | Line 48: | ||
Single use: | Single use: | ||
<pre>{{ | <pre>{{nesdbbox|ines|1|iNES 001}}</pre> | ||
Multi use: | Multi use: | ||
<pre>{{ | <pre>{{nesdbbox | ||
|ines|1|iNES 001| | |ines|1|iNES 001| | ||
|unif|NES-CNROM|CNROM| | |unif|NES-CNROM|CNROM| | ||
Line 59: | Line 59: | ||
Note: in the multi use case terminate each line with |. The empty parameter is needed to prevent newlines in the created link. | Note: in the multi use case terminate each line with |. The empty parameter is needed to prevent newlines in the created link. | ||
The parameters are simply a batched set of [[:Template:nesdblink|nesdblink]] templates: search type (ines/unif) | search parameter (number/board) | link text | |||
</noinclude> | </noinclude> |
Revision as of 19:56, 22 April 2015
NESCartDB
{{{3}}} |
A box containing the In NesCartDB category tag and 1 or more links to NesDB searches.
Single use:
{{nesdbbox|ines|1|iNES 001}}
Multi use:
{{nesdbbox |ines|1|iNES 001| |unif|NES-CNROM|CNROM| |ines|5|iNES 005| |unif|NES-AOROM|AOROM| }}
Note: in the multi use case terminate each line with |. The empty parameter is needed to prevent newlines in the created link.
The parameters are simply a batched set of nesdblink templates: search type (ines/unif) | search parameter (number/board) | link text