Advertisement
loon4tic

Untitled

Nov 25th, 2021
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. {| style="width:250px; float:right; margin: 0 0 1em 1em; border:2px solid #3675FF; background-color:#fff; color:#000; font-size:8pt; text-align:center; {{R}}" cellpadding="0" cellspacing="0"
  2. |-
  3. ! colspan="2" style="font-size:12pt; background-color:#5B8EFC; {{R/top|7}}" | {{{name}}}
  4. |-
  5. {{#if: {{{image|}}} | {{!}} colspan="2" {{!}} [[File:{{{image}}}|center|250x230px]] }}
  6. |-
  7. |- class{{{type|}}}{{{cost|}}}{{{varieties|}}}="hidden"
  8. {{#if: {{{varieties|}}} | {{!}} style="width:40%; text-align:right; font-weight:bold" {{!}} Varieties: {{!!}} {{{varieties}}} {{#switch: {{{varieties|1}}}|1=Variety|2=Varieties|3=Varieties|4=Varieties}} }}
  9. |-
  10. {{#if: {{{type|}}} | {{!}} style="width:40%; text-align:right; font-weight:bold" {{!}} Type: {{!!}} {{{type}}}}}
  11. |-
  12. {{#if: {{{cost|}}} | {{!}} style="width:40%; text-align:right; font-weight:bold" {{!}} Normal cost: {{!!}} {{{cost}}}}}
  13. | colspan="2" style="background-color:#5B8EFC; {{R/bottom|7}}" |
  14. |}
  15.  
  16. <infobox>
  17. <title source="name">
  18. <default>{{PAGENAME}}</default>
  19. </title>
  20. <image source="image">
  21. <caption source="caption1"/>
  22. </image>
  23. <data source="type">
  24. <label>Type:</label>
  25. </data>
  26. <data source="theme">
  27. <label>Theme:</label>
  28. </data>
  29. <data source="size">
  30. <label>Size:</label>
  31. </data>
  32. <data source="log">
  33. <label>Cattlelog:</label>
  34. </data>
  35. <data source="cost">
  36. <label>Normal cost:</label>
  37. </data>
  38. <data source="backorder">
  39. <label>Back order:</label>
  40. </data>
  41. <data source="gift">
  42. <label>Giftable:</label>
  43. </data>
  44. <data source="sale">
  45. <label>Sale:</label>
  46. </data>
  47. <group collapse="open">
  48. <header>Technical Info</header>
  49. <data source="model_name">
  50. <label>Model Name</label>
  51. </data>
  52. <data source="texture_name">
  53. <label>Texture Name</label>
  54. </data>
  55. <data source="internal_name">
  56. <label>Internal Name</label>
  57. </data>
  58. <data source="catalog_accessory_id">
  59. <label>Catalog Accessory ID</label>
  60. </data>
  61. </group>
  62. </infobox>
  63. <noinclude>
  64. == Usage & preview ==
  65. Type in this:
  66.  
  67. <pre>
  68. {{Item
  69. |name=
  70. |image=
  71. |imagesize=
  72. |image2=
  73. |imagesize2=
  74. |type=
  75. |theme=
  76. |size=
  77. |log=
  78. |cost=
  79. |backorder=
  80. |gift=
  81. |sale=
  82. }}
  83.  
  84. </pre>
  85.  
  86. to see this:
  87. <pre>
  88. {{Item
  89. |name=This is a test
  90. |image=This is a test
  91. |image2=This is a test
  92. |type=This is a test
  93. |theme=This is a test
  94. |size=This is a test
  95. |log=This is a test
  96. |cost=This is a test
  97. |backorder=This is a test
  98. |gift=This is a test
  99. |sale=This is a test
  100. }}
  101. </pre>
  102. <noinclude>
  103. [{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
  104. </noinclude>
  105.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement