Difference between revisions of "User:Renegade"

From LGPedia
Jump to: navigation, search
m (Episode Page Framework)
(Shrinked the site appearance a little, updated template calls)
Line 1: Line 1:
 
==Linklist==
 
==Linklist==
 +
{{TOCright}}
 
Just for my personal convenience.
 
Just for my personal convenience.
 
*[[Special:Allpages|All Pages]]
 
*[[Special:Allpages|All Pages]]
Line 14: Line 15:
 
*[[LGPedia:Color Palette|Color Palette]]
 
*[[LGPedia:Color Palette|Color Palette]]
  
==Fonts==
+
==Portal New Vid Template==
*Lonelygirl15 (old): [http://www.myfonts.com/fonts/fontbureau/giza/threefive/ Giza ThreeFive]
+
<pre>{{PortalVideoNews
*Lonelygirl15 (new): [http://www.myfonts.com/fonts/linotype/myriad/ Myriad Pro Bold Italic]
+
|name        =
*Hymn Of One: [http://www.linotype.com/57322/bickhamscript-family.html Bickham Script Semibold]
+
|number      =
*KateModern: [http://www.myfonts.com/fonts/adobe/orator/slanted-2/ Orator Slanted]
+
|image        =
 +
|description  =
 +
|blogger      =
 +
|url          = {{lg15|}}
 +
|forumurl    =
 +
|new         = yes
 +
}}</pre>
  
 +
<div class="NavFrame" style="text-align: left; font-size: 100%; border: none; padding: 0px;">
 +
  <div class="NavHead" style="background-color: transparent; padding-top: 0em; margin-bottom: 0.8em;">
 
==Episode Page Framework==
 
==Episode Page Framework==
 +
</div>
 +
  <div class="NavContent" style="display:none;">
 
<pre>{{Blog
 
<pre>{{Blog
 
| name        = {{PAGENAME}}
 
| name        = {{PAGENAME}}
Line 72: Line 83:
 
| NextD      =  
 
| NextD      =  
 
}}
 
}}
{{EpHeader|}}
 
  
 
==Transcript==
 
==Transcript==
Line 79: Line 89:
 
==Notes==
 
==Notes==
 
</pre>
 
</pre>
 +
  </div>
 +
</div>
  
==Portal New Vid Template==
+
<div class="NavFrame" style="text-align: left; font-size: 100%; border: none; padding: 0px;">
<pre>{{Vid
+
  <div class="NavHead" style="background-color: transparent; padding-top: 0em; margin-bottom: 0.8em;">
|name        =  
+
|number      =  
+
|image        =
+
|description  =
+
|blogger      =
+
|date        = {{subst:CURRENTYEAR}}{{subst:CURRENTMONTH}}{{subst:CURRENTDAY}}
+
|url          = {{lg15|}}
+
|forumurl    =
+
|new          = yes
+
}}</pre>
+
 
+
 
==Snippets==
 
==Snippets==
 +
</div>
 +
  <div class="NavContent" style="display:none;">
 
===Generic way to safeguard an expression===
 
===Generic way to safeguard an expression===
 +
:'''''Note:''' I'm leaving this standing for completeness' sake, but recent versions of ParserFunction include <code><nowiki>{{#iferror:expression|error|success}}</nowiki></code>, or, shorter, <code><nowiki>{{#iferror:expression}}</nowiki></code> - the latter of which returns the expression only if it is valid. Once LGPedia's ParserFunctions are updated, this subsection is obsolete.''
 
This code can be used to protect parameters in mathematical templates, to make sure the input is either numerical or a valid expression.
 
This code can be used to protect parameters in mathematical templates, to make sure the input is either numerical or a valid expression.
 
<pre>{{#ifeq: {{#ifexpr: {{{1}}} |true|true}} | true | Is expression | Is not an expression}}</pre>
 
<pre>{{#ifeq: {{#ifexpr: {{{1}}} |true|true}} | true | Is expression | Is not an expression}}</pre>
Line 123: Line 127:
 
*'''Logical XOR:''' <code><nowiki>{{ #ifexpr: {{ #ifeq: {{{1}}} | yes | 1 | 0 }} != {{ #ifeq: {{{2}}} | yes | 1 | 0 }} | TRUE | FALSE }}</nowiki></code>
 
*'''Logical XOR:''' <code><nowiki>{{ #ifexpr: {{ #ifeq: {{{1}}} | yes | 1 | 0 }} != {{ #ifeq: {{{2}}} | yes | 1 | 0 }} | TRUE | FALSE }}</nowiki></code>
 
:Returns TRUE if either <nowiki>{{{1}}}</nowiki> or <nowiki>{{{2}}}</nowiki> but not both are set to "yes".
 
:Returns TRUE if either <nowiki>{{{1}}}</nowiki> or <nowiki>{{{2}}}</nowiki> but not both are set to "yes".
 
+
  </div>
<div style="position: absolute; right: 10px;">[[Special:Allmessages|<span style="color: #DDDDDD; font-size: 150%; font-family: serif;">&pi;</span>]] [[MediaWiki:Monobook.css|<span style="color: #DDDDDD;">θέλημα</span>]]</div>
+
</div>
 +
==Fonts==
 +
*Lonelygirl15 (old): [http://www.myfonts.com/fonts/fontbureau/giza/threefive/ Giza ThreeFive]
 +
*Lonelygirl15 (new): [http://www.myfonts.com/fonts/linotype/myriad/ Myriad Pro Bold Italic]
 +
*Hymn Of One: [http://www.linotype.com/57322/bickhamscript-family.html Bickham Script Semibold]
 +
*KateModern: [http://www.myfonts.com/fonts/adobe/orator/slanted-2/ Orator Slanted]
  
 
==Stuff broken on the main page==
 
==Stuff broken on the main page==
Line 130: Line 139:
 
*[http://www.lg15.com/lonelygirl15/?p=176 Video link of Disclosure: Cassie. We Are "They"] ([[Disclosure: Cassie. We Are "They"|Episode page]])
 
*[http://www.lg15.com/lonelygirl15/?p=176 Video link of Disclosure: Cassie. We Are "They"] ([[Disclosure: Cassie. We Are "They"|Episode page]])
 
*"Permanent link to this video" ''always'' links to [http://www.lg15.com/lonelygirl15/?p=307 307] ([[lonelygirl15 Season 1 Recap]])
 
*"Permanent link to this video" ''always'' links to [http://www.lg15.com/lonelygirl15/?p=307 307] ([[lonelygirl15 Season 1 Recap]])
 +
 +
==List of redesign pages to delete from my userspace==
 +
*[[User:Renegade/Portal:Lonelygirl15]]
 +
*[[User:Renegade/Portal:Lonelygirl15/Character Row/CharBox]]
 +
*[[User:Renegade/Portal:Lonelygirl15/Character Row]]
 +
*[[User:Renegade/Portal:Lonelygirl15/Content]]
 +
*[[User:Renegade/Portal:Lonelygirl15/News]]
 +
*[[User:Renegade/Portal:Lonelygirl15/News/Template]]
  
 
[[Category:Hardwork Medal recipients|{{PAGENAME}}]]
 
[[Category:Hardwork Medal recipients|{{PAGENAME}}]]
 
[[Category:Spam Patrol|{{PAGENAME}}]]
 
[[Category:Spam Patrol|{{PAGENAME}}]]
 +
<div style="position: absolute; right: 10px;">[[Special:Allmessages|<span style="color: #DDDDDD; font-size: 150%; font-family: serif;">&pi;</span>]] [[MediaWiki:Monobook.css|<span style="color: #DDDDDD;">θέλημα</span>]]</div>

Revision as of 05:12, 22 April 2008

Linklist

Just for my personal convenience.

Portal New Vid Template

{{PortalVideoNews
|name         = 
|number       = 
|image        = 
|description  = 
|blogger      = 
|url          = {{lg15|}}
|forumurl     = 
|new          = yes
}}

Fonts

Stuff broken on the main page

List of redesign pages to delete from my userspace