|
|
1번째 줄: |
1번째 줄: |
− | <tabs>
| + | = First section header = |
− | <tab name="Foo">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab>
| + | This will be displayed on the first tab |
− | <tab name="Bar">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab>
| |
− | <tab name="Baz">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</tab>
| |
− | </tabs>
| |
− | = 탄창 =
| |
− | {{#cargo_query:
| |
− | table=ITEM_SHOP
| |
− | |fields= ITEM_SHOP_TYPE=종류, CONCAT('[[',ITEM_SHOP_KOR_NAME,']]')=이름, ITEM_SHOP_NAME=Name, ITEM_SHOP_AREA18_PRICE=가격,
| |
− | |where=ITEM_SHOP_AREA18_NAME='Cubby Blast' AND ITEM_SHOP_TYPE='Magazine'
| |
− | |column widths=
| |
− | |format=dynamic table
| |
− | }}
| |
| | | |
− | = 바렐 부착물 =
| + | {{#switchtablink:Second section header|Click here to go to the next tab...}} |
− | {{#cargo_query: | |
− | table=ITEM_SHOP
| |
− | |fields= ITEM_SHOP_TYPE=종류, CONCAT('[[',ITEM_SHOP_KOR_NAME,']]')=이름, ITEM_SHOP_NAME=Name, ITEM_SHOP_AREA18_PRICE=가격, | |
− | |where=ITEM_SHOP_AREA18_NAME='Cubby Blast' AND ITEM_SHOP_TYPE='Barrel'
| |
− | |column widths=
| |
− | |format=dynamic table
| |
− | }} | |
| | | |
− | = 방어구 = | + | = Second section header = |
− | {{#cargo_query:
| + | This will be displayed on the second tab |
− | table=ITEM_SHOP
| + | |
− | |fields= ITEM_SHOP_TYPE=종류, CONCAT('[[',ITEM_SHOP_KOR_NAME,']]')=이름, ITEM_SHOP_NAME=Name, ITEM_SHOP_AREA18_PRICE=가격,
| + | <headertabs/> |
− | |where=ITEM_SHOP_AREA18_NAME='Cubby Blast' AND ITEM_SHOP_TYPE='Char_Armor_Helmet' OR ITEM_SHOP_TYPE='Char_Armor_Legs' OR ITEM_SHOP_TYPE='Char_Armor_Arms'
| + | = Third section header = |
− | |column widths=
| + | This will be always displayed under the tab view because it's below the <headertabs/> tag. |
− | |format=dynamic table
| |
− | }}
| |