Difference between revisions of "Template:PR"

From Paradise Station Wiki
Jump to navigation Jump to search
Line 16: Line 16:
}}
}}
|- style="background-color: #{{#if:{{{fileschanged|}}}|FFFFFF|F7F7F7}};"
|- style="background-color: #{{#if:{{{fileschanged|}}}|FFFFFF|F7F7F7}};"
{{#if: {{{status|}}}|
{{!}}- style="background-color: #F7F7F7;"
{{!}} style="background-color: #FF88EE;" {{!}} '''Status'''
{{!}} {{{status}}}
}}
|- style="background-color: #{{#if:{{{status|}}}|FFFFFF|F7F7F7}};"
| style="background-color: #FF88EE;" | '''Description'''
| style="background-color: #FF88EE;" | '''Description'''
| {{{desc|Undefined.}}}
| {{{desc|Undefined.}}}
Line 53: Line 59:
| link = github.com/linkylink
| link = github.com/linkylink
| fileschanged = File.dm, Filefile.dm
| fileschanged = File.dm, Filefile.dm
| status = nonexistant
}}
}}
<code>
<code>
Line 68: Line 75:


<nowiki> | fileschanged = File.dm, Filefile.dm </nowiki>
<nowiki> | fileschanged = File.dm, Filefile.dm </nowiki>
<nowiki> | status = nonexistant </nowiki>


<nowiki> }} </nowiki>
<nowiki> }} </nowiki>

Revision as of 18:39, 19 March 2015

Title
PR Number Undefined.
Link Undefined.
Author Undefined.
Description Undefined.


Example:

Change GIbbah
PR Number #405
Link github.com/blablabla
Author tigah
Description kills cats.


{{PR

| title = Change GIbbah

| prnum = #405

| desc = kills cats.

| auth = tigah

<nowiki> }}

Adv Example:

Change GIbbah
PR Number #405
Link github.com/linkylink
Author tigah
Files Changed File.dm, Filefile.dm
Status nonexistant
Description kills cats.


{{PR

| title = Change GIbbah

| prnum = #405

| desc = kills cats.

| auth = tigah

| link = github.com/linkylink

| fileschanged = File.dm, Filefile.dm

| status = nonexistant

}}