Form:Mission: Difference between revisions
Jump to navigation
Jump to search
Admin (talk | contribs) (Created page with "<noinclude> Enter a mission name to create or edit a page: {{#forminput:form=Mission|preload=Form:Create_Mission/Preload}} </noinclude> <includeonly> {{{for template|Infobox Mission}}} {| class="formtable game-form-table" |- ! colspan="2" style="text-align: left; padding-top: 10px;" | <div class="mw-collapsible mw-collapsed form-help-box"> '''Formatting help''' <div class="mw-collapsible-content"> ; Internal links <code><nowiki>Page name</nowiki></code><br> <code...") |
|||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Enter a mission name to create or edit a page: | Enter a mission or quest name to create or edit a page: | ||
{{#forminput:form=Mission|preload=Form:Create_Mission/Preload}} | {{#forminput:form=Mission|preload=Form:Create_Mission/Preload}} | ||
</noinclude> | </noinclude> | ||
| Line 7: | Line 7: | ||
{{{for template|Infobox Mission}}} | {{{for template|Infobox Mission}}} | ||
{| class="formtable game-form-table" | {| class="formtable game-form-table" | ||
|- | |- | ||
! colspan="2" style="text-align: left; padding-top: 10px;" | | ! colspan="2" style="text-align: left; padding-top: 10px;" | | ||
| Line 19: | Line 18: | ||
; External links | ; External links | ||
<code><nowiki>[https://certified.wiki LinkTextHere]</nowiki></code> | <code><nowiki>[https://certified.wiki/Help:User_Guide LinkTextHere]</nowiki></code> | ||
; Categories | ; Categories | ||
| Line 45: | Line 44: | ||
<hr> | <hr> | ||
[https://certified.wiki Open the full User Guide]] | [https://certified.wiki/Help:User_Guide Open the full User Guide]] | ||
</div> | </div> | ||
</div> | </div> | ||
|- | |- | ||
! colspan="2" style="text-align: left; border-bottom: 2px solid #8e8e8e; padding-top: 20px;" | | ! colspan="2" style="text-align: left; border-bottom: 2px solid #8e8e8e; padding-top: 20px;" | | ||
<h2 style="margin:0; border:none;"> | <h2 style="margin:0; border:none;">Mission Details</h2> | ||
|- | |- | ||
! Mission Image: | ! Mission Image: | ||
| style="padding-bottom: 15px;" | {{{field|image|input type=combobox|uploadable|values from namespace=File|remote autocompletion|image preview|default filename=<pagename> Screenshot}}} | | style="padding-bottom: 15px;" | {{{field|image|input type=combobox|uploadable|values from namespace=File|remote autocompletion|image preview|default filename=<pagename> Screenshot}}} | ||
<div style="font-size: 90%;">'' | <div style="font-size: 90%;">''Upload a screenshot of the mission start or location.''</div> | ||
|- | |||
! Game: | |||
| style="padding-bottom: 15px;" | {{{field|base_game|input type=tokens|values from category=Video Games|list|delimiter=,}}} | |||
<div style="font-size: 90%;">''The game where this mission is found''</div> | |||
|- | |- | ||
! | ! Quest Giver: | ||
| style="padding-bottom: 15px;" | {{{field| | | style="padding-bottom: 15px;" | {{{field|quest_giver|input type=text|placeholder=e.g. Forklift Mechanic}}} | ||
|- | |- | ||
! Location(s): | ! Location(s): | ||
| style="padding-bottom: 15px;" | {{{field| | | style="padding-bottom: 15px;" | {{{field|locations|input type=text|list|delimiter=,|placeholder=e.g. Alpha Mail Warehouse}}} | ||
|- | |- | ||
! | ! Prerequisites: | ||
| style="padding-bottom: 15px;" | {{{field| | | style="padding-bottom: 15px;" | {{{field|prereqs|input type=text|list|delimiter=,|placeholder=e.g. Previous Mission Name}}} | ||
|- | |- | ||
! | ! Reward(s): | ||
| style="padding-bottom: 15px;" | {{{field| | | style="padding-bottom: 15px;" | {{{field|rewards|input type=text|list|delimiter=,|placeholder=e.g. 500 XP}}} | ||
|- | |- | ||
! Mission Type: | ! Mission Type: | ||
| style="padding-bottom: 15px;" | {{{field| | | style="padding-bottom: 15px;" | {{{field|mission_type|input type=tokens|list|delimiter=,|values=Main Quest, Side Quest, Random Encounter, Tutorial}}} | ||
|- | |- | ||
! | ! Difficulty: | ||
| {{{field| | | {{{field|difficulty|input type=dropdown|values=Easy, Medium, Hard}}} | ||
|- | |- | ||
! Optional 1: | ! Optional 1: | ||
| Label: {{{field|label1}}} | | Label: {{{field|label1}}} | ||
Data: {{{field|data1}}} | Data: {{{field|data1}}} | ||
|- | |- | ||
! Optional 2: | ! Optional 2: | ||
| Label: {{{field|label2}}} | | Label: {{{field|label2}}} | ||
Data: {{{field|data2}}} | Data: {{{field|data2}}} | ||
|- | |- | ||
! Optional 3: | ! Optional 3: | ||
| Line 106: | Line 90: | ||
Data: {{{field|data3}}} | Data: {{{field|data3}}} | ||
{{{end template}}} | {{{end template}}} | ||
|} | |} | ||
{{{for template|Content Mission}}} | {{{for template|Content Mission}}} | ||
{| class="formtable game-form-table" | {| class="formtable game-form-table" | ||
|- | |- | ||
! colspan="2" style="text-align: left; border-bottom: 2px solid #8e8e8e; padding-top: 20px;" | | ! colspan="2" style="text-align: left; border-bottom: 2px solid #8e8e8e; padding-top: 20px;" | | ||
<h2 style="margin:0; border:none;"> | <h2 style="margin:0; border:none;">Mission Content</h2> | ||
|- | |- | ||
! Introduction: | ! Introduction: | ||
| {{{field|introduction|input type=textarea|rows=5|autogrow}}} | | {{{field|introduction|input type=textarea|rows=3|autogrow}}} | ||
<div style="font-size: 90%;">'' | <div style="font-size: 90%;">''Briefly describe the story setup for this mission.''</div> | ||
|- | |||
! Objectives: | |||
| {{{field|objectives|input type=textarea|rows=5|autogrow}}} | |||
<div style="font-size: 90%;">''List the specific goals (use * for bullets).''</div> | |||
|- | |||
! Walkthrough: | |||
| {{{field|walkthrough|input type=textarea|rows=10|autogrow}}} | |||
<div style="font-size: 90%;">''Detailed steps to complete the mission.''</div> | |||
|- | |- | ||
! | ! Dialogue: | ||
| {{{field| | | {{{field|dialogue|input type=textarea|rows=5|autogrow}}} | ||
<div style="font-size: 90%;">'' | <div style="font-size: 90%;">''Notable quotes or lore found during the mission.''</div> | ||
|- | |- | ||
! Forklifts: | ! Forklifts: | ||
| {{{field|forklifts|input type=textarea|rows= | | {{{field|forklifts|input type=textarea|rows=3|autogrow}}} | ||
<div style="font-size: 90%;">'' | <div style="font-size: 90%;">''List any forklifts spotted during this specific mission.''</div> | ||
{{{end template}}} | {{{end template}}} | ||
| Line 135: | Line 122: | ||
{{{for template|Gallery Mission}}} | {{{for template|Gallery Mission}}} | ||
<div class="pf-collapsible-wrapper"> | <div class="pf-collapsible-wrapper"><div class="pf-collapsible" data-target="gallery-section">Gallery images ▸</div></div> | ||
</div> | |||
<div id="gallery-section" class="pf-collapsible-content"> | <div id="gallery-section" class="pf-collapsible-content"> | ||
{| class="formtable game-form-table" | {| class="formtable game-form-table" | ||
|- | |- | ||
! Gallery image 1: | ! Gallery image 1: | ||
| {{{field|gallery_image1|input type=combobox|uploadable|values from namespace=File|image preview|size=60}}} | |||
| {{{field|gallery_image1 | Caption: {{{field|gallery_caption1|input type=text|size=50}}} | ||
}}} | |||
Caption: | |||
{{{field|gallery_caption1|input type=text|size=50}}} | |||
|- | |- | ||
! Gallery image 2: | ! Gallery image 2: | ||
| {{{field|gallery_image2 | | {{{field|gallery_image2|input type=combobox|uploadable|values from namespace=File|image preview|size=60}}} | ||
Caption: {{{field|gallery_caption2|input type=text|size=50}}} | |||
}}} | |||
Caption: | |||
{{{field|gallery_caption2|input type=text|size=50}}} | |||
|- | |- | ||
! Gallery image 3: | ! Gallery image 3: | ||
| {{{field|gallery_image3 | | {{{field|gallery_image3|input type=combobox|uploadable|values from namespace=File|image preview|size=60}}} | ||
Caption: {{{field|gallery_caption3|input type=text|size=50}}} | |||
}}} | |||
Caption: | |||
{{{field|gallery_caption3|input type=text|size=50}}} | |||
|} | |} | ||
</div> | </div> | ||
{{{end template}}} | {{{end template}}} | ||
{{{for template|Footer Mission}}} | {{{for template|Footer Mission}}} | ||
{| class="formtable game-form-table" | {| class="formtable game-form-table" | ||
|- | |- | ||
! Notes: | ! Notes: | ||
| {{{field|notes|input type=textarea|rows= | | {{{field|notes|input type=textarea|rows=3|autogrow}}} | ||
|- | |- | ||
! Categories: | ! Categories: | ||
| {{{field|categories|input type=tokens|values from namespace=Category|list|delimiter=,|mapping= | | {{{field|categories|input type=tokens|values from namespace=Category|list|delimiter=,|mapping=mission_type}}} | ||
|} | |} | ||
{{{end template}}} | {{{end template}}} | ||
Latest revision as of 22:02, 10 March 2026
Enter a mission or quest name to create or edit a page: