User:Xanderox: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (table will autocapitalize rogue names)
No edit summary
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
Hey everybody! My name is Scott, and I'm a big fan of the SGU and an aspiring transcriptionist. I look forward to helping get this project ramped up again! I'm also slowly upgrading my regular Wikipedia skills. Here's my {{w|User:Xanderox|userpage}} over there.
Hey everybody! My name is Scott, and I'm a big fan of the SGU and an aspiring transcriptionist. I look forward to helping get this project ramped up again! I'm also slowly upgrading my regular Wikipedia skills. Here's my {{w|User:Xanderox|userpage}} over there.


== Desirable Template ==
Here are some things I want to do while I'm here:
For suggested placement near the end of the '''Science or Fiction''' section. Inspired by [[User:Bshirley#Desirable_Template]]  
* update generic formatting for comments like (laughter) (laughs) and [inaudible] (no capitalizations here)
* select all, copy, paste, find, and replace all [X]: with '''[X]:''' to bold all the Rogues' initials in the transcripts, as I have done in my first transcript, [[SGU Episode 762]].
* italicize all the ''It's time for "Science or Fiction"'' voiceovers
* create "new noisy" subsections in all the WTN sections
* get admins to add a "SoF with a theme" cat. table entry into the episode features subcategory
* Update the QoW collection table, SGU reading list, Favorite Rogues Quotes, University entries, etc.
* merge into or create "Signoff/Announcements" sections or just delete "Announcements" sections if it's just the voiceover Outro
* add wikitionary links to the [https://www.sgutranscripts.org/wiki/Category:What%27s_the_Word%3F What's the Word?] segments for definitions if it's not good for a wiki link
* add references next to the external links
* add a vocab list like the one in [[SGU Episode 581#Vocabulary|Episode 581]]
* get admins to move the entries for whole episodes to the end of category topics' lists so that segment redirects can be visible first


<pre>
== Templates I have made/like to use ==
{{SOFResults
|episodeNum=762
|fiction=less sensitive    <!--- short word or phrase representing the item --->
|rogue1=bob <!--- rogues in order of response --->
|answer1=less sensitive    <!--- short word or phrase representing the guess --->
|rogue2=steve
|answer2=less sensitive
|rogue3=evan
|answer3=less sensitive
|rogue4=cara
|answer4=think highly of
|host= jay      <!--- asker of the questions --->
<!-- for the result options below,
    only put a 'y' next to one. -->
|sweep=      <!-- all the Rogues guessed wrong -->
|clever=     <!-- each item was guessed (Steve's preferred result) -->
|win=y        <!-- at least one Rogue guessed wrong, but not them all -->
|swept=      <!-- all the Rogues guessed the correct answer -->
|otheritem1=more prevalent <!-- item not guessed -->
|otheritem2=negative smells
}}
</pre>


Outputs similar to the actual table at the end of SoF in [[SGU_Episode_762#Jay_explains_Item_.231|Episode 762]]:
I made a template for showing a colorful breakdown of the Science or Fiction results, based on a suggestion from user [[User:Bshirley#Desirable_Template|BShirley:]]


{|class="wikitable" |
<pre>{{SoFResults}}</pre> [[Template:SOFResults]] is a formatted entry for SoF colored results at the end of each SoF segment<br><br>
|+ SoF (762)


|'''Fiction'''
===Templates to use for quotes and cultural references===
|less sensitive


|-
<pre>{{42}}</pre> [[Template:42]] creates an in-line link to the Wikipedia subsection about {{w|The Hitchhiker's Guide to the Galaxy}} reference to the answer {{42}}. Useful for when you don't feel like typing out/copy-and-pasting the long link.<br><br>
!|Rogue
!|Guess


|- <span style="background:#ccffcc">
<pre>{{mostly dead}}</pre> [[Template:Mostly dead]] creates an in-line link to the {{mostly dead}} Wikiquote from {{w|''The Princess Bride'' (film)|''The Princess Bride''}}. Useful for when you don't feel like typing out the whole wikiquote link.<br><br>
|style="text-align:center" |'''Bob'''
|less sensitive


|- <span style="background:#ccffcc">
In both references above you can see in the markup that I used the templates! Clicking the link to the template in this Wiki will show you just how long the markup text being called is!
|style="text-align:center" |'''Steve'''
|less sensitive
 
|- <span style="background:#ccffcc">
|style="text-align:center" |'''Evan'''
|less sensitive
 
|- <span style="background:#ffcccc">
|style="text-align:center" |'''Cara'''
|think highly of
 
|-
!colspan=1|Host
!colspan=1|Result
 
|- style="background-color:#ffffcc"
|style="text-align:center" | '''Jay'''
|style="text-align:center" | '''win'''
 
|-
!colspan=2|other topics
|-
|colspan=2 style="text-align:center"|more prevalent
|-
|colspan ="2" style="text-align:center" | negative smells
|}
 
Suggested colorings:
 
{|class="wikitable"
!colspan=3|Host Colorings
|-
!style="background-color:#ccffcc"|sweep
|#ccffcc
|all the Rogues guessed an incorrect item
|-
!style="background-color:#ccccff"|clever
|#ccccff
|each item was guessed at least once (Steve's preferred result)
|-
!style="background-color:#ffffcc"|win
|#ffffcc
|at least one Rogue, but not them all, guessed correctly
|-
!style="background-color:#ffcccc"|swept
|#ffcccc
|all the Rogues guessed the correct answer
|-
!colspan=3|Rogue Colorings
|-
!style="background-color:#ccffcc"|correct
|#ccffcc
|correctly selected the fiction item
|-
!style="background-color:#ffcccc"|incorrect
|#ffcccc
|fell for the fiction item
 
|}
 
 
Template Output
<pre>
<!--- SOFResults template output --->
{|class="wikitable" | style="float:right;"
|+ SoF ({{{episodeNum}}})
 
|'''Fiction'''
|{{{fiction}}}
 
|-
!|Rogue
!|Guess
 
|- {{#if: {{{rogue1|}}} | {{#switch: {{{answer1}}} |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer1}}}=<span style="background:#ffcccc">}} | style="display: none;"}}
|style="text-align:center" |'''{{ucfirst:{{{rogue1}}}}}'''
|{{{answer1}}}
 
|- {{#if: {{{rogue2|}}} | {{#switch: {{{answer2}}} |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer2}}}=<span style="background:#ffcccc">}} | style="display: none;"}}
|style="text-align:center" |'''{{ucfirst:{{{rogue2}}}}}'''
|{{{answer2}}}
 
|- {{#if: {{{rogue3|}}} | {{#switch: {{{answer3}}} |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer3}}}=<span style="background:#ffcccc">}} | style="display: none;"}}
|style="text-align:center" |'''{{ucfirst:{{{rogue3}}}}}'''
|{{{answer3}}}
 
|- {{#if: {{{rogue4|}}} | {{#switch: {{{answer4}}} |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer4}}}=<span style="background:#ffcccc">}} | style="display: none;"}}
|style="text-align:center" |'''{{ucfirst:{{{rogue4}}}}}'''
|{{{answer4}}}
 
|- {{#if: {{{rogue5|}}} | {{#switch: {{{answer5}}} |{{{fiction}}}=<span style="background:#ccffcc">|{{{answer5}}}=<span style="background:#ffcccc">}} | style="display: none;"}}
|style="text-align:center" |'''{{ucfirst:{{{rogue5}}}}}'''
|{{{answer5}}}
 
|-
!colspan=1|Host
!colspan=1|Result
 
|- {{#if: {{{sweep|}}} | style="background-color:#ccffcc" | style="display: none;"}}
|style="text-align:center" | {{#if: {{{sweep|y}}} | '''{{ucfirst:{{{host}}}}}'''}}
|style="text-align:center" | {{#if: {{{sweep|y}}} | '''sweep'''}}
 
|- {{#if: {{{clever|}}} | style="background-color:#ccccff" | style="display: none;"}}
|style="text-align:center" | {{#if: {{{clever|y}}} | '''{{ucfirst:{{{host}}}}}'''}}
|style="text-align:center" | {{#if: {{{clever|y}}} | '''clever'''}}
 
|- {{#if: {{{win|}}} | style="background-color:#ffffcc" | style="display: none;"}}
|style="text-align:center" | {{#if: {{{win|y}}} | '''{{ucfirst:{{{host}}}}}'''}}
|style="text-align:center" | {{#if: {{{win|y}}} | '''win'''}}
 
|- {{#if: {{{swept|}}} | style="background-color:#ffcccc" | style="display: none;"}}
|style="text-align:center" | {{#if: {{{swept|y}}} | '''{{ucfirst:{{{host}}}}}'''}}
|style="text-align:center" | {{#if: {{{swept|y}}} | '''swept'''}}
 
|-
!colspan=2|other topics
|-
|colspan=2 style="text-align:center"|{{{otheritem1}}}
|- {{#if: {{{otheritem2|}}} | colspan ="2" style="text-align:center" {{{otheritem2}}} | style="display: none;"}}
| colspan ="2" style="text-align:center" | {{{otheritem2}}}
|- {{#if: {{{otheritem3|}}} | colspan ="2" style="text-align:center" {{{otheritem3}}} | style="display: none;"}}
| colspan ="2" style="text-align:center" | {{{otheritem3}}}
|}
<!--- end SOFResults --->
</pre>

Revision as of 09:52, 14 July 2020

Hey everybody! My name is Scott, and I'm a big fan of the SGU and an aspiring transcriptionist. I look forward to helping get this project ramped up again! I'm also slowly upgrading my regular Wikipedia skills. Here's my userpage over there.

Here are some things I want to do while I'm here:

  • update generic formatting for comments like (laughter) (laughs) and [inaudible] (no capitalizations here)
  • select all, copy, paste, find, and replace all [X]: with [X]: to bold all the Rogues' initials in the transcripts, as I have done in my first transcript, SGU Episode 762.
  • italicize all the It's time for "Science or Fiction" voiceovers
  • create "new noisy" subsections in all the WTN sections
  • get admins to add a "SoF with a theme" cat. table entry into the episode features subcategory
  • Update the QoW collection table, SGU reading list, Favorite Rogues Quotes, University entries, etc.
  • merge into or create "Signoff/Announcements" sections or just delete "Announcements" sections if it's just the voiceover Outro
  • add wikitionary links to the What's the Word? segments for definitions if it's not good for a wiki link
  • add references next to the external links
  • add a vocab list like the one in Episode 581
  • get admins to move the entries for whole episodes to the end of category topics' lists so that segment redirects can be visible first

Templates I have made/like to use

I made a template for showing a colorful breakdown of the Science or Fiction results, based on a suggestion from user BShirley:

{{SoFResults}}

Template:SOFResults is a formatted entry for SoF colored results at the end of each SoF segment

Templates to use for quotes and cultural references

{{42}}

Template:42 creates an in-line link to the Wikipedia subsection about The Hitchhiker's Guide to the Galaxy reference to the answer 42. Useful for when you don't feel like typing out/copy-and-pasting the long link.

{{mostly dead}}

Template:Mostly dead creates an in-line link to the "mostly dead" Wikiquote from The Princess Bride. Useful for when you don't feel like typing out the whole wikiquote link.

In both references above you can see in the markup that I used the templates! Clicking the link to the template in this Wiki will show you just how long the markup text being called is!