Difference between revisions of "Troupe Member Blog"

From A3! Wiki
(Omi's entry)
 
(440 intermediate revisions by 17 users not shown)
Line 1: Line 1:
{{#css:
+
<b>Troupe Member Blog</b> (劇団員ブログ <i>Gekidanin BUROGU</i>) was introduced into the game in the 2.0.0 update, accessible via the mobile phone icon on the home screen. It features blog posts written by the [[Main Characters|members of MANKAI Company]].
.blog {
+
This page contains all blog posts released in 2022. For posts released from 2018 to 2021, please check the respective archive pages under "Archives".
    position: relative;
+
{{TOClimit|3}}
    display: -webkit-box;
+
=Archives=
    display: -ms-flexbox;
+
[[MANKAI Company Blog Archives]] (2018/1/29 - 2018/9/28) - printed book release
    display: flex;
 
    -webkit-box-orient: vertical;
 
    -webkit-box-direction: normal;
 
    -ms-flex-direction: column;
 
    flex-direction: column;
 
    min-width: 0;
 
    word-wrap: break-word;
 
    background-color: #fff;
 
    background-clip: border-box;
 
    border: 1px solid rgba(0,0,0,.125);
 
    border-radius: .25rem;
 
}
 
  
.blog-header:first-child {
+
[[MANKAI Company Blog Archives 2]] (2018/10/2 - 2019/5/24) - printed book release
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
 
}
 
  
.blog-header {
+
[[Blog Archives 2019]] (2019/06/02 - 2019/12/31)
    padding: .75rem 1.25rem;
 
    margin-bottom: 0;
 
    text-align: center;
 
    background-color: rgba(0,0,0,.03);
 
    border-bottom: 1px solid rgba(0,0,0,.125);
 
}
 
  
.blog-body {
+
[[Blog Archives 2020]] (2020/01/01 - 2020/12/31)
    -webkit-box-flex: 1;
 
    -ms-flex: 1 1 auto;
 
    flex: 1 1 auto;
 
    padding: 1.25rem;
 
}
 
  
.blog-title {
+
[[Blog Archives 2021]] (2021/01/01 - 2021/12/31)
    margin-bottom: .75rem;
 
}
 
  
.blog-header, .blog-title {
+
[[Blog Archives 2022]] (2022/01/01 - 2022/12/31)
    font-size: 1.25rem;
 
}
 
  
.blog-footer:last-child {
+
=Blog Posts=
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
+
{{#cargo_query: tables=Blog_List, Blog_Content
}
+
|join on=Blog_List.number = Blog_Content.number
 +
|fields=Blog_List.startdate = Date, CONCAT('[[File:',Blog_List.chara, ' SD Icon Round.png|33px|middle]] [[', Blog_List.chara,']]') = Author, CONCAT('[[Troupe Member Blog#Blog-',Blog_Content.number,'|',Blog_Content.title,']]') = Title, Blog_Content.translator = Translator
 +
|where=Blog_Content.type = 'Blog' AND Blog_Content.number > 408
 +
|group by=Blog_List.startdate
 +
|format=dynamic table
 +
|limit=500
 +
}}
  
.blog-footer {
+
==January 2023==
    padding: .75rem 1.25rem;
+
{{Blog/List|number=409|startdate=01 Jan 23|enddate=03 Jan 23|event=|chara=Banri|unlockby=|image=2023-01-01 Banri Blog.jpg|image_charas=Banri}}
    background-color: rgba(0,0,0,.03);
+
{{Blog/Content|number=409|type=Blog|orderby=
    border-top: 1px solid rgba(0,0,0,.125);
+
|title=New Year’s Greetings
}
+
|content=Autumn Troupe’s Settsu Banri.
  
.translatorcredit {
+
Happy New Year to everyone.  
    border: none;
+
Thank you again for all the support that we received all throughout the past year.
    background-color: transparent;
+
We hope to continue to be in your patronage for this year as well.
}
 
  
.translator {
+
…That should be good enough for the New Year greetings, right? Sakyo-san said that I should make sure to write down some proper greetings since I’m the one in charge of the blog update for the New Year.
    margin-top: 0!important;
 
    margin-bottom: 0!important;
 
}
 
}}
 
<b>Troupe Member Blog</b> (劇団員ブログ <i>Gekidanin BUROGU</i>) was introduced into the game in the 2.0.0 update, accessible via the mobile phone icon on the home screen. It features blog posts written by the [[Main Characters|members of MANKAI Company]].
 
  
==Blog Posts==
+
As I was saying… HNY everyone.
===January 2018===
+
Thanks again for watching our performances and streams last year. I’m grateful for any and every kind of support that we got from everyone. We can definitely hear you all rooting for us, so don’t you ever forget that. We’ll make sure to give you memories that you won’t get tired of, so please continue to support MANKAI Company from here on out too.
<div class="blog">
 
  <div class="blog-header">[[Sakuya Sakuma]]</div>
 
  <div class="blog-body">
 
    <div class="blog-title">Hello everyone!</div>
 
    <p>This is Spring Troupe's leader, Sakuya Sakuma.<br>
 
We've been running a troupe blog for a while, but Sakyo-san suggested we renew it, so here we are.<br>
 
I'll leave his comment here.</p>
 
  
<p>Absurd Japanese, a ridiculous number of typographical errors, far too personal blog posts...<br>
+
Now then, for some live updates from here.
This troupe blog was simply not doing its job in any way or form; in order to do away with this situation, we decided to re-examine the ways of blogging. From now on, we'll run this blog under proper rules.<br>
 
I'll do my best to proofread, but if you see some unsightly posts here and there, please let them slide.</p>
 
  
<p>...That's all!<br>
+
The guys from the troupe are here right now doing our first shrine visit of the year. There’s a whole lot more people than we thought there’d be, so we might just split up for the time being.
There's no particular order for these blog posts... it seems like whoever wants to write next will write next!<br>
+
…Aaaand just as I wrote that, I’ve already lost sight of everyone. These guys here are really too free-spirited, but I guess that’s just the usual.
Please look forward to our next update!</p>
 
  </div>
 
  <div class="blog-footer">{{Translator|name=healingbonds}}</div>
 
</div>
 
  
===February 2018===
+
Anyway, Sakuya and the others are waiting. It’s so freakin’ cold too, so I’m gonna go grab some <i>amazake</i> to drink.
<div class="blog">
+
[[File:2023-01-01 Banri Blog.png]]
  <div class="blog-header">[[Fushimi Omi]]</div>
+
Catch you all later.
  <div class="blog-body">
+
|translator=Dita
    <div class="blog-title">A Big Uproar</div>
+
}}
<p>Hello. Fushimi Omi from Autumn Troupe here.<br>
 
This is only the second entry of this blog, I thought I have to do it properly so in the beginning I typed it all formally, but Sakyo-san told me… <br>
 
"Too stiff. Write it more roughly so the fans can read it more easily. It's not an essay see".<br>
 
I think the others will write like this too.</p>
 
  
<p>The preface was long but…</p>
+
{{Blog/List|number=410|startdate=05 Jan 23|enddate=07 Jan 23|event=|chara=Misumi|unlockby=|image=|image_charas=}}
 +
{{Blog/Content|number=410|type=Blog|orderby=
 +
|title=あけおめ△
 +
|content=
 +
|translator=
 +
}}
  
<p>The truth is the other day the oven in the dorms broke down, there was a real uproar. <br>
+
==Relay Blog Project 2023==
Fortunately, the cause was the looseness of some parts so I asked Tasuku-san and he fixed it the day after but…<br>
 
On that day I couldn't make sweets see.<br>
 
I made a promise to bake chocolate cookies with Muku so both him and Juza were extremely depressed, my heart was in pain.</p>
 
  
<p>So, I went to a popular Western sweets store in Veludo Way and bought cookies, but I was surprised to see the interior of the store was all Valentine themed.</p>
+
<!--EMPTY TEMPLATES for C&P-ing
 +
1. Fill in one {{Blog/List}} template per blog post.
 +
2. Fill in one {{Blog/Content}} template per translation.
 +
3. Not all fields need to be filled in. Don't worry if the formatting looks broken when you preview/first save - if you refresh the page after saving or purge cache, it should fix itself.
  
<p>Thinking of which it's Valentine soon huh.<br>
+
Blank templates:
Good thing the oven was fixed quickly. <br>
+
{{Blog/List|number=|startdate=|enddate=|event=|chara=|unlockby=|image=|image_charas=}}
Seems like this year too I'll be able to give sweets to all the Company members.</p>
+
{{Blog/Content|number=|type=Blog|orderby=
 +
|title=
 +
|content=
 +
|translator=
 +
}}
  
<p>Speaking of which, on the way home I passed by the Actor's Café and seemed like they were working on the interior design. <br>
+
More detailed template formatting instructions:
They might open it for a limited time again. <br>
+
{{Blog/List
By the way, Actor's Café is a café were actors serve customers while playing a role and the cooking and desserts are something too.<br>
+
|number=
If you have the chance, come take a look.</p>
+
|startdate=DD MMM YY eg 01 May 18
 
+
|enddate (if different to startdate) =DD MMM YY
 
+
|event=
  </div>
+
|chara=Firstname eg Sakuya
  <div class="blog-footer">{{Translator|name=Hoshiko}}</div>
+
|unlockby (if relevant)=Unlock up to ___ of ___.
</div>
+
|image (if relevant)=YYYY-MM-DD CharacterFirstName Blog
 +
|image_charas (if relevant)=
 +
}}
 +
{{Blog/Content
 +
|number= (same as in Blog/List)
 +
|type=Blog
 +
|title=
 +
|content= No need to code in line breaks, unless there is a double line break (as in the relay blogs
 +
|orderby (if this is an alternate translation)=
 +
|translator= As you would like it shown eg A3Wiki or [[A3Wiki]]
 +
}}
 +
-->
 +
{{Notes}}

Latest revision as of 20:22, 1 July 2024

Troupe Member Blog (劇団員ブログ Gekidanin BUROGU) was introduced into the game in the 2.0.0 update, accessible via the mobile phone icon on the home screen. It features blog posts written by the members of MANKAI Company. This page contains all blog posts released in 2022. For posts released from 2018 to 2021, please check the respective archive pages under "Archives".

Archives[edit]

MANKAI Company Blog Archives (2018/1/29 - 2018/9/28) - printed book release

MANKAI Company Blog Archives 2 (2018/10/2 - 2019/5/24) - printed book release

Blog Archives 2019 (2019/06/02 - 2019/12/31)

Blog Archives 2020 (2020/01/01 - 2020/12/31)

Blog Archives 2021 (2021/01/01 - 2021/12/31)

Blog Archives 2022 (2022/01/01 - 2022/12/31)

Blog Posts[edit]

Date Author Title Translator
Date Author Title Translator
01 Jan 23 Banri SD Icon Round.png Banri New Year’s Greetings Dita
05 Jan 23 Misumi SD Icon Round.png Misumi あけおめ△


January 2023[edit]

Settsu Banri Motif.png
New Year’s Greetings

Viewing Period: 01 Jan 23 to 03 Jan 23

Autumn Troupe’s Settsu Banri.

Happy New Year to everyone.
Thank you again for all the support that we received all throughout the past year.
We hope to continue to be in your patronage for this year as well.

…That should be good enough for the New Year greetings, right? Sakyo-san said that I should make sure to write down some proper greetings since I’m the one in charge of the blog update for the New Year.

As I was saying… HNY everyone.
Thanks again for watching our performances and streams last year. I’m grateful for any and every kind of support that we got from everyone. We can definitely hear you all rooting for us, so don’t you ever forget that. We’ll make sure to give you memories that you won’t get tired of, so please continue to support MANKAI Company from here on out too.

Now then, for some live updates from here.

The guys from the troupe are here right now doing our first shrine visit of the year. There’s a whole lot more people than we thought there’d be, so we might just split up for the time being.
…Aaaand just as I wrote that, I’ve already lost sight of everyone. These guys here are really too free-spirited, but I guess that’s just the usual.

Anyway, Sakuya and the others are waiting. It’s so freakin’ cold too, so I’m gonna go grab some amazake to drink.
2023-01-01 Banri Blog.png
Catch you all later.


Translator: Dita



Ikaruga Misumi Motif.png
あけおめ△

Viewing Period: 05 Jan 23 to 07 Jan 23

 

Relay Blog Project 2023[edit]

Notes