Template:Issue: Difference between revisions

From Archaelund Wiki
(Created page with "<onlyinclude><includeonly><table class="wikitable mw-collapsible mw-collapsed" style="width:100%"> <tr> <th style="width:1em; text-align:center; vertical-align:top;">Issue:</th> <th style="text-align:left;">{{{Issue|}}}</th> </tr> <tr> <td style="width:1em; text-align:center; vertical-align:top;>Solution:</td> <td style="text-align:left;">{{{Solution|}}}</td> </tr> </table></includeonly></onlyinclude> {{Documentation}} Category:General Templates")
 
No edit summary
Line 1: Line 1:
<onlyinclude><includeonly><table class="wikitable mw-collapsible mw-collapsed" style="width:100%">
<onlyinclude><includeonly><table class="wikitable mw-collapsible mw-collapsed" style="width:100%">
<tr>
<tr>
<th style="width:1em; text-align:center; vertical-align:top;">Issue:</th>
<th style="width:1em; text-align:right; vertical-align:top;">Issue:</th>
<th style="text-align:left;">{{{Issue|}}}</th>
<th style="text-align:left;">{{{Issue|}}}</th>
</tr>
</tr>
<tr>
<tr>
<td style="width:1em; text-align:center; vertical-align:top;>Solution:</td>
<td style="width:1em; text-align:right; vertical-align:top;>Solution:</td>
<td style="text-align:left;">{{{Solution|}}}</td>
<td style="text-align:left;">{{{Solution|}}}</td>
</tr>
</tr>

Revision as of 20:11, 10 January 2024

Description

This template generates an entry for Known Issue / Bug pages.

Usage

{{Issue
|Issue = 
|Solution = 
}}

Parameters

NameRequiredDescriptionValues
IssueYesThe known issue.arbitrary text
SolutionYesOne or more possible solutions / workarounds.arbitrary text

View/Edit documentation page