Template:ID table: Difference between revisions

From BTA-Mirror
imported>Ttv pedro270707
(Created page with "<includeonly>{{#ifeq: {{#var: idtable | 0 }} | 1 || {{#vardefine: idtable | 1 }}<table class="wikitable"><tr><!-- --> {{#if: {{{item|}}} | {{#ifeq: {{#var: item | 0}} | 1 || {{#vardefine: item | 1 }} }}<th>Item</th> | }}<!-- --> {{#if: {{{block|}}} | {{#ifeq: {{#var: block | 0}} | 1 || {{#vardefine: block | 1 }} }}<th>Block</th> | }}<!-- --> {{#if: {{{nameid|}}} | {{#ifeq: {{#var: nameid | 0}} | 1 || {{#vardefine: nameid | 1 }} }}<th>Namespaced ID</th> | }}<!-- --> {{#if...")
imported>Ttv pedro270707
mNo edit summary
Line 5: Line 5:
--> {{#if: {{{numid|}}} | {{#ifeq: {{#var: numid | 0}} | 1 || {{#vardefine: numid | 1 }} }}<th>Numeric ID</th> | }}<!--
--> {{#if: {{{numid|}}} | {{#ifeq: {{#var: numid | 0}} | 1 || {{#vardefine: numid | 1 }} }}<th>Numeric ID</th> | }}<!--
--></tr> }}<tr>
--></tr> }}<tr>
{{#if: {{{item|}}} | {{#ifeq: {{{item|}}} | y | <td>–</td> | <td>{{{item|}}}</td> }} | {{#ifeq: {{#var: item | 0}} | 1 | <td>–</td> | }} }}
{{#if: {{{item|}}} | {{#ifeq: {{bl|{{{item|}}}|string=y}} | y | <td>–</td> | <td>{{{item|}}}</td> }} | {{#ifeq: {{#var: item | 0}} | 1 | <td>–</td> | }} }}
{{#if: {{{block|}}} | {{#ifeq: {{{block|}}} | y | <td>–</td> | <td>{{{block|}}}</td> }} | {{#ifeq: {{#var: block | 0}} | 1 | <td>–</td> | }} }}
{{#if: {{{block|}}} | {{#ifeq: {{bl|{{{block|}}}|string=y}} | y | <td>–</td> | <td>{{{block|}}}</td> }} | {{#ifeq: {{#var: block | 0}} | 1 | <td>–</td> | }} }}
{{#if: {{{nameid|}}} | {{#ifeq: {{{nameid|}}} | y | <td>–</td> | <td>{{{nameid|}}}</td> }} | {{#ifeq: {{#var: nameid | 0}} | 1 | <td>–</td> | }} }}
{{#if: {{{nameid|}}} | {{#ifeq: {{bl|{{{nameid|}}}|string=y}} | y | <td>–</td> | <td>{{{nameid|}}}</td> }} | {{#ifeq: {{#var: nameid | 0}} | 1 | <td>–</td> | }} }}
{{#if: {{{numid|}}} | {{#ifeq: {{{numid|}}} | y | <td>–</td> | <td>{{{numid|}}}</td> }} | {{#ifeq: {{#var: numid | 0}} | 1 | <td>–</td> | }} }}
{{#if: {{{numid|}}} | {{#ifeq: {{bl|{{{numid|}}}|string=y}} | y | <td>–</td> | <td>{{{numid|}}}</td> }} | {{#ifeq: {{#var: numid | 0}} | 1 | <td>–</td> | }} }}
</tr>{{#if: {{{foot|}}} | {{#vardefine: idtable|}}</table> }}</includeonly><noinclude>
</tr>{{#ifeq: {{bl|{{{foot|}}}}} | y | {{#vardefine: idtable|}}</table> | }}</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
<!-- Put categories on the documentation page -->
<!-- Put categories on the documentation page -->
</noinclude>
</noinclude>

Revision as of 16:47, 20 March 2023

[view | edit | history | purge]Documentation
This article is a stub.
Help us make this wiki Better than Adventure by expanding it!

Usage


Namespaced ID
tile.chest.planks.oak, tile.chest.planks.oak.painted.white, tile.chest.planks.oak.painted.orange, tile.chest.planks.oak.painted.magenta, tile.chest.planks.oak.painted.lightblue, tile.chest.planks.oak.painted.yellow, tile.chest.planks.oak.painted.lime, tile.chest.planks.oak.painted.pink, tile.chest.planks.oak.painted.gray, tile.chest.planks.oak.painted.silver, tile.chest.planks.oak.painted.cyan, tile.chest.planks.oak.painted.purple, tile.chest.planks.oak.painted.blue, tile.chest.planks.oak.painted.brown, tile.chest.planks.oak.painted.green, tile.chest.planks.oak.painted.red, tile.chest.planks.oak.painted.black
[view | edit | history | purge]The above documentation is transcluded from Template:ID table/doc.