Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "Template:DLC/Documentation"

From AppleGamingWiki, the wiki about gaming on M1 Apple silicon Macs
(d)
 
m (d)
 
Line 15: Line 15:
 
<pre>
 
<pre>
 
{{DLC|
 
{{DLC|
{{DLC/row| Some DLC name | Relevant details | Windows, OS X, Linux}}
+
{{DLC/row| Some DLC name | Relevant details | macOS, iPadOS }}
{{DLC/row| Some other DLC | More relevant details | Windows, Linux}}
+
{{DLC/row| Some other DLC | More relevant details | macOS }}
 
}}
 
}}
 
</pre>
 
</pre>
Line 22: Line 22:
 
<li value="4">Result:</li>
 
<li value="4">Result:</li>
 
{{DLC|
 
{{DLC|
{{DLC/row| Some DLC name | Relevant details | Windows, OS X, Linux}}
+
{{DLC/row| Some DLC name | Relevant details | macOS, iPadOS }}
{{DLC/row| Some other DLC | More relevant details | Windows, Linux}}
+
{{DLC/row| Some other DLC | More relevant details | macOS }}
 
}}
 
}}
 
</ol>
 
</ol>

Latest revision as of 18:20, 23 January 2021

  1. Create the table
  2. {{DLC|
    --rows go here--
    }}
    
  3. Construct a new row:
  4. {{DLC/row| Name | Notes | OS }}
    
  5. Add rows to the table:
  6. {{DLC|
    {{DLC/row| Some DLC name | Relevant details | macOS, iPadOS }}
    {{DLC/row| Some other DLC | More relevant details | macOS }}
    }}
    
  7. Result:
  8. Name Notes
    Some DLC name Relevant details
    macOS
    iPadOS
    Some other DLC More relevant details
    macOS