Difference between revisions of "User:Sirryan2002"

From Paradise Station Wiki
Jump to navigation Jump to search
(blanked draft template)
Tag: Blanking
Line 1: Line 1:
<div style="background-color:#ccdcff;border:2px solid #999999; padding:10px;" width="100%">
{|
|-
| <span style="font-weight:bold;font-size:200%; vertical-align:bottom; color:#555555;">[[File:TemplateIcon.png|float:left]] {{FULLPAGENAME}} Documentation </span>
| <nowiki>[</nowiki>[https://www.paradisestation.org/wiki/index.php?title={{FULLPAGENAME}}&action=edit Edit]<nowiki>]</nowiki> <nowiki>[</nowiki>[https://www.paradisestation.org/wiki/index.php?title={{FULLPAGENAME}}&action=history History]<nowiki>]</nowiki>
|}
<hr>
__NOTOC__
==Implementation==
<div style="background-color:#f2f2f2;  padding:10px;" width="80%">{{{ImplementationCode}}}
</div>
==Usage==
<div style="background-color:#f2f2f2;  padding:10px;" width="80%">{{{Usage}}}
</div>
==Variables==
<div style="background-color:#f2f2f2;  padding:10px;" width="80%">
{{#if: {{{V1|}}} | <b>{{{V1}}}</b> = {{{VD1}}} <br> | }}{{#if: {{{V2|}}} | <b>{{{V2}}}</b> = {{{VD2}}} <br> | }}{{#if: {{{V3|}}} | <b>{{{V3}}}</b> = {{{VD3}}} <br> | }}{{#if:{{{V4|}}} | <b>{{{V4}}}</b> = {{{VD4}}} <br> | }}{{#if: {{{V5|}}} | <b>{{{V5}}}</b> = {{{VD5}}} <br> | }}{{#if: {{{V6|}}} | <b>{{{V6}}}</b> = {{{VD6}}} <br> | }}{{#if: {{{V7|}}} | <b>{{{V7}}}</b> = {{{VD7}}} <br> | }}{{#if: {{{V8|}}} | <b>{{{V8}}}</b> = {{{VD8}}} <br> | }}{{#if: {{{V9|}}} | <b>{{{V9}}}</b> = {{{VD9}}} <br> | }}{{#if:{{{V10|}}} | <b>{{{V10}}}</b> = {{{VD10}}} <br> | }}{{#if: {{{V11|}}} | <b>{{{V11}}}</b> = {{{VD11}}} <br> | }}{{#if: {{{V12|}}} | <b>{{{V12}}}</b> = {{{VD12}}} <br> | }}{{#if: {{{V13|}}} | <b>{{{V13}}}</b> = {{{VD13}}} <br> | }}{{#if: {{{V14|}}} | <b>{{{V14}}}</b> = {{{VD14}}} <br> | }}{{#if: {{{V15|}}} | <b>{{{V15}}}</b> = {{{VD15}}} <br> | }}
</div>


==Notes and Warnings==
<div style="background-color:#f2f2f2;  padding:10px;" width="80%">
{{{Notes|}}}
<hr>
{{{Warnings|}}}
</div>
==Example==
<div style="background-color:#f2f2f2;  padding:10px;" width="80%">
{{{ExampleCode}}}
</div><hr> <div style="background-color:#f2f2f2;  padding:10px;" width="80%">
{{{Example}}}
</div>
===Example Pages===
<hr> <div style="background-color:#f2f2f2;  padding:10px;" width="80%">
{{#if: {{{ExamplePage1|}}} | [[{{{ExamplePage1|}}}]]<br> | }}
{{#if: {{{ExamplePage2|}}} | [[{{{ExamplePage2|}}}]]<br> | }}
{{#if: {{{ExamplePage3|}}} | [[{{{ExamplePage3|}}}]]<br> | }}
</div>
<includeonly>[[Category:Templates]]</includeonly>
</div>
<br>
<br>
<div style="background-color:#ccdcff;border:2px solid #999999; padding:10px;" width="100%">
<div style="background-color:#f2f2f2;  padding:10px;" width="80%">
To implement your own Documentation on another template page or to understand how to use the Documentation template, please see [[Template:Documentation]]
</div>
</div>
<noinclude>
<br>
{{User:Sirryan2002
| ImplementationCode=<pre>
{{Template:Wip
| assign=
|
}}
</pre>
| V1=assign | VD1=The name of the user assigned to the page
| Usage= Use this template on any page that is not finished and is in the writing process, this can be in reference to an entire article or just a section of the article. This template should always go on the top of the page above any content on the page.
| Notes=This template will automatically place any page it is used on in the [[:Category:Work in Progress]]
| Warnings=You should not try and specify namespace for the assign variable because it is already taken care of in the code. If you choose to define the namespace it will break the User page link.
| ExampleCode=<pre>{{Template:Wip|assign=Sirryan2002}}</pre>
| Example={{Template:Wip|assign=Sirryan2002}}
| ExamplePage1=Guide to Lavaland
}}
</noinclude>

Revision as of 21:02, 23 January 2021