Difference between revisions of "Template:BeginTable OtherLang"

From Detective Conan Wiki
(making translation as an optional column since some tables dont require/use translation)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<includeonly>{| class="wikitable sortable"
 
<includeonly>{| class="wikitable sortable"
! Language || Name {{#if:{{{notes|}}}| {{!}}{{!}} Notes}}</includeonly>
+
! Language || Name{{#if:{{{notes|}}}| {{!}}{{!}} Notes}}{{#if:{{{translation|}}}| {{!}}{{!}} Translation}}</includeonly>
 
<noinclude>Displays the beginning of a table showing a list of any other topic.  
 
<noinclude>Displays the beginning of a table showing a list of any other topic.  
  
* Add the following parameter to add a "Notes" column:
+
* Add the following parameters to add a "Notes" and "Translation" columns:
 
<pre>
 
<pre>
{{Begin Table OtherLang|notes=1}}
+
{{Begin Table OtherLang|notes=1|translation=1}}
 
</pre>
 
</pre>
  
 
[[Category:Templates]]</noinclude>
 
[[Category:Templates]]</noinclude>

Latest revision as of 09:08, 29 April 2021

Displays the beginning of a table showing a list of any other topic.

  • Add the following parameters to add a "Notes" and "Translation" columns:
{{Begin Table OtherLang|notes=1|translation=1}}