If you are looking for Information about PSU Clementine, Go check their Wiki
Difference between revisions of "Template:RareY"
From The re-PSUPedia
m (Naw. So this it is.) |
m (Found a new issue. Looking into it now. Crazy wiki parsing...) |
||
| Line 2: | Line 2: | ||
<noinclude>==Example== | <noinclude>==Example== | ||
| − | Using the | + | Using the following code: |
<pre>{{RareY |spawn= Koltova x4}}</pre> | <pre>{{RareY |spawn= Koltova x4}}</pre> | ||
| Line 8: | Line 8: | ||
The following result was created: | The following result was created: | ||
| − | {{RareY |spawn= Koltova x4}}</noinclude> | + | {{RareY |spawn= Koltova x4}} |
| + | |||
| + | --- | ||
| + | |||
| + | Using the following code: | ||
| + | |||
| + | <pre>{| class="wikitable" style="text-align:center" | ||
| + | |- | ||
| + | | {{RareN |spawn= Koltova x4}} | ||
| + | | Test | ||
| + | |}</pre> | ||
| + | |||
| + | The following result was created: | ||
| + | |||
| + | {| class="wikitable" style="text-align:center" | ||
| + | |- | ||
| + | | {{RareN |spawn= Koltova x4}} | ||
| + | | Test | ||
| + | |} | ||
| + | |||
| + | --- | ||
| + | |||
| + | Using the following code: | ||
| + | |||
| + | <pre>{{RareN |spawn= Koltova x4}} test</pre> | ||
| + | |||
| + | The following result was created: | ||
| + | |||
| + | {{RareN |spawn= Koltova x4}} test | ||
| + | |||
| + | --- | ||
| + | |||
| + | Using the following code: | ||
| + | |||
| + | <pre>{| class="wikitable" style="text-align:center" | ||
| + | |- | ||
| + | | {{RareN |spawn= Koltova x4}} test | ||
| + | | Test | ||
| + | |}</pre> | ||
| + | |||
| + | The following result was created: | ||
| + | |||
| + | {| class="wikitable" style="text-align:center" | ||
| + | |- | ||
| + | | {{RareN |spawn= Koltova x4}} test | ||
| + | | Test | ||
| + | |} | ||
| + | |||
| + | </noinclude> | ||
Revision as of 20:33, 23 December 2007
Example
Using the following code:
{{RareY |spawn= Koltova x4}}
The following result was created:
Koltova x4
---
Using the following code:
{| class="wikitable" style="text-align:center"
|-
| {{RareN |spawn= Koltova x4}}
| Test
|}
The following result was created:
| Koltova x4 | Test |
---
Using the following code:
{{RareN |spawn= Koltova x4}} test
The following result was created:
Koltova x4 test
---
Using the following code:
{| class="wikitable" style="text-align:center"
|-
| {{RareN |spawn= Koltova x4}} test
| Test
|}
The following result was created:
| Koltova x4 test | Test |